HomeSort by: relevance | last modified time | path
    Searched defs:STDOUT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/cron/dist/
macros.h 45 #define STDOUT 1 /* stdout's? */
  /src/external/bsd/top/dist/
screen.c 154 #define STDOUT 1
338 /* if stdout is not a terminal, pretend we are a dumb terminal */
340 if (ioctl(STDOUT, TIOCGETP, &old_settings) == -1)
346 if (ioctl(STDOUT, TCGETA, &old_settings) == -1)
352 if (tcgetattr(STDOUT, &old_settings) == -1)
367 if (ioctl(STDOUT, TIOCGETP, &old_settings) != -1)
375 (void) ioctl(STDOUT, TIOCSETP, &new_settings);
384 (void) ioctl(STDOUT, TIOCLGET, &old_lword);
388 (void) ioctl(STDOUT, TIOCLSET, &new_lword);
398 if (ioctl(STDOUT, TCGETA, &old_settings) != -1
    [all...]
  /src/external/bsd/ntp/dist/sntp/libopts/
ao-strs.h 200 #define STDOUT (ao_strs_strtable+685)

Completed in 35 milliseconds