Home
last modified time | relevance | path

Searched refs:afile (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/truncate/tests/
H A Dtruncate_test.sh143 > afile
144 atf_check -s not-exit:0 -e file:stderr.txt truncate -s0 -r afile afile
172 atf_check -s not-exit:0 -e file:stderr.txt truncate -r afile afile
173 [ ! -e afile ] || atf_fail "afile should not exist"
336 atf_check -e file:stderr.txt truncate -r reference afile
337 eval $(stat -s afile)
369 printf "abcd\n" > afile
370 eval $(stat -s afile)
376 atf_check -e file:stderr.txt truncate -s-100 afile
377 eval $(stat -s afile)
[all …]
/freebsd/sbin/restore/
H A Dinteractive.c61 struct afile { struct
77 static void formatf(struct afile *, int); argument
81 static void mkentry(char *, struct direct *, struct afile *);
492 struct afile *fp, *list, *listp; in printlist()
494 struct afile single; in printlist()
518 list = (struct afile *)malloc(entries * sizeof(struct afile)); in printlist()
556 qsort((char *)list, entries, sizeof(struct afile), fcmp); in printlist()
571 mkentry(char *name, struct direct *dp, struct afile *fp) in mkentry()
631 formatf(struct afile *list, int nentry) in formatf()
633 struct afile *fp, *endlist; in formatf()
[all …]
/freebsd/usr.bin/soelim/tests/
H A Dsoelim_test.sh42 .so afile
/freebsd/contrib/lib9p/
H A Drequest.c498 struct l9p_fid **afile) in fid_lookup() argument
539 *afile = file; in fid_lookup()