Searched refs:cargs (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/usr.bin/c99/
H A Dc99.c47 static u_int cargs, nargs; variable
59 cargs = nargs = 0;
97 if (nargs + 1 >= cargs) {
98 cargs += 16;
99 if ((args = realloc(args, sizeof(*args) * cargs)) == NULL)
/freebsd-10.2-release/usr.sbin/pw/
H A Dpw.h73 LIST_HEAD(cargs, carg);
82 struct carg *addarg(struct cargs * _args, int ch, char *argstr);
83 struct carg *getarg(struct cargs * _args, int ch);
85 int pw_user(int mode, char *name, long id, struct cargs * _args);
86 int pw_group(int mode, char *name, long id, struct cargs * _args);
H A Dpw.c90 static struct cargs arglist;
130 struct cargs * _args) =
531 getarg(struct cargs * _args, int ch)
541 addarg(struct cargs * _args, int ch, char *argstr)
H A Dpw_user.c58 static uid_t pw_gidpolicy(struct cargs * args, char *nam, gid_t prefer);
59 static time_t pw_pwdpolicy(struct userconf * cnf, struct cargs * args);
60 static time_t pw_exppolicy(struct userconf * cnf, struct cargs * args);
61 static char *pw_homepolicy(struct userconf * cnf, struct cargs * args, char const * user);
62 static char *pw_shellpolicy(struct userconf * cnf, struct cargs * args, char *newshell);
63 static char *pw_password(struct userconf * cnf, struct cargs * args, char const * user);
122 pw_user(int mode, char *name, long id, struct cargs * args)
798 pw_gidpolicy(struct cargs * args, char *nam, gid_t prefer)
826 struct cargs grpargs;
859 pw_pwdpolicy(struct userconf * cnf, struct cargs * arg
[all...]
H A Dpw_group.c51 pw_group(int mode, char *name, long id, struct cargs * args)
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dwrapper.c314 struct captured_value_struct_elt_args cargs; local
315 cargs.argp = argp;
316 cargs.args = args;
317 cargs.name = name;
318 cargs.static_memfuncp = static_memfuncp;
319 cargs.err = err;
320 cargs.result_ptr = result;
321 return catch_exceptions (uiout, do_captured_value_struct_elt, &cargs,
328 struct captured_value_struct_elt_args *cargs = data; local
329 *cargs
[all...]

Completed in 112 milliseconds