Searched refs:check (Results 1 - 25 of 30) sorted by relevance

12

/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...]
H A Dsfstrtof.h326 goto check;
548 * check the range
551 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/libtk/library/demos/
H A Dmenu.tcl60 -menu $w.menu.cascade.m.check -underline 0
64 set m $w.menu.cascade.m.check
66 $m add check -label "Oil checked" -variable oil
67 $m add check -label "Transmission checked" -variable trans
68 $m add check -label "Brakes checked" -variable brakes
69 $m add check -label "Lights checked" -variable lights
H A Dcheck.tcl0 # check.tcl --
6 # SCCS: @(#) check.tcl 1.3 96/02/16 10:49:37
8 set w .check
12 wm iconname $w "check"
/ast/src/lib/libz/
H A Dinflate.c34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
51 * - Simplified bad distance check in inflate_fast()
375 /* check function to use adler32() for zlib or crc32() for gzip */
377 # define UPDATE(check, buf, len) \
378 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
383 /* check macros for header crc */
385 # define CRC2(check, wor
[all...]
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/ksh93/tests/
H A Darrays2.sh54 function check function
82 check a
103 check b
111 check c
117 check d
/ast/src/cmd/pax/
H A Dnocomment.c147 check:
248 goto check;
343 goto check;
368 goto check;
380 goto check;
415 goto check;
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/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/cmd/ksh93/features/
H A Dmath.sh35 : check long double
39 : check ast_standards.h
99 : check the math library
/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...]
/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;
H A Dshar.sh82 [w:no-character-count?Do NOT check each file with \bwc -c\b after
88 the unpacked files. The default is to check.]
288 read check
289 case \$check in
/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/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/mailx/
H A Dlist.c390 if (check(state.lexnumber, f))
400 if (check(beg, f))
632 check(int mesg, int f) function
H A Dmailx.h905 extern int check(int, int);
/ast/src/cmd/coshell/
H A Dservice.h286 Pathcheck_t check; member in struct:__anon66
H A Dschedule.c177 * check previous entries
338 if (state.check.host && !strmatch(a->name, state.check.host) && !strmatch(csntoa(addr), state.check.host)) return(0);
/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/lib/libast/
H A DMakefile324 .check.hdr : .IGNORE .VIRTUAL \
334 ast.req : .check.hdr .check.lib
338 ast.req : .check.lib
347 .check.lib : .AFTER astmath.exe FEATURE/aso
/ast/src/lib/libtk/
H A DMakefile83 library/demos/check.tcl \
209 library/demos/check.tcl \
/ast/src/lib/libast/comp/
H A Dconf.sh332 # check for native getconf(1)
354 1) echo "$command: check ${CONF_getconf:+$CONF_getconf(1),}confstr(2),pathconf(2),sysconf(2),sysinfo(2) configuration names" >&2 ;;
848 1) echo "$command: check macros/enums as static initializers" >&2 ;;

Completed in 656 milliseconds

12