/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_multi_mount.ksh | 57 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 D | sftp-chroot.sh | 7 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 D | 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/tools/test/stress2/misc/ |
H A D | sendfile26.sh | 85 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 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, \
|
/freebsd/usr.bin/nohup/ |
H A D | nohup.c | 47 #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 D | T.argv | 125 $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 D | t.be | 1 # some question of what FILENAME ought to be before execution. 5 BEGIN { print FILENAME }
|
H A D | bundle.awk | 3 { print FILENAME, $0 }
|
H A D | p.24 | 1 FNR == 1, FNR == 5 { print FILENAME, $0 }
|
H A D | p.41 | 3 print FILENAME " has only " NR " lines" }
|
/freebsd/contrib/netbsd-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()
|
/freebsd/contrib/kyua/admin/ |
H A D | check-style-common.awk | 30 print FILENAME "[" FNR "]: " msg > "/dev/stderr" 62 if (! match(FILENAME, "Makefile"))
|
H A D | check-style-man.awk | 30 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
|
H A D | check-style-make.awk | 30 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
|
H A D | check-style-cpp.awk | 30 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
|
H A D | check-style-shell.awk | 30 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
|
/freebsd/usr.sbin/bsdconfig/timezone/share/ |
H A D | iso3166.subr | 106 argv[1] = FILENAME 140 argv[1] = FILENAME 146 argv[1] = FILENAME 157 if (FILENAME ~ /\.tab$/) 166 argv[1] = FILENAME
|
H A D | zones.subr | 170 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 D | version_gen.awk | 113 filename = FILENAME != "" ? FILENAME : "<stdin>";
|
/freebsd/contrib/netbsd-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;
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | mancheck.sh | 36 $2 = FILENAME ":[[:digit:]]+:[[:digit:]]+:"
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-rehash.pod.in | 85 $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 D | checklinks.awk | 35 if (backcheck && FILENAME != backcheck && $3 != "GMT") {
|
/freebsd/sbin/dhclient/ |
H A D | dhctoken.h | 56 #define FILENAME 258 macro
|