/src/tests/lib/libpthread/ |
t_once.c | 200 static long trial; variable in typeref:typename:long 220 "child exited on signal %d (%s) in trial %ld", 221 WTERMSIG(status), strsignal(WTERMSIG(status)), trial); 223 "child exited 0x%x in trial %ld", status, trial); 248 for (trial = 0; trial < ntrials; trial++) {
|
/src/usr.sbin/lpr/common_source/ |
common.c | 138 int refuse, trial; local in function:getport 168 refuse = trial = 0; 170 trial++; 191 if (s < 0 && trial == refuse && timo <= 16) {
|
/src/sys/arch/m68k/060sp/dist/ |
ilsp.s | 339 clr.l %d1 # %d1 will hold trial quotient 358 mov.w &0xffff, %d1 # use max trial quotient word 368 # now test the trial quotient and adjust. This step plus the 369 # normalization assures (according to Knuth) that the trial 404 mov.l %d5, %d2 # now %d2,%d3 are trial*divisor
|
/src/sbin/routed/ |
radix.c | 185 rn_satisfies_leaf(char *trial, 189 char *cp = trial, *cp2 = leaf->rn_key, *cp3 = leaf->rn_mask;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
integratorap.dts | 32 * but painful trial-and-error has proved to me that it
|
/src/sys/net/ |
radix.c | 216 const char *trial, 220 const char *cp = trial;
|
/src/bin/csh/ |
func.c | 1360 * The stuff here seems to work, but I did it by trial and error rather
|