Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/truncate/tests/
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-12-stable/sbin/restore/
Dinteractive.c70 struct afile { struct
86 static void formatf(struct afile *, int); argument
90 static void mkentry(char *, struct direct *, struct afile *);
501 struct afile *fp, *list, *listp; in printlist()
503 struct afile single; in printlist()
527 list = (struct afile *)malloc(entries * sizeof(struct afile)); in printlist()
565 qsort((char *)list, entries, sizeof(struct afile), fcmp); in printlist()
580 mkentry(char *name, struct direct *dp, struct afile *fp) in mkentry()
640 formatf(struct afile *list, int nentry) in formatf()
642 struct afile *fp, *endlist; in formatf()
[all …]
/freebsd-12-stable/release/picobsd/tinyware/msh/
Dsh5.c135 if (isatty(e.iop->argp->afile) == 0 &&
137 lseek(e.iop->argp->afile, 0L, 1) != -1)) {
286 lseek(ap->afile, ap->afpos, 0);
288 i = read(ap->afile, bp->buf, sizeof(bp->buf));
291 closef(ap->afile);
302 i = read(ap->afile, &c, sizeof(c));
304 return(i == sizeof(c)? c&0177: (closef(ap->afile), 0));
317 if (read(ap->afile, &c, sizeof(c)) != sizeof(c)) {
318 close(ap->afile);
379 closef(ap->afile);
[all …]
Dsh1.c150 PUSHIO(afile, 0, iof);
413 PUSHIO(afile, f, filechar);
Dsh.h283 int afile; /* file descriptor */ member
Dsh4.c372 PUSHIO(afile, remap(pf[0]), quoted? qgravechar: gravechar);
/freebsd-12-stable/contrib/gdb/gdb/tui/
Dtui-file.c36 afile, enumerator
94 tmpstream->ts_streamtype = afile; in tui_fileopen()
128 if (stream->ts_streamtype == afile) in tui_file_isatty()
234 case afile: in tui_file_flush()
/freebsd-12-stable/usr.bin/soelim/tests/
Dsoelim_test.sh43 .so afile
/freebsd-12-stable/contrib/binutils/bfd/
Dsrec.c1166 void * afile, in srec_print_symbol() argument
1170 FILE *file = (FILE *) afile; in srec_print_symbol()
Dieee.c1976 void * afile, in ieee_print_symbol() argument
1980 FILE *file = (FILE *) afile; in ieee_print_symbol()
Daoutx.h2503 void * afile, in NAME()
2507 FILE *file = (FILE *)afile; in NAME()
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdbint.texinfo4856 FILE *file = fopen ("afile", "r");