/src/usr.sbin/rpc.bootparamd/ |
bootparamd.c | 64 const char *bootpfile = _PATH_BOOTPARAMS; variable in typeref:typename:const char * 104 bootpfile = optarg; 119 if (stat(bootpfile, &buf)) 120 err(1, "%s", bootpfile); 312 FILE *f = fopen(bootpfile, "r");
|
bootparamd.c | 64 const char *bootpfile = _PATH_BOOTPARAMS; variable in typeref:typename:const char * 104 bootpfile = optarg; 119 if (stat(bootpfile, &buf)) 120 err(1, "%s", bootpfile); 312 FILE *f = fopen(bootpfile, "r");
|
bootparamd.c | 64 const char *bootpfile = _PATH_BOOTPARAMS; variable in typeref:typename:const char * 104 bootpfile = optarg; 119 if (stat(bootpfile, &buf)) 120 err(1, "%s", bootpfile); 312 FILE *f = fopen(bootpfile, "r");
|