Searched refs:afile (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/usr.bin/truncate/tests/ |
| D | truncate_test.sh | 143 > 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/ |
| D | interactive.c | 70 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/ |
| D | sh5.c | 135 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 …]
|
| D | sh1.c | 150 PUSHIO(afile, 0, iof); 413 PUSHIO(afile, f, filechar);
|
| D | sh.h | 283 int afile; /* file descriptor */ member
|
| D | sh4.c | 372 PUSHIO(afile, remap(pf[0]), quoted? qgravechar: gravechar);
|
| /freebsd-12-stable/contrib/gdb/gdb/tui/ |
| D | tui-file.c | 36 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/ |
| D | soelim_test.sh | 43 .so afile
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | srec.c | 1166 void * afile, in srec_print_symbol() argument 1170 FILE *file = (FILE *) afile; in srec_print_symbol()
|
| D | ieee.c | 1976 void * afile, in ieee_print_symbol() argument 1980 FILE *file = (FILE *) afile; in ieee_print_symbol()
|
| D | aoutx.h | 2503 void * afile, in NAME() 2507 FILE *file = (FILE *)afile; in NAME()
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | gdbint.texinfo | 4856 FILE *file = fopen ("afile", "r");
|