/titanic_44/usr/src/common/util/ |
H A D | getresponse.c | 122 char ans[LINE_MAX + 1]; in yes_no() 130 if (i < LINE_MAX) in yes_no() 134 if (i >= LINE_MAX) in yes_no() 135 ans[LINE_MAX] = '\0'; in yes_no()
|
/titanic_44/usr/src/lib/libxcurses/src/tput/ |
H A D | tput.c | 217 static char buf[LINE_MAX]; 218 if ((*v = fgets(buf, LINE_MAX, stdin)) == NULL) { 367 char buf[LINE_MAX+1]; 370 while (fgets(buf, LINE_MAX, fp) != NULL)
|
/titanic_44/usr/src/cmd/fold/ |
H A D | fold.c | 68 static wchar_t line[LINE_MAX]; 205 wchar_t tline[LINE_MAX]; in putch() 279 if ((curc + 1) >= (line + LINE_MAX)) { in putch()
|
/titanic_44/usr/src/cmd/sgs/tools/common/ |
H A D | sgsmsg.c | 206 if ((buffer = malloc(LINE_MAX)) == 0) { in getmesgid() 215 while (fgets(buffer, LINE_MAX, fdmids) != NULL) { in getmesgid() 664 char buffer[LINE_MAX], * token; in file() 669 if ((token_buffer = malloc(LINE_MAX)) == 0) { in file() 673 bufsize = LINE_MAX; in file() 677 while ((token = fgets(buffer, LINE_MAX, fddesc)) != NULL) { in file() 975 bufsize += LINE_MAX; in file()
|
/titanic_44/usr/src/lib/libxcurses/src/tic/ |
H A D | ticscan.c | 54 char line[LINE_MAX+1]; 267 if (curr_column < 0 || LINE_MAX < curr_column in next_char() 271 if ((rtn_value = fgets(line, LINE_MAX, stdin)) != NULL) in next_char()
|
/titanic_44/usr/src/cmd/spell/ |
H A D | spellprog.c | 230 static char word[LINE_MAX]; 231 static char original[LINE_MAX]; 232 static char *deriv[LINE_MAX]; 233 static char affix[LINE_MAX]; 668 char space[LINE_MAX * 2]; in trypref()
|
H A D | hashmake.c | 44 char word[LINE_MAX]; in main()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | isdir.c | 329 char line_buf[LINE_MAX]; in _InitRemoteFstypes() 372 char buf[LINE_MAX]; in _InitRemoteFstypes()
|
H A D | pkgstr.c | 285 assert(vres < LINE_MAX); in pkgstrPrintf() 302 assert(vres < LINE_MAX); in pkgstrPrintf()
|
/titanic_44/usr/src/cmd/svc/servinfo/ |
H A D | servinfo.c | 110 char line[LINE_MAX] = ""; in svc_getrpcinfo() 111 int line_len = LINE_MAX - 1; in svc_getrpcinfo()
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | vw_scanw.c | 60 char buffer[LINE_MAX]; in vw_scanw()
|
H A D | vwscanw.c | 65 char buffer[LINE_MAX]; in vwscanw()
|
/titanic_44/usr/src/cmd/ul/ |
H A D | ul.c | 60 struct CHAR obuf[LINE_MAX]; 166 if (maxcol >= LINE_MAX) { in ul_filter() 168 gettext("Input line longer than %d characters\n"), LINE_MAX); in ul_filter() 483 for (i = 0; i < LINE_MAX; i++) in initbuf()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | vw_print.c | 58 static char buffer[LINE_MAX];
|
H A D | vw_scanw.c | 60 char buffer[LINE_MAX];
|
H A D | vwprintw.c | 67 static char buffer[LINE_MAX];
|
H A D | vwscanw.c | 69 char buffer[LINE_MAX];
|
/titanic_44/usr/src/cmd/line/ |
H A D | line.c | 41 #define LSIZE LINE_MAX /* POSIX.2 */
|
/titanic_44/usr/src/cmd/xargs/ |
H A D | xargs.c | 66 #define BUFSIZE LINE_MAX 696 char reply[LINE_MAX]; in echoargs() 721 for (i = 0; i < LINE_MAX && read(PROMPT, &reply[i], 1) > 0; i++) { in echoargs() 731 if (i == LINE_MAX) { in echoargs()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_ip.c | 156 char errmsg[LINE_MAX]; in nwamd_get_dhcpinfo_data() 167 (void) snprintf(errmsg, LINE_MAX, "unknown identifier: %s", in nwamd_get_dhcpinfo_data() 179 (void) snprintf(errmsg, LINE_MAX, "failed dhcp alloc request"); in nwamd_get_dhcpinfo_data() 186 (void) snprintf(errmsg, LINE_MAX, "%s", in nwamd_get_dhcpinfo_data() 193 (void) snprintf(errmsg, LINE_MAX, "invalid data"); in nwamd_get_dhcpinfo_data() 199 (void) snprintf(errmsg, LINE_MAX, "data length mismatch"); in nwamd_get_dhcpinfo_data() 207 (void) snprintf(errmsg, LINE_MAX, "cannot decode reply"); in nwamd_get_dhcpinfo_data()
|
/titanic_44/usr/src/lib/libinstzones/common/ |
H A D | zones_str.c | 462 assert(vres < LINE_MAX); in _z_strPrintf() 475 assert(vres < LINE_MAX); in _z_strPrintf()
|
/titanic_44/usr/src/cmd/bc/ |
H A D | bc.y | 79 char cary[LINE_MAX+1]; 81 char *cpend = &cary[LINE_MAX]; /* last address (not the null char) */ 702 char mbuf[LINE_MAX]; in getch() 847 char mbuf[LINE_MAX]; in yyinit()
|
/titanic_44/usr/src/cmd/grpck/ |
H A D | grpck.c | 62 #define MYBUFSIZE (LINE_MAX) /* max line length including newline and null */ 179 if ((buf_len + 1) > LINE_MAX) in main()
|
/titanic_44/usr/src/head/ |
H A D | limits.h | 173 #define LINE_MAX _POSIX2_LINE_MAX macro
|
/titanic_44/usr/src/cmd/expand/ |
H A D | unexpand.c | 52 #define INPUT_SIZ LINE_MAX /* POSIX.2 */
|