Searched refs:sysfile (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sysdef/
H A Dsysdef.c91 (incore ? memfile : sysfile))
114 FILE *sysfile, *memfile; variable
257 if (((sysfile = fopen(os, "r")) == NULL) && nflag) {
262 if (sysfile) {
287 if ((elfd = elf_begin(fileno(sysfile), ELF_C_READ,
336 if (sysfile) {
364 if (sysfile) {
423 if (sysfile && SYM_VALUE(utsnm)) {
432 if (sysfile) {
470 if (sysfile) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dauth.c449 /* return ok if key exists in sysfile or userfile */
452 const char *sysfile, const char *userfile)
461 host_status = check_host_in_hostfile(sysfile, host, key, found, NULL);
451 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, const char *sysfile, const char *userfile) argument
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3396 sysfile(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
3875 { "system", NULL, "print contents of /etc/system file", sysfile },
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm275 my $sysfile = "$dir$file";
277 return $file if -x "$sysfile$ext" && ! -d _;

Completed in 119 milliseconds