Searched refs:returnval (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.sbin/rtadvd/ |
| D | timer.c | 129 static struct timeval returnval; in rtadvd_check_timer() local 155 returnval.tv_sec = returnval.tv_usec = 0; in rtadvd_check_timer() 157 TIMEVAL_SUB(&timer_head.tm, &now, &returnval); in rtadvd_check_timer() 158 return(&returnval); in rtadvd_check_timer() 164 static struct timeval returnval, now; in rtadvd_timer_rest() local 171 returnval.tv_sec = returnval.tv_usec = 0; in rtadvd_timer_rest() 174 TIMEVAL_SUB(&timer->tm, &now, &returnval); in rtadvd_timer_rest() 176 return(&returnval); in rtadvd_timer_rest()
|
| /mirbsd/src/usr.sbin/rtsold/ |
| D | rtsold.c | 466 static struct timeval returnval; in rtsol_check_timer() local 552 returnval.tv_sec = returnval.tv_usec = 0; in rtsol_check_timer() 554 timersub(&rtsol_timer, &now, &returnval); in rtsol_check_timer() 558 (long)returnval.tv_sec, (long)returnval.tv_usec); in rtsol_check_timer() 560 return(&returnval); in rtsol_check_timer()
|
| /mirbsd/src/usr.bin/file/ |
| D | softmagic.c | 107 int returnval = 0; /* if a match is found it is set to 1*/ in match() local 214 returnval = 1; in match() 219 return returnval; /* This is hit if -k is set or there is no match */ in match()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | symtab.c | 1022 struct symbol *returnval; in lookup_symbol() local 1063 returnval = lookup_symbol_aux (modified_name, mangled_name, block, in lookup_symbol() 1068 return returnval; in lookup_symbol()
|