Searched refs:returnval (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/usr.sbin/rtadvd/ |
| H A D | timer.c | 124 static struct timespec returnval; in rtadvd_check_timer() local 149 timespecclear(&returnval); in rtadvd_check_timer() 151 timespecsub(&tm_max, &now, &returnval); in rtadvd_check_timer() 152 return(&returnval); in rtadvd_check_timer() 158 static struct timespec returnval; in rtadvd_timer_rest() local 167 returnval.tv_sec = 0; in rtadvd_timer_rest() 168 returnval.tv_nsec = 0; in rtadvd_timer_rest() 171 timespecsub(&timer->tm, &now, &returnval); in rtadvd_timer_rest() 173 return(&returnval); in rtadvd_timer_rest()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | softmagic.c | 218 int *returnval, int *found_match) in match() argument 231 if (returnval == NULL) in match() 232 returnval = &returnvalv; in match() 267 printed_something, need_separator, firstline, returnval, in match() 278 *returnval = 1; in match() 306 *returnval = 1; in match() 318 *returnval = 1; in match() 380 firstline, returnval, found_match)) { in match() 391 *returnval = 1; in match() 422 *returnval = 1; in match() [all …]
|
| /netbsd-src/external/bsd/file/dist/ |
| H A D | ChangeLog | 146 * PR/272: kiefermat: Only set returnval = 1 when we printed something
|