| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | arparse.y | 45 %token <name> FILENAME 95 | FILENAME { yyerror("foo"); } 137 OPEN FILENAME 142 CREATE FILENAME 148 ADDLIB FILENAME modulelist 152 DIRECTORY FILENAME modulelist optional_filename 159 FILENAME 172 modulename optcomma FILENAME
|
| HD | arlex.l | 79 return FILENAME;
|
| /freebsd-11-stable/crypto/heimdal/lib/krb5/ |
| HD | fcache.c | 57 #define FILENAME(X) (FCACHE(X)->filename) macro 68 return FILENAME(id); in fcc_get_name() 395 filename = FILENAME(id); in fcc_open() 469 FILENAME(id), buf); in fcc_initialize() 481 free (FILENAME(id)); in fcc_close() 493 _krb5_erase_file(context, FILENAME(id)); in fcc_destroy() 531 FILENAME(id), buf); in fcc_store_cred() 569 FILENAME(id)); in init_fcc() 573 FILENAME(id)); in init_fcc() 580 FILENAME(id)); in init_fcc() [all …]
|
| /freebsd-11-stable/crypto/openssh/regress/ |
| HD | sftp-chroot.sh | 7 FILENAME=testdata_${USER} 8 PRIVDATA=${CHROOT}/${FILENAME} 26 ${SFTP} -S "$SSH" -F $OBJ/ssh_config host:/${FILENAME} $COPY \ 28 fatal "Fetch ${FILENAME} failed"
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | 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, \
|
| /freebsd-11-stable/stand/efi/boot1/ |
| HD | generate-fat.sh | 39 while read ARCH FILENAME; do 53 echo 'Boot1 START' | dd of=stub/efi/boot/$FILENAME cbs=$BOOT1_SIZE count=1 conv=block 55 echo $FILENAME > stub/efi/boot/startup.nsh
|
| /freebsd-11-stable/usr.bin/nohup/ |
| HD | nohup.c | 59 #define FILENAME "nohup.out" macro 108 p = FILENAME; in dofile() 113 (size_t)snprintf(path, sizeof(path), "%s/%s", p, FILENAME) < in dofile()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | xcoffout.h | 144 #define DBX_OUTPUT_MAIN_SOURCE_FILENAME(FILE,FILENAME) \ argument 145 xcoff_lastfile = (FILENAME) 148 #define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \ argument
|
| /freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/read/ |
| HD | 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()
|
| /freebsd-11-stable/usr.sbin/bsdconfig/timezone/share/ |
| HD | iso3166.subr | 107 argv[1] = FILENAME 141 argv[1] = FILENAME 147 argv[1] = FILENAME 158 if (FILENAME ~ /\.tab$/) 167 argv[1] = FILENAME
|
| HD | zones.subr | 171 argv[1] = FILENAME 178 argv[1] = FILENAME 191 argv[1] = FILENAME 205 argv[1] = FILENAME 211 argv[1] = FILENAME 262 argv[1] = FILENAME 275 argv[1] = FILENAME 289 argv[1] = FILENAME 307 argv[1] = FILENAME
|
| /freebsd-11-stable/sys/dev/bhnd/tools/ |
| HD | nvram_map_gen.awk | 37 symbols[depth,"_file"] = FILENAME 76 FILENAME = ARGV[i] 90 if (FILENAME == null) { 98 _bi = split(FILENAME, _paths, "/") 427 emit(" * generated from nvram map: " FILENAME "\n") 556 print "warning:", msg, "at", FILENAME, "line", NR > "/dev/stderr" 564 errorx(msg " at " FILENAME " line " NR ":\n\t" $0)
|
| /freebsd-11-stable/share/mk/ |
| HD | version_gen.awk | 112 filename = FILENAME != "" ? FILENAME : "<stdin>";
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/ |
| HD | testlang_conf.l | 154 FILENAME [A-Za-z0-9.][A-Za-z0-9./_-]+ 325 {FILENAME} { 330 return FILENAME;
|
| HD | testlang_parse.y | 173 %token <string> FILENAME 363 | COMPARE FILENAME eol 371 | COMPAREND FILENAME eol 426 | FILENAME { assign_arg(arg_static, $1); } args
|
| /freebsd-11-stable/tools/tools/tinybsd/ |
| HD | tinybsd | 182 FILENAME=".tinybsd.${HOSTPART}.${USER}" 183 FULLFILENAME=$HOME/$FILENAME 228 FILENAME=".tinybsd.${HOSTPART}.${USER}" 229 FULLFILENAME=$HOME/$FILENAME
|
| /freebsd-11-stable/crypto/openssl/doc/apps/ |
| HD | c_rehash.pod | 61 $OPENSSL x509 -hash -fingerprint -noout -in FILENAME 62 $OPENSSL crl -hash -fingerprint -noout -in FILENAME 64 where B<FILENAME> is the filename. It must output the hash of the
|
| /freebsd-11-stable/contrib/apr-util/test/ |
| HD | testldap.c | 67 #define FILENAME DIRNAME "/host.data" macro 82 rv = apr_file_open(&thefile, FILENAME, in get_ldap_host()
|
| /freebsd-11-stable/contrib/one-true-awk/ |
| HD | lib.c | 121 *RS, *FS, *ARGC, *FILENAME) ); in getrec() 141 *FILENAME = file; in getrec() 598 if (strcmp(*FILENAME, "-") != 0) in error() 599 fprintf(stderr, ", file %s", *FILENAME); in error()
|
| HD | awk.h | 59 extern char **FILENAME;
|
| HD | tran.c | 48 char **FILENAME; /* current filename argument */ variable 84 FILENAME = &setsymtab("FILENAME", "", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
|
| /freebsd-11-stable/sbin/dhclient/ |
| HD | dhctoken.h | 58 #define FILENAME 258 macro
|
| HD | conflex.c | 390 return (FILENAME); in intern()
|
| /freebsd-11-stable/contrib/opie/ |
| HD | INSTALL | 37 --enable-access-file=FILENAME: Enable the OPIE access file FILENAME
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | c-exp.y | 226 %token <bval> FILENAME 562 | FILENAME 1764 return FILENAME; in yylex()
|