Searched refs:pargv (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dprepargs.c77 prepend_default_options (char const *options, int *pargc, char ***pargv) argument
84 char * const *argv = *pargv;
87 *pargv = pp;
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dprepargs.c79 prepend_default_options (char const *options, int *pargc, char ***pargv) argument
86 char * const *argv = *pargv;
89 *pargv = pp;
/macosx-10.10.1/adv_cmds-158/pkill/
H A Dpkill.c196 xpc_object_t pargv; local
198 char buf[_POSIX2_LINE_MAX], *mstr, **pargv, *p, *q, *pidfile;
464 (pargv = sysmon_row_get_value(kp, SYSMON_ATTR_PROC_ARGUMENTS)) != NULL) {
468 xpc_array_apply(pargv, ^(size_t index, xpc_object_t value) {
474 index < xpc_array_get_count(pargv) - 1 ? "%s " : "%s",
480 (pargv = kvm_getargv(kd, kp, 0)) != NULL) {
482 while (jsz < sizeof(buf) && *pargv != NULL) {
485 pargv[1] != NULL ? "%s " : "%s",
486 pargv[0]);
487 pargv
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SecurityTool/
H A DSecurityTool.c121 /* Split a line into multiple arguments and return them in *pargc and *pargv. */
123 split_line(char *line, int *pargc, char * const **pargv) argument
216 *pargv = argvec;
/macosx-10.10.1/ntp-92/ntpd/
H A Dntpd.c324 char ***pargv
329 optct = optionProcess(&ntpdOptions, *pargc, *pargv);
331 *pargv += optct;
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dsecurity.c651 /* Split a line into multiple arguments and return them in *pargc and *pargv. */
653 split_line(char *line, int *pargc, char * const **pargv) argument
746 *pargv = argvec;
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dutil.c519 another(int *pargc, char ***pargv, const char *prompt) argument
542 *pargv = margv;
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c54 another(int *pargc, char ***pargv, char *prompt) argument
72 *pargv = margv;

Completed in 204 milliseconds