Searched defs:next_arg (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_paths.pl132 sub next_arg { subroutine
155 $arg = next_arg($1);
160 $arg = next_arg($1);
165 $arg = next_arg($1);
170 $opt_b = next_arg($1);
174 $opt_n = next_arg($1);
H A Dvalidate_flg.pl134 sub next_arg { subroutine
155 $arg = next_arg($1);
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c329 while ((p = next_arg(&lp)) != NULL) {
562 * next_arg() is used to break up a command line
568 next_arg(char **cpp) function
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1358 kcf_dual_req_t *next_arg; local
1359 next_arg = (kcf_dual_req_t *)areq->an_reqarg.cr_callback_arg;
1360 next_arg->kr_areq = areq;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2008 char *next_arg;
2011 next_arg = skip_to (0, arg);
2053 arg = next_arg;
1985 char *next_arg; local

Completed in 58 milliseconds