/src/usr.bin/sdiff/ |
sdiff.c | 92 * Create temporary file if source_file is not a regular file. 96 mktmpcpy(const char *source_file) 105 ifd = open(source_file, O_RDONLY, 0); 109 err(2, "error getting file status from %s", source_file); 116 if (errno == ENOENT && strcmp(source_file, "-") == 0) 119 err(2, "error opening %s", source_file); 140 warn("error reading from %s", source_file);
|
sdiff.c | 92 * Create temporary file if source_file is not a regular file. 96 mktmpcpy(const char *source_file) 105 ifd = open(source_file, O_RDONLY, 0); 109 err(2, "error getting file status from %s", source_file); 116 if (errno == ENOENT && strcmp(source_file, "-") == 0) 119 err(2, "error opening %s", source_file); 140 warn("error reading from %s", source_file);
|
/src/sys/net/npf/ |
npf.h | 345 char * source_file; member in struct:__anonb49106fe0608
|
npf.h | 345 char * source_file; member in struct:__anonb49106fe0608
|
/src/usr.sbin/npf/npfctl/ |
npfctl.c | 204 const char *srcfile = ne->source_file;
|
npfctl.c | 204 const char *srcfile = ne->source_file;
|
/src/lib/libnpf/ |
npf.c | 238 errinfo->source_file =
|
npf.c | 238 errinfo->source_file =
|