Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_multi_mount.ksh57 FILENAME="$MNTPFS/file"
58 log_must mkfile 128k $FILENAME
59 log_must eval "exec 9<> $FILENAME" # open file
68 if [ -f $FILENAME ]; then
74 if [ ! -f $FILENAME ]; then
81 FILENAME="$MNTPFS2/file"
84 if [ ! -f $FILENAME ]; then
89 FILENAME="$MNTPFS3/file"
92 if [ ! -f $FILENAME ]; then
103 FILENAME="$RENAMEMNT/file"
[all …]
/freebsd/crypto/openssh/regress/
H A Dsftp-chroot.sh7 FILENAME=testdata_${USER}.$$
8 PRIVDATA=${CHROOT}/${FILENAME}
27 ${SFTP} -S "$SSH" -F $OBJ/ssh_config host:/${FILENAME} $COPY \
29 fatal "Fetch ${FILENAME} failed"
42 ${SFTP} -S "$SSH" -F $OBJ/ssh_config host:/${FILENAME} $COPY \
44 fatal "Fetch ${FILENAME} failed"
/freebsd/crypto/heimdal/lib/krb5/
H A Dfcache.c57 #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/tools/test/stress2/misc/
H A Dsendfile26.sh85 printf("Sender: opening %s\n", FILENAME);
86 fd = open(FILENAME, O_CREAT|O_RDONLY, 0644);
126 printf("Sender: closing %s\n", FILENAME);
137 printf("Writer: opening %s\n", FILENAME);
138 fd = open(FILENAME, O_CREAT|O_RDWR|O_TRUNC|O_DIRECT, 0644);
163 printf("Writer: closing %s\n", FILENAME);
175 printf("Writer: opening %s\n", FILENAME);
176 fd = open(FILENAME, O_RDONLY | flags | O_DIRECT);
235 unlink(FILENAME);
/freebsd/contrib/tcpdump/
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, \
/freebsd/usr.bin/nohup/
H A Dnohup.c47 #define FILENAME "nohup.out" macro
96 p = FILENAME; in dofile()
101 (size_t)snprintf(path, sizeof(path), "%s/%s", p, FILENAME) < in dofile()
/freebsd/contrib/one-true-awk/testdir/
H A DT.argv125 $awk 'BEGIN { ARGV[1] = "foo2" ; print FILENAME }
126 { print FILENAME }' foo1 >foo3
129 diff foo3 foo4 || echo 'BAD: T.argv startup FILENAME'
130 # assumes that startup FILENAME is ""
165 print "FILENAME: " FILENAME
H A Dt.be1 # some question of what FILENAME ought to be before execution.
5 BEGIN { print FILENAME }
H A Dbundle.awk3 { print FILENAME, $0 }
H A Dp.241 FNR == 1, FNR == 5 { print FILENAME, $0 }
H A Dp.413 print FILENAME " has only " NR " lines" }
/freebsd/contrib/netbsd-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()
/freebsd/contrib/kyua/admin/
H A Dcheck-style-common.awk30 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
62 if (! match(FILENAME, "Makefile"))
H A Dcheck-style-man.awk30 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
H A Dcheck-style-make.awk30 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
H A Dcheck-style-cpp.awk30 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
H A Dcheck-style-shell.awk30 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Diso3166.subr106 argv[1] = FILENAME
140 argv[1] = FILENAME
146 argv[1] = FILENAME
157 if (FILENAME ~ /\.tab$/)
166 argv[1] = FILENAME
H A Dzones.subr170 argv[1] = FILENAME
177 argv[1] = FILENAME
190 argv[1] = FILENAME
204 argv[1] = FILENAME
210 argv[1] = FILENAME
261 argv[1] = FILENAME
274 argv[1] = FILENAME
288 argv[1] = FILENAME
306 argv[1] = FILENAME
/freebsd/share/mk/
H A Dversion_gen.awk113 filename = FILENAME != "" ? FILENAME : "<stdin>";
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l154 FILENAME [A-Za-z0-9.][A-Za-z0-9./_-]+
325 {FILENAME} {
330 return FILENAME;
/freebsd/sys/contrib/openzfs/scripts/
H A Dmancheck.sh36 $2 = FILENAME ":[[:digit:]]+:[[:digit:]]+:"
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-rehash.pod.in85 $OPENSSL x509 -hash -fingerprint -noout -in FILENAME
86 $OPENSSL crl -hash -fingerprint -noout -in FILENAME
88 where I<FILENAME> is the filename. It must output the hash of the
/freebsd/contrib/tzdata/
H A Dchecklinks.awk35 if (backcheck && FILENAME != backcheck && $3 != "GMT") {
/freebsd/sbin/dhclient/
H A Ddhctoken.h56 #define FILENAME 258 macro

12