Searched refs:getarg (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dprog_setup.c35 #include <getarg.h>
61 if(getarg(args, num_args, argc, argv, &optidx))
H A Dkrbhst-test.c37 #include <getarg.h>
71 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
H A Dtest_get_addrs.c35 #include <getarg.h>
82 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
H A Dtest_kuserok.c34 #include <getarg.h>
68 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &o))
H A Dtest_renew.c36 #include <getarg.h>
71 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
H A Dtest_forward.c35 #include <getarg.h>
71 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
H A Dtest_hostname.c35 #include <getarg.h>
121 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
H A Dtest_pkinit_dh2key.c35 #include <getarg.h>
190 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
H A Dtest_alname.c34 #include <getarg.h>
108 if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
/freebsd-10.1-release/crypto/heimdal/lib/kadm5/
H A Diprop.h40 #include <getarg.h>
/freebsd-10.1-release/usr.sbin/pw/
H A Dpw_user.c141 if (getarg(args, 'q'))
152 if ((arg = getarg(args, 'b')) != NULL) {
156 if ((arg = getarg(args, 'M')) != NULL) {
169 if (arg != NULL || getarg(args, 'm') != NULL) {
224 if ((arg = getarg(args, 'e')) != NULL)
227 if ((arg = getarg(args, 'y')) != NULL)
230 if ((arg = getarg(args, 'p')) != NULL && arg->val)
233 if ((arg = getarg(args, 'g')) != NULL) {
244 if ((arg = getarg(args, 'L')) != NULL)
247 if ((arg = getarg(arg
[all...]
H A Dpw_group.c54 struct carg *a_name = getarg(args, 'n');
55 struct carg *a_gid = getarg(args, 'g');
78 if (getarg(args, 'q'))
84 if (mode == M_PRINT && getarg(args, 'a')) {
85 int pretty = getarg(args, 'P') != NULL;
109 if (mode == M_PRINT && getarg(args, 'F')) {
115 return print_group(&fakegroup, getarg(args, 'P') != NULL);
138 return print_group(grp, getarg(args, 'P') != NULL);
143 if ((arg = getarg(args, 'l')) != NULL)
167 if ((arg = getarg(arg
[all...]
H A Dpw.c196 if (geteuid() != 0 && mode != M_PRINT && mode != M_NEXT && getarg(&arglist, 'N')==NULL)
203 if (getarg(&arglist, 'q') != NULL)
210 config = getarg(&arglist, 'C') ? getarg(&arglist, 'C')->val : NULL;
212 if (getarg(&arglist, 'V') != NULL) {
213 char * etcpath = getarg(&arglist, 'V')->val;
236 if (ch == EXIT_SUCCESS && getarg(&arglist, 'Y') != NULL) {
432 getarg(struct cargs * _args, int ch) function
/freebsd-10.1-release/crypto/heimdal/admin/
H A Dktutil_locl.h62 #include <getarg.h>
/freebsd-10.1-release/crypto/heimdal/appl/kf/
H A Dkf_locl.h73 #include <getarg.h>
/freebsd-10.1-release/crypto/heimdal/lib/hdb/
H A Dtest_dbinfo.c35 #include <getarg.h>
56 if(getarg(args, num_args, argc, argv, &o))
/freebsd-10.1-release/crypto/heimdal/lib/ipc/
H A Dtc.c41 #include <getarg.h>
109 if (getarg(args, num_args, argc, argv, &optidx))
H A Dts.c40 #include <getarg.h>
82 if (getarg(args, num_args, argc, argv, &optidx))
H A Dts-http.c40 #include <getarg.h>
120 if (getarg(args, num_args, argc, argv, &optidx))
/freebsd-10.1-release/crypto/heimdal/appl/test/
H A Dtest_locl.h73 #include <getarg.h>
/freebsd-10.1-release/crypto/heimdal/kcm/
H A Dheaders.h76 #include <getarg.h>
/freebsd-10.1-release/crypto/heimdal/kpasswd/
H A Dkpasswd_locl.h100 #include <getarg.h>
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dgetarg.h92 getarg(struct getargs *args, size_t num_args,
/freebsd-10.1-release/crypto/heimdal/appl/push/
H A Dpush_locl.h91 #include <getarg.h>
/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dmain.c35 #include <getarg.h>
106 if(getarg(args, num_args, argc, argv, &optidx))
174 if(getarg(args, num_args, len, arg, &optidx))

Completed in 105 milliseconds

12345