Searched refs:fdesc (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Ddd.c1246 skip_via_lseek (char const *filename, int fdesc, off_t offset, int whence) argument
1250 bool got_original_tape_position = (ioctl (fdesc, MTIOCGET, &s1) == 0);
1254 off_t new_position = lseek (fdesc, offset, whence);
1257 && ioctl (fdesc, MTIOCGET, &s2) == 0
1276 nonzero. If fdesc is STDIN_FILENO, advance the input offset.
1281 skip (int fdesc, char const *file, uintmax_t records, size_t blocksize, argument
1292 && 0 <= skip_via_lseek (file, fdesc, offset, SEEK_CUR))
1294 if (fdesc == STDIN_FILENO)
1324 if ((skip_via_lseek (file, fdesc, 0, SEEK_END)) >= 0)
1341 if (fdesc
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dfileops.c216 int fdesc; variable
218 fdesc = (is32not64
222 fdesc = open (filename, posix_mode, prot);
224 if (fdesc < 0)
226 fp->_fileno = fdesc;
232 close (fdesc); variable
/haiku-fatelf/src/bin/rcs/
H A Drcsedit.c1310 int e, exists, fdesc, fdescSafer, r, waslocked; local
1440 fdesc = create(sp);
1441 fdescSafer = fdSafer(fdesc); /* Do it now; setrid might use stderr. */
1445 if (0 <= fdesc)
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y2888 static struct fdesc {
2892 struct fdesc *next;
2900 struct fdesc *fp;
2919 emalloc(fp, struct fdesc *, sizeof(struct fdesc), "func_use");
2920 memset(fp, '\0', sizeof(struct fdesc));
2936 struct fdesc *fp, *next;
H A Dawkgram.c4727 static struct fdesc {
4731 struct fdesc *next;
4739 struct fdesc *fp;
4758 emalloc(fp, struct fdesc *, sizeof(struct fdesc), "func_use");
4759 memset(fp, '\0', sizeof(struct fdesc));
4775 struct fdesc *fp, *next;
4723 static struct fdesc { struct
/haiku-fatelf/src/bin/gdb/gdb/
H A Dia64-tdep.c2976 CORE_ADDR fdesc;
2978 fdesc = find_extant_func_descr (faddr);
2980 if (fdesc == 0)
2985 fdesc = *fdaptr;
2996 write_memory (fdesc, buf, 16);
2999 return fdesc;
2975 CORE_ADDR fdesc; local

Completed in 88 milliseconds