Searched defs:sync (Results 1 - 8 of 8) sorted by relevance
/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;
|
/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/lib/libcoshell/ |
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/lib/libcmd/ |
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/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 | 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
|
/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);
|
Completed in 52 milliseconds