Searched defs:getarg (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | main.c | 122 getarg(int *argc, char ***argv, const char *msg) in getarg() function
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getarg.c | 545 getarg(struct getargs *args, size_t num_args, in getarg() function
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 93 #define getarg(i,pos,size) (cast(int, ((i)>>pos) & MASK1(size,0))) macro
|
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 121 #define getarg(i,pos,size) (cast_int(((i)>>(pos)) & MASK1(size,0))) macro
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc.c | 1397 getarg( in getarg() function
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 1838 getarg( getarg() function
|