Searched refs:sync (Results 1 - 20 of 20) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | sync.c | 29 "[-?\n@(#)$Id: sync (AT&T Research) 2006-10-04 $\n]" 31 "[+NAME?sync - schedule file system updates]" 74 sync(); 76 error(ERROR_usage(2), "failed -- the native system does not provide a sync(2) call");
|
H A D | Makefile | 26 rmdir.c stty.c sum.c sync.c tail.c tee.c tty.c uname.c uniq.c \
|
H A D | cp.c | 100 "[F:fsync|sync?\bfsync\b(2) each file after it is copied.]" 177 int sync; /* fsync() each file after copy */ member in struct:State_s 626 if (sfsync(op) || state->sync && fsync(wfd) || sfclose(op)) 837 state->sync = 1;
|
/ast/src/cmd/pax/ |
H A D | nocomment.c | 53 if (sfsprintf(buf, sizeof(buf), "\n#%s %d\n", sync <= 0 ? "line" : "", line + 1) <= line - prev) \ 129 int sync = 0; local 259 if (sync >= 0 && !data) 265 sync = 1; 280 if (!sync) 286 sync = -1; 312 sync = -1; 318 else sync = -1;
|
H A D | pax.h | 616 int sync; /* fsync() each file after copy */ \
|
H A D | file.c | 723 if (state.sync && fsync(fd))
|
H A D | pax.c | 1188 state.sync = y;
|
/ast/src/cmd/sortlib/sync/ |
H A D | Makefile | 7 sync plugin=sort :LIBRARY: sync.c ss.c -lrecsort
|
H A D | sync.c | 29 "[+PLUGIN?sync - IBM dfsort discipline]" 81 "\n\n--library=sync[,option[=value]...]\n\n" 673 SORTLIB(sync)
|
/ast/src/lib/libcoshell/ |
H A D | coexport.c | 78 co->init.sync = 1;
|
H A D | colib.h | 56 int sync; /* sync script */ \
|
H A D | coinit.c | 123 int sync; local 131 sync = co->init.sync; 132 co->init.sync = 0; 158 sync = 1; 170 sync = 1; 172 if (!co->init.script || sync) 184 if (sync) 295 if (!sync && (*s == ':' || *s == '.' && *(s + 1) == ':')) 349 if (sync) [all...] |
/ast/src/cmd/tests/sfio/ |
H A D | tsync.c | 44 int sync; member in struct:_mydisc_s 57 ((Mydisc_t*)disc)->sync = integralof(arg); 74 if(((Mydisc_t*)disc)->sync) /* for synchronization, write everything */
|
/ast/src/cmd/std/ |
H A D | df.c | 72 "[s:sync?Call \bsync\b(2) before querying the filesystems.]" 306 extern void sync(void); 315 int sync; /* sync() first */ member in struct:__anon228 779 state.sync = opt_info.num; 858 if (state.sync) 859 sync();
|
H A D | dd.c | 171 Operand_t sync; member in struct:__anon225 368 "sync", 647 error(1, "%s=%s ignored for %s=%s", state.conv.name, state.sync.value.string, state.conv.name, state.unblock.value.string);
|
/ast/src/cmd/INIT/ |
H A D | package.sh | 192 then \bditto\b(1) is used to sync the remote \bsrc\b 194 is specified then the sync is deferred to the \amaster\a 195 host. If \amaster\a is omitted (two :) then the sync is 1012 : then ditto(1) is used to sync the remote src 1014 is specified then the sync is deferred to the 1016 the sync is disabled. These directories must exist 1602 # LD_LIBRARY_PATH may be out of sync with PATH here 4513 sync=$host 4526 *) rsh=$1 sync=$2 root=$3 4527 case $sync i [all...] |
/ast/src/cmd/ksh93/data/ |
H A D | builtins.c | 146 CMDLIST(sync)
|
/ast/src/cmd/nmake/ |
H A D | state.c | 971 * sync>0 syncs the state rule prereqs and action 972 * sync<0 resolves r but does not update state 976 statetime(register Rule_t* r, int sync) argument 1027 else if (sync < 0) 1063 * directories, archives and multi hard link files not sync'd 1093 * only built files are sync'd; also note that 1102 error(ERROR_SYSTEM|1, "%s not sync'd to local time", r->name); 1130 error(state.regress ? -1 : 1, "the utime(2) or utimes(2) system call is botched for the filesystem containing %s (the current time is adjusted by %lu seconds) -- the state may be out of sync", r->name, tmxsec(localskew)); 1150 if (sync)
|
H A D | rule.c | 693 else if (r == internal.sync) 699 error(2, "%s: cannot sync until make object compiled", prereqs->rule->name); 1224 * NOTE: this is required to sync pre 2001-05-09 make objects 1555 INIT(sync, ".SYNC", P_immediate); 1776 * this gets PWD and VPATH in sync
|
H A D | make.h | 480 * statevar data, staterule sync time and unbound rule name -- shared in rule.u1 563 Rule_t* sync; /* .SYNC rule pointer */ member in struct:Internal_s
|
Completed in 82 milliseconds