Home
last modified time | relevance | path

Searched refs:next_arg (Results 1 – 6 of 6) 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.h87 static char *next_arg(char **cpp);
H A Dsyseventconfd.c327 while ((p = next_arg(&lp)) != NULL) { in exec_cmd()
566 next_arg(char **cpp) in next_arg() function
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1358 kcf_dual_req_t *next_arg; in kcf_aop_done() local
1359 next_arg = (kcf_dual_req_t *)areq->an_reqarg.cr_callback_arg; in kcf_aop_done()
1360 next_arg->kr_areq = areq; in kcf_aop_done()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1988 char *next_arg; in help_func() local
1991 next_arg = skip_to (0, arg); in help_func()
2033 arg = next_arg; in help_func()