Searched refs:afile (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/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
169 create_stderr_file "truncate: afile: No such file or directory"
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)
[all...]
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-file.c36 afile, enumerator in enum:streamtype
94 tmpstream->ts_streamtype = afile;
128 if (stream->ts_streamtype == afile)
234 case afile:
/freebsd-11-stable/crypto/openssl/util/pl/
H A DVC-32.pl64 \$(ASM) $afile\$\@ \$(TMP_D)$o$bname.asm
215 $afile='-o ';
218 $afile='/Fo';
222 $afile="-o ";
229 $afile='-o ';
232 $afile='/Fo';
H A DMingw32.pl70 $afile='-o ';
H A DOS2-EMX.pl43 $afile='-o ';
H A DBC-32.pl56 $afile='-o';
H A Dnetware.pl143 $afile="-o ";
149 $afile="-o ";
158 # $afile='/Fo';
164 $afile="";
H A Dunix.pl49 $afile='-o ';
/freebsd-11-stable/usr.bin/soelim/tests/
H A Dsoelim_test.sh40 -e inline:"soelim: can't open 'afile': No such file or directory\n" \
43 .so afile
56 -e inline:"soelim: can't open 'afile': No such file or directory\n" \
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c68 struct afile { struct
84 static void formatf(struct afile *, int);
88 static void mkentry(char *, struct direct *, struct afile *);
499 struct afile *fp, *list, *listp;
501 struct afile single;
525 list = (struct afile *)malloc(entries * sizeof(struct afile));
563 qsort((char *)list, entries, sizeof(struct afile), fcmp);
578 mkentry(char *name, struct direct *dp, struct afile *fp)
638 formatf(struct afile *lis
[all...]
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh1.c150 PUSHIO(afile, 0, iof);
413 PUSHIO(afile, f, filechar);
H A Dsh.h283 int afile; /* file descriptor */ member in struct:ioarg
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsrec.c1166 void * afile,
1170 FILE *file = (FILE *) afile;
1165 srec_print_symbol(bfd *abfd, void * afile, asymbol *symbol, bfd_print_symbol_type how) argument
H A Dieee.c1979 void * afile,
1983 FILE *file = (FILE *) afile;
1975 ieee_print_symbol(bfd *abfd, void * afile, asymbol *symbol, bfd_print_symbol_type how) argument
H A Daoutx.h2510 void * afile,
2514 FILE *file = (FILE *)afile;

Completed in 124 milliseconds