Symbol: carg
crypto/openssh/sftp.c
2131
int argc, carg;
crypto/openssh/sftp.c
2145
argv = makeargv(line, &carg, 1, &quote, &terminated);
crypto/openssh/sftp.c
2162
if (carg == 0) {
crypto/openssh/sftp.c
2164
complete_cmd_parse(el, NULL, argc == carg, '\0', 1);
crypto/openssh/sftp.c
2166
} else if (carg == 1 && cursor > 0 && line[cursor - 1] != ' ') {
crypto/openssh/sftp.c
2168
if (complete_cmd_parse(el, argv[0], argc == carg,
crypto/openssh/sftp.c
2171
} else if (carg >= 1) {
crypto/openssh/sftp.c
2177
if (carg > 1 && line[cursor-1] != ' ')
crypto/openssh/sftp.c
2178
filematch = argv[carg - 1];
crypto/openssh/sftp.c
2180
for (i = 1; i < carg; i++) {
crypto/openssh/sftp.c
2198
remote, carg == argc, quote, terminated) != 0)
tools/regression/include/tgmath/tgmath.c
159
TGMACRO_COMPLEX_REAL_RET(carg)
tools/regression/include/tgmath/tgmath.c
603
PASS_REAL_ARG_REAL_RET_(carg, _complex) &&
tools/regression/include/tgmath/tgmath.c
604
PASS_COMPLEX_ARG_REAL_RET(carg));
usr.sbin/pw/pw.c
432
struct carg *
usr.sbin/pw/pw.c
435
struct carg *c = LIST_FIRST(_args);
usr.sbin/pw/pw.c
442
struct carg *
usr.sbin/pw/pw.c
445
struct carg *ca = malloc(sizeof(struct carg));
usr.sbin/pw/pw.h
105
struct carg *addarg(struct cargs * _args, int ch, char *argstr);
usr.sbin/pw/pw.h
106
struct carg *getarg(struct cargs * _args, int ch);
usr.sbin/pw/pw.h
69
LIST_ENTRY(carg) list;
usr.sbin/pw/pw.h
72
LIST_HEAD(cargs, carg);
usr.sbin/pw/pw_group.c
312
delete_members(char ***members, int *grmembers, int *i, struct carg *arg,
usr.sbin/pw/pw_group.c
353
struct carg *a_gid = getarg(args, 'g');
usr.sbin/pw/pw_group.c
41
struct carg *arg, struct group *grp);
usr.sbin/pw/pw_group.c
61
struct carg *a_name = getarg(args, 'n');
usr.sbin/pw/pw_group.c
62
struct carg *a_gid = getarg(args, 'g');
usr.sbin/pw/pw_group.c
63
struct carg *arg;
usr.sbin/pw/pw_user.c
1004
struct carg *arg = getarg(args, 's');
usr.sbin/pw/pw_user.c
794
struct carg *a_uid = getarg(args, 'u');
usr.sbin/pw/pw_user.c
850
struct carg *a_gid = getarg(args, 'g');
usr.sbin/pw/pw_user.c
905
struct carg *t = LIST_NEXT(a_gid, list);
usr.sbin/pw/pw_user.c
920
struct carg *arg = getarg(args, 'p');
usr.sbin/pw/pw_user.c
936
struct carg *arg = getarg(args, 'e');
usr.sbin/pw/pw_user.c
950
struct carg *arg = getarg(args, 'd');
usr.sbin/pw/pw_user.c
97
struct carg *a_name;
usr.sbin/pw/pw_user.c
98
struct carg *a_uid;
usr.sbin/pw/pw_user.c
99
struct carg *arg;