代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/241253/4562602

c_sync

The Sync Command sync The sync command reestablishes connection with the Target. Format The format for the sync command is: sync Functional Description The sync command is used to reestablish c
www.eeworm.com/read/238372/4615417

password-sync

#%PAM-1.0 # password-sync # # A sample PAM configuration that shows the use of pam_smbpass to make # sure private/smbpasswd is kept in sync when /etc/passwd (/etc/shadow) # is changed. Useful when an
www.eeworm.com/read/237831/4620519

h sync.h

/** * @file sync.h MSN list synchronization functions * * purple * * Purple is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT f
www.eeworm.com/read/237831/4620547

c sync.c

/** * @file sync.c MSN list synchronization functions * * purple * * Purple is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT f
www.eeworm.com/read/237551/4627111

c sync.c

/* Copyright (C) 1991,1992,1993,1994,1997,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modif
www.eeworm.com/read/229812/4730904

c sync.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4744921

cpp sync.cpp

#include #include void main( void ) { char ch; cin >> ch; if( cin.sync() == EOF ) { cout
www.eeworm.com/read/216802/4884310

c sync.c

/* * Synchronization tests * * Copyright 2005 Mike McCormack for CodeWeavers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser
www.eeworm.com/read/216502/4890389

2 sync.2

.TH SYNC 2 .SH NAME sync \- update super-block .SH SYNOPSIS .B sync( ) .SH DESCRIPTION .I Sync causes all information in core memory that should be on disk to be written out. This includes modified s
www.eeworm.com/read/216502/4891528

c sync.c

main() { sync(); }