/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++) {
|
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) {
|
common.c | 138 int refuse, trial; local in function:getport 168 refuse = trial = 0; 170 trial++; 191 if (s < 0 && trial == refuse && timo <= 16) {
|