Home
last modified time | relevance | path

Searched refs:ignore_val (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ntp/sntp/libopts/
HDautoopts.h117 # define ignore_val(x) ((void) (x)) macro
119 # define ignore_val(x) (({ __typeof__ (x) __x = (x); (void) __x; })) macro
HDpgusage.c168 ignore_val( system( fil_name)); in optionPagedUsage()