| /minix3/external/bsd/less/ |
| H A D | less2netbsd | 55 for FILENAME in $CHECK_FILES 57 if [ ! -f "$FILENAME" ] 66 for FILENAME in $REQUIRED_HEADERS 68 if [ ! -f "$FILENAME" ] 86 while read FILENAME 88 if ! grep -q '\$NetBSD' "$FILENAME" 90 NEW_FILENAME="${FILENAME}.new" 94 cat "$FILENAME") >"${NEW_FILENAME}" 95 mv -f "${NEW_FILENAME}" "$FILENAME" 104 while read FILENAME [all …]
|
| /minix3/external/bsd/tcpdump/dist/ |
| H A D | makemib | 86 NF > 1 && index($2,".")>0 && FILENAME ~ /\.defs/ { 187 print "/* oidadd" inn(FILENAME) ":", new, "in", parent, "as", value, "line", $0, "*/" 194 inn(FILENAME), parent, new, value 200 inn(FILENAME), parent, new, value, oid[new] 211 inn(FILENAME), new, parent, \
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | fcache.c | 59 #define FILENAME(X) (FCACHE(X)->filename) macro 70 return FILENAME(id); in fcc_get_name() 397 filename = FILENAME(id); in fcc_open() 471 FILENAME(id), buf); in fcc_initialize() 483 free (FILENAME(id)); in fcc_close() 495 _krb5_erase_file(context, FILENAME(id)); in fcc_destroy() 533 FILENAME(id), buf); in fcc_store_cred() 571 FILENAME(id)); in init_fcc() 575 FILENAME(id)); in init_fcc() 582 FILENAME(id)); in init_fcc() [all …]
|
| /minix3/external/bsd/bind/dist/unit/atf-src/admin/ |
| H A D | check-style-common.awk | 31 print FILENAME "[" FNR "]: " msg > "/dev/stderr" 63 if (! match(FILENAME, "Makefile"))
|
| H A D | check-style-man.awk | 31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
|
| H A D | check-style-cpp.awk | 31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
|
| H A D | check-style-c.awk | 31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
|
| H A D | check-style-shell.awk | 31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
|
| /minix3/usr.bin/nohup/ |
| H A D | nohup.c | 115 #define FILENAME "nohup.out" in dofile() macro 116 p = FILENAME; in dofile() 122 (void)strlcat(path, FILENAME, sizeof(path)); in dofile()
|
| /minix3/tests/kernel/kqueue/read/ |
| H A D | t_file.c | 55 #define FILENAME "file" macro 66 fd = open(FILENAME, O_WRONLY|O_APPEND, 0644); in child() 98 RL(fd = open(FILENAME, O_RDONLY|O_CREAT, 0644)); in ATF_TC_BODY()
|
| /minix3/distrib/sets/ |
| H A D | join.awk | 65 ARGV[0], (FILENAME ? FILENAME : "stdin"), FNR, \
|
| /minix3/tests/lib/libcurses/director/ |
| H A D | testlang_conf.l | 154 FILENAME [A-Za-z0-9.][A-Za-z0-9./_-]+ 325 {FILENAME} { 330 return FILENAME;
|
| H A D | testlang_parse.y | 173 %token <string> FILENAME 363 | COMPARE FILENAME eol 371 | COMPAREND FILENAME eol 426 | FILENAME { assign_arg(arg_static, $1); } args
|
| /minix3/external/bsd/llvm/dist/clang/test/Preprocessor/ |
| H A D | has_include.c | 143 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-warning@+1 {{missing terminatin…
|
| /minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/AddressSanitizer/ |
| H A D | global_metadata.ll | 20 ; CHECK: [[FILENAME:@__asan_gen_[0-9]+]] = private unnamed_addr constant [22 x i8] c"/tmp/asan-glob… 21 … = private unnamed_addr constant { [22 x i8]*, i32, i32 } { [22 x i8]* [[FILENAME]], i32 5, i32 5 }
|
| /minix3/tools/gcc/ |
| H A D | mknative.common | 58 # usage: write_c FILENAME 70 # usage: write_mk FILENAME
|
| /minix3/external/historical/nawk/dist/ |
| H A D | lib.c | 130 *RS, *FS, *ARGC, *FILENAME) ); in getrec() 150 *FILENAME = file; in getrec() 647 if (strcmp(*FILENAME, "-") != 0) in error() 648 fprintf(stderr, ", file %s", *FILENAME); in error()
|
| H A D | tran.c | 52 char **FILENAME; /* current filename argument */ variable 80 &vp->sval == FILENAME || &vp->sval == SUBSEP) in setfree() 100 FILENAME = &setsymtab("FILENAME", "", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
|
| H A D | awk.h | 60 extern char **FILENAME;
|
| H A D | FIXES | 693 FILENAME is now "" until the first thing that causes a file 839 FILENAME is now defined in the BEGIN block -- too many old 974 setting FILENAME in BEGIN caused core dump, apparently
|
| /minix3/external/bsd/dhcp/dist/includes/ |
| H A D | dhctoken.h | 62 FILENAME = 258, enumerator
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 363 def err_pp_expects_filename : Error<"expected \"FILENAME\" or <FILENAME>">;
|
| /minix3/external/bsd/dhcp/dist/common/ |
| H A D | conflex.c | 983 return FILENAME; in intern()
|
| /minix3/external/bsd/dhcp/dist/client/ |
| H A D | clparse.c | 1208 case FILENAME:
|
| /minix3/external/bsd/bind/dist/ |
| H A D | configure.in | 3908 # NOM_PATH_FILE(VARIABLE, FILENAME, DIRECTORIES) 3910 # If the file FILENAME is found in one of the DIRECTORIES, the shell 3912 # it is set to FILENAME, with no directory prefix (that's not terribly
|