Searched defs:check (Results 1 - 13 of 13) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Darrays2.sh54 function check function
82 check a
103 check b
111 check c
117 check d
/ast/src/lib/libast/sfio/
H A Dsfpoll.c42 reg int *status, *check; local
49 check = status+n; /* streams that need polling */
67 /* check accessibility */
92 check[c++] = r;
110 { f = fa[check[r]];
118 { f = fa[check[r]];
147 { f = fa[check[r]];
151 status[check[r]] |= SF_WRITE;
158 status[check[r]] |= SF_READ;
175 { f = fa[check[
[all...]
/ast/src/cmd/paxlib/lha/
H A Dlha.c42 unsigned char check; member in struct:Ar_s
134 ar->check = 1;
141 ar->check = 1;
147 ar->check = 0;
153 if (ar->check)
227 if (ar->check)
/ast/src/lib/libcmd/
H A Dcksum.c55 "[c:check?Each \afile\a is interpreted as the output from a previous \bsum\b."
70 " \b--check\b and \b--permissions\b.]"
73 "[p:permissions?If \b--check\b is not specified then list the file"
75 " matching the caller are output as \b-\b. If \b--check\b is"
80 "[S:silent|status?No output for \b--check\b; 0 exit status means all sums"
89 "[w!:warn?Warn about invalid \b--check\b lines.]"
122 Sfio_t* check; /* check previous output */ member in struct:State_s
133 int silent; /* silent check, 0 exit if ok */
139 int warn; /* invalid check lin
178 pr(State_t* state, Sfio_t* op, Sfio_t* ip, char* file, int perm, struct stat* st, Sfio_t* check) argument
258 verify(State_t* state, register char* s, char* check, Sfio_t* rp) argument
[all...]
/ast/src/lib/libpz/
H A Dpzpart.c1036 array(register Pz_t* pz, Pzpart_t* pp, size_t** pv, size_t* pn, size_t check) argument
1043 if (check && n > check)
1057 if (check && m >= check)
1066 if (check && m >= check)
/ast/src/cmd/std/
H A Dmount.c63 "[c:check?Ignored by this implementation.]"
176 int check; member in struct:__anon234
348 state.check = 1;
/ast/src/lib/libz/
H A Dinflate.h30 DICTID, /* i: waiting for dictionary check value */
33 TYPEDO, /* i: same, but skip check to exit inflate on new block */
45 CHECK, /* i: waiting for 32-bit check value */
47 DONE, /* finished check, done -- remain here until reset */
84 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
/ast/src/cmd/mailx/
H A Dlist.c390 if (check(state.lexnumber, f))
400 if (check(beg, f))
632 check(int mesg, int f) function
/ast/src/cmd/html/
H A Dhtmlrefs.c244 * check for glob(dir/name)
248 check(register State_t* state, const char* dir, const char* name, unsigned int flags) function
393 check(state, s, state->index.data, flags);
395 check(state, s, state->keep.data, flags);
/ast/src/cmd/pax/
H A Dpax-tar.c94 tar_checksum(Archive_t* ap, int check, unsigned long sum) argument
123 if (check)
137 if (check)
151 if (check)
178 * check if tar file name may be split to fit in header
232 * check if f->linkpath is too long
/ast/src/cmd/nmake/
H A Dcommand.c777 * check status and sync
817 * check if job for r with completed prereqs p can be cancelled
1107 block(int check) argument
1162 if ((cojob = cowait(state.coshell, check ? (Cojob_t*)state.coshell : (Cojob_t*)0, -1)) && (job = (Joblist_t*)cojob->local))
1174 if (check)
1240 int check = 0; local
1257 check = 1;
1261 while (block(check));
1275 if (!block(check))
1489 * check i
[all...]
/ast/src/cmd/coshell/
H A Dservice.h286 Pathcheck_t check; member in struct:__anon66
/ast/src/cmd/INIT/
H A Dratz.c493 directory information, and uses a different, slower check method than zlib.
757 * The __SC__ check is for Symantec.
1184 /* initial Adler-32 value (deferred check for len == 1 speed) */
1591 DICTID, /* i: waiting for dictionary check value */
1594 TYPEDO, /* i: same, but skip check to exit inflate on new block */
1606 CHECK, /* i: waiting for 32-bit check value */
1608 DONE, /* finished check, done -- remain here until reset */
1645 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
1761 This routine assumes, but does not check, tha
[all...]

Completed in 42 milliseconds