Searched refs:sysargs (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/ |
| D | MM_OS2.t | 84 my ($sysargs, $unlinked); 87 $sysargs = shift; 97 like( $sysargs, qr/^emximp/, '... should try to call system() though' );
|
| /mirbsd/src/gnu/usr.sbin/sendmail/libsm/ |
| D | exc.c | 161 char *sysargs = exc->exc_argv[2].v_str; local 163 if (sysargs) 165 sysargs, syscall, sm_errstring(err));
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | procfs.c | 4028 long i, nsysargs, *sysargs; in procfs_wait() local 4031 (sysargs = proc_sysargs (pi)) != NULL) in procfs_wait() 4036 i, sysargs[i]); in procfs_wait() 4132 long i, nsysargs, *sysargs; in procfs_wait() local 4135 (sysargs = proc_sysargs (pi)) != NULL) in procfs_wait() 4140 i, sysargs[i]); in procfs_wait()
|