Searched defs:firstline (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_pppoe.c | 389 print_utf8string(char *firstline, char *string, uint16_t length) argument 391 (void) sprintf(firstline, "%.*s", length, string);
|
| /illumos-gate/usr/src/cmd/ucodeadm/ |
| H A D | ucodeadm.c | 148 int count = 0, firstline = 1; local 160 if (firstline && !isprint(linebuf[0])) { 168 firstline = 0;
|
| /illumos-gate/usr/src/lib/libshell/common/include/ |
| H A D | shlex.h | 52 int firstline; /* saved value of sh.st.firstline */ member in struct:_shlex_
|
| H A D | defs.h | 87 int firstline; member in struct:sh_scoped
|
| /illumos-gate/usr/src/cmd/sendmail/src/ |
| H A D | usersmtp.c | 277 ** firstline -- set if this is the first line of the reply. 287 esmtp_check(line, firstline, m, mci, e) 289 bool firstline; 388 ** firstline -- set if this is the first line of the reply. 398 helo_options(line, firstline, m, mci, e) 400 bool firstline; 410 if (firstline) 595 ** firstline -- set if this is the first line of the reply. 607 getsasldata(line, firstline, m, mci, e) 609 bool firstline; 3058 bool firstline = true; local [all...] |
Completed in 2658 milliseconds