Searched defs:filenum (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Drestart.c58 restartterm(char *term, int filenum, int *errret) argument
59 /* int filenum - This is a UNIX file descriptor, not a stdio ptr. */
72 (void) setupterm(term, filenum, (int *) 0);
H A Dsetupterm.c229 setupterm(char *term, int filenum, int *errret) argument
230 /* filenum - This is a UNIX file descriptor, not a stdio ptr. */
438 if (filenum == 1 && !isatty(filenum))
439 filenum = 2; /* Allow output redirect */
441 cur_term->Filedes = (short)filenum;
561 if (ioctl(filenum, TIOCGWINSZ, &w) != -1) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c329 async_filenoprintf(int filenum, const char *format, ...) argument
338 (void) write(filenum, buffer, strlen(buffer));
354 int filenum = (intptr_t)arg; local
364 async_filenoprintf(filenum, "%s [Signal %d (%s)]\n",
367 async_filenoprintf(filenum, "%s\n", buffer);
/illumos-gate/usr/src/cmd/auditreduce/
H A Dauditrd.h109 int filenum; /* number of files to process */ variable
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c47 daddr32_t filenum = 0; /* current file number on tape */ variable
485 if (!filenum)
486 filenum = 1;
H A Ddump.h162 daddr32_t filenum; /* position of dump on 1st volume */ variable

Completed in 71 milliseconds