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