/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 121 #define getarg(i,pos,size) (cast_int(((i)>>(pos)) & MASK1(size,0))) macro 125 #define GETARG_A(i) getarg(i, POS_A, SIZE_A) 128 #define GETARG_B(i) check_exp(checkopm(i, iABC), getarg(i, POS_B, SIZE_B)) 132 #define GETARG_C(i) check_exp(checkopm(i, iABC), getarg(i, POS_C, SIZE_C)) 137 #define GETARG_k(i) check_exp(checkopm(i, iABC), getarg(i, POS_k, 1)) 140 #define GETARG_Bx(i) check_exp(checkopm(i, iABx), getarg(i, POS_Bx, SIZE_Bx)) 143 #define GETARG_Ax(i) check_exp(checkopm(i, iAx), getarg(i, POS_Ax, SIZE_Ax)) 147 check_exp(checkopm(i, iAsBx), getarg(i, POS_Bx, SIZE_Bx) - OFFSET_sBx) 151 check_exp(checkopm(i, isJ), getarg(i, POS_sJ, SIZE_sJ) - OFFSET_sJ)
|
/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 97 #define GETARG_A(i) getarg(i, POS_A, SIZE_A) 100 #define GETARG_B(i) getarg(i, POS_B, SIZE_B) 103 #define GETARG_C(i) getarg(i, POS_C, SIZE_C) 106 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx) 109 #define GETARG_Ax(i) getarg(i, POS_Ax, SIZE_Ax)
|
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/ |
H A D | zfs-lib.sh.in | 4 command -v getarg >/dev/null || . /lib/dracut-lib.sh || . /usr/lib/dracut/modules.d/99base/dracut-l… 91 xroot=$(getarg root=) 92 rootfstype=$(getarg rootfstype=)
|
H A D | zfs-needshutdown.sh.in | 3 command -v getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
|
H A D | parse-zfs.sh.in | 8 spl_hostid=$(getarg spl_hostid=)
|
H A D | zfs-snapshot-bootfs.service.in | 12 ExecStart=-/bin/sh -c '. /lib/dracut-lib.sh; SNAPNAME="$(getarg bootfs.snapshot)"; exec @sbindir@/z…
|
H A D | zfs-rollback-bootfs.service.in | 12 ExecStart=/bin/sh -c '. /lib/dracut-lib.sh; SNAPNAME="$(getarg bootfs.rollback)"; exec @sbindir@/zf…
|
H A D | zfs-env-bootfs.service.in | 14 rootflags="$(getarg rootflags=)"; \
|
/freebsd/contrib/one-true-awk/ |
H A D | main.c | 122 getarg(int *argc, char ***argv, const char *msg) in getarg() function 190 fn = getarg(&argc, &argv, "no program filename"); in main() 200 fs = setfs(getarg(&argc, &argv, "no field separator")); in main() 203 vn = getarg(&argc, &argv, "no variable name"); in main()
|
/freebsd/kerberos5/lib/libroken/ |
H A D | Makefile | 9 getarg.h \ 40 getarg.c \
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | ChangeLog | 677 * getarg.c (add_string): catch error from realloc 769 * getarg.3: Change .Fd #include <header.h> to .In header.h 791 * getarg.3: spelling, from <jmc@prioris.mini.pw.edu.pl> 874 * getarg.c: don't put Ns before comma 915 * getarg.h: rename optind and optarg to avoid some gcc warnings 917 * getarg.c: rename optind and optarg to avoid some gcc warnings 1016 * Makefile.am: add getarg.3 1033 * getarg.c (arg_match_long): fix parsing of arg_counter optional 1102 * getarg.c: Grog tries to figure out if to use mdoc.old instead of 1156 * getarg.h (free_getarg_strings): add prototype [all …]
|
H A D | Makefile.am | 83 getarg.c \ 179 getarg.h \ 200 man_MANS = getarg.3 parse_time.3 rtbl.3 ecalloc.3
|
H A D | getarg.h | 92 getarg(struct getargs *args, size_t num_args,
|
H A D | version-script.map | 12 getarg;
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | main.c | 106 if(getarg(args, num_args, argc, argv, &optidx)) in main() 174 if(getarg(args, num_args, len, arg, &optidx)) in main()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | prog_setup.c | 61 if(getarg(args, num_args, argc, argv, &optidx)) in krb5_program_setup()
|
H A D | test_kuserok.c | 68 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &o)) in main()
|
H A D | krbhst-test.c | 71 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx)) in main()
|
H A D | test_get_addrs.c | 82 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx)) in main()
|
H A D | test_renew.c | 71 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx)) in main()
|
/freebsd/crypto/heimdal/lib/ipc/ |
H A D | ts.c | 82 if (getarg(args, num_args, argc, argv, &optidx)) in main()
|
H A D | tc.c | 109 if (getarg(args, num_args, argc, argv, &optidx)) in main()
|
H A D | ts-http.c | 120 if (getarg(args, num_args, argc, argv, &optidx)) in main()
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | test_dbinfo.c | 56 if(getarg(args, num_args, argc, argv, &o)) in main()
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kverify.c | 68 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx)) in main()
|