Home
last modified time | relevance | path

Searched refs:getargs (Results 1 – 25 of 135) sorted by relevance

123456

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetarg.h53 struct getargs{ struct
94 getarg(struct getargs *args, size_t num_args,
98 arg_printusage (struct getargs *args,
104 arg_printusage_i18n (struct getargs *args,
H A Dgetarg.c51 struct getargs *arg, in print_arg()
90 mandoc_template(struct getargs *args, in mandoc_template()
212 arg_printusage (struct getargs *args, in arg_printusage()
222 arg_printusage_i18n (struct getargs *args, in arg_printusage_i18n()
350 arg_match_long(struct getargs *args, size_t num_args, in arg_match_long()
357 struct getargs *partial = NULL; in arg_match_long()
358 struct getargs *current = NULL; in arg_match_long()
475 arg_match_short (struct getargs *args, size_t num_args, in arg_match_short()
547 getarg(struct getargs *args, size_t num_args, in getarg()
589 struct getargs args[] = {
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dprog_setup.c41 krb5_std_usage(int code, struct getargs *args, int num_args) in krb5_std_usage()
49 struct getargs *args, int num_args, in krb5_program_setup() argument
50 void (KRB5_LIB_CALL *usage)(int, struct getargs*, int)) in krb5_program_setup()
H A Dtest_expand_toks.c42 static struct getargs args[] = {
H A Dkrbhst-test.c44 static struct getargs args[] = {
H A Dtest_kuserok.c42 static struct getargs args[] = {
/netbsd-src/games/fortune/unstr/
H A Dunstr.c82 void getargs(char *[]);
92 getargs(av); in main()
115 getargs(char *av[]) in getargs() function
/netbsd-src/usr.bin/lam/
H A Dlam.c75 static void getargs(char *[]);
83 getargs(argv); in main()
100 getargs(char *av[]) in getargs() function
/netbsd-src/sys/arch/sparc/sparc/
H A Dsyscall.c97 static inline int getargs(struct proc *p, struct trapframe *,
135 getargs(struct proc *p, struct trapframe *tf, register_t *code, in getargs() function
246 if ((error = getargs(p, tf, &code, &callp, &args)) != 0) in syscall()
/netbsd-src/usr.bin/jot/
H A Djot.c81 static void getargs(int, char *[]);
93 getargs(argc, argv); in main()
138 getargs(int argc, char *argv[]) in getargs() function
/netbsd-src/sbin/mount/
H A Dmount.c375 volatile int getargs; in mountfs() local
390 getargs = strstr(options, "getargs") != NULL; in mountfs()
392 getargs = 0; in mountfs()
397 if (getargs == 0 && strcmp(name, "/") == 0 && !hasopt(optbuf, "union")) in mountfs()
452 if (getargs && in mountfs()
518 if (buf || getargs) { in mountfs()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dsyscall.c115 static inline int getargs(struct proc *, struct trapframe64 *,
154 getargs(struct proc *p, struct trapframe64 *tf, register_t *code, in getargs() function
305 if ((error = getargs(p, tf, &code, &callp, &args, &s64)) != 0) in syscall()
/netbsd-src/sys/compat/common/
H A Dkern_time_50.c322 struct compat_50_sys_getitimer_args getargs; in compat_50_sys_setitimer() local
334 SCARG(&getargs, which) = which; in compat_50_sys_setitimer()
335 SCARG(&getargs, itv) = SCARG(uap, oitv); in compat_50_sys_setitimer()
336 if ((error = compat_50_sys_getitimer(l, &getargs, retval)) != 0) in compat_50_sys_setitimer()
/netbsd-src/games/fortune/strfile/
H A Dstrfile.c134 static void getargs(int argc, char **argv);
168 getargs(ac, av); /* evalute arguments */ in main()
266 getargs(int argc, char **argv) in getargs() function
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_time.c142 struct netbsd32___getitimer50_args getargs; in netbsd32___setitimer50() local
153 SCARG(&getargs, which) = which; in netbsd32___setitimer50()
154 SCARG(&getargs, itv) = SCARG(uap, oitv); in netbsd32___setitimer50()
155 if ((error = netbsd32___getitimer50(l, &getargs, retval)) != 0) in netbsd32___setitimer50()
/netbsd-src/crypto/external/bsd/heimdal/dist/kpasswd/
H A Dkpasswd.c44 static struct getargs args[] = {
53 usage (int ret, struct getargs *a, int num_args) in usage()
/netbsd-src/usr.bin/rs/
H A Drs.c97 static void getargs(int, char *[]);
115 getargs(argc, argv); in main()
393 getargs(int ac, char *av[]) in getargs() function
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/bin/
H A Dintr.c12 static struct getargs args[] = {
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dtest_mkey.c12 struct getargs args[] = {
H A Dtest_dbinfo.c42 struct getargs args[] = {
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dts.c48 static struct getargs args[] = {
H A Dtc.c50 static struct getargs args[] = {
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Daix-common.c83 res = getargs(&pi, sizeof(pi), args, sizeof(args)); in uv_exepath()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dparse.c178 getargs(char buffer[], char *argv[], int maxargs) in getargs() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dtest_pw_quality.c50 static struct getargs args[] = {

123456