Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.be1 # some question of what FILENAME ought to be before execution.
5 BEGIN { print FILENAME }
H A Dp.241 FNR == 1, FNR == 5 { print FILENAME, $0 }
H A Dp.413 print FILENAME " has only " NR " lines" }
/illumos-gate/usr/src/cmd/sdpadm/
H A Dsdpadm.c48 static const char FILENAME[] = "/etc/sdp.conf"; variable
136 fConf = fopen(FILENAME, "w"); in main()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dclsflnam.awk6 if (close(FILENAME)) {
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c185 if (ogs == YES && field != FILENAME) { in display()
195 if (field != FILENAME) { in display()
243 if (field == FILENAME) { in display()
H A Dconstants.h122 #define FILENAME 7 macro
H A Dcommand.c418 case FILENAME: in command()
428 } else if (field == FILENAME && in command()
H A Dfind.c753 if (field == FILENAME || field == INCLUDES) { in findinit()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtclsqlite.test27 set r "sqlite_orig HANDLE FILENAME ?-key CODEC-KEY?"
29 set r "sqlite HANDLE FILENAME ?MODE?"
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c185 *RS, *FS, *ARGC, *FILENAME)); in getrec()
208 *FILENAME = file; in getrec()
758 if (strcmp(*FILENAME, "-") != 0) in error()
759 (void) fprintf(stderr, gettext(", file %s"), *FILENAME); in error()
H A Dtran.c77 char **FILENAME; /* current filename argument */ variable
111 &vp->sval == FILENAME || &vp->sval == SUBSEP) in setfree()
144 FILENAME = &setsymtab("FILENAME", "", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
H A Dawk.h103 extern char **FILENAME;
/illumos-gate/usr/src/cmd/oawk/
H A Dmain.c140 *FILENAME = *svargv; /* initial file name */ in main()
H A Dtran.c46 wchar_t **FILENAME; /* current filename argument */ variable
87 FILENAME = &setsymtab(L_FILENAME, NULL, 0.0, STR|FLD, symtab)->sval; in syminit()
H A Dawk.def48 extern wchar_t **FILENAME;
H A Dlib.c109 *FILENAME = file = *svargv; in getrec()
/illumos-gate/usr/src/
H A DMakefile.msg.targ58 FNR == 1 { print "\# Messages from " FILENAME; } \
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-21352 Search for the file name FILENAME in all mountable partitions and
1354 name FILENAME should be an absolute file name like
H A Dgrub.info2656 Search for the file name FILENAME in all mountable partitions and
2658 name FILENAME should be an absolute file name like
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3414 one if FILENAME is found. Otherwise, it is set to zero.
7098 [!STAGE1_5] (print_a_completion): The argument FILENAME is
7105 IS_FILENAME and IS_COMPLETION instead of FILENAME.
7111 Use BUF instead of FILENAME.