Home
last modified time | relevance | path

Searched refs:sysargs (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_OS2.t79 my ($sysargs, $unlinked);
82 $sysargs = shift;
92 like( $sysargs, qr/^emximp/, '... should try to call system() though' );
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dprocfs.c4048 long i, nsysargs, *sysargs; in procfs_wait() local
4051 (sysargs = proc_sysargs (pi)) != NULL) in procfs_wait()
4056 i, sysargs[i]); in procfs_wait()
4152 long i, nsysargs, *sysargs; in procfs_wait() local
4155 (sysargs = proc_sysargs (pi)) != NULL) in procfs_wait()
4160 i, sysargs[i]); in procfs_wait()