Home
last modified time | relevance | path

Searched refs:FILENAME (Results 1 – 25 of 26) sorted by relevance

12

/minix3/external/bsd/less/
H A Dless2netbsd55 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 Dmakemib86 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 Dfcache.c59 #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 Dcheck-style-common.awk31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
63 if (! match(FILENAME, "Makefile"))
H A Dcheck-style-man.awk31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
H A Dcheck-style-cpp.awk31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
H A Dcheck-style-c.awk31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
H A Dcheck-style-shell.awk31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
/minix3/usr.bin/nohup/
H A Dnohup.c115 #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 Dt_file.c55 #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 Djoin.awk65 ARGV[0], (FILENAME ? FILENAME : "stdin"), FNR, \
/minix3/tests/lib/libcurses/director/
H A Dtestlang_conf.l154 FILENAME [A-Za-z0-9.][A-Za-z0-9./_-]+
325 {FILENAME} {
330 return FILENAME;
H A Dtestlang_parse.y173 %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 Dhas_include.c143 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-warning@+1 {{missing terminatin…
/minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/AddressSanitizer/
H A Dglobal_metadata.ll20 ; 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 Dmknative.common58 # usage: write_c FILENAME
70 # usage: write_mk FILENAME
/minix3/external/historical/nawk/dist/
H A Dlib.c130 *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 Dtran.c52 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 Dawk.h60 extern char **FILENAME;
H A DFIXES693 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 Ddhctoken.h62 FILENAME = 258, enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td363 def err_pp_expects_filename : Error<"expected \"FILENAME\" or <FILENAME>">;
/minix3/external/bsd/dhcp/dist/common/
H A Dconflex.c983 return FILENAME; in intern()
/minix3/external/bsd/dhcp/dist/client/
H A Dclparse.c1208 case FILENAME:
/minix3/external/bsd/bind/dist/
H A Dconfigure.in3908 # 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

12