Searched defs:MAXLINE (Results 1 - 25 of 49) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_aecho.c44 (void) snprintf(get_sum_line(), MAXLINE, local
49 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_aarp.c60 (void) snprintf(get_sum_line(), MAXLINE, local
67 (void) snprintf(get_sum_line(), MAXLINE, local
72 (void) snprintf(get_sum_line(), MAXLINE, local
79 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_adsp.c44 (void) snprintf(get_sum_line(), MAXLINE, local
48 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_atp.c56 (void) snprintf(get_sum_line(), MAXLINE, local
60 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_trill.c48 (void) snprintf(get_sum_line(), MAXLINE, local
78 (void) snprintf(get_sum_line(), MAXLINE, local
86 (void) snprintf(get_sum_line(), MAXLINE, local
93 (void) snprintf(get_sum_line(), MAXLINE, local
103 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_http.c74 (void) snprintf(get_sum_line(), MAXLINE, local
77 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_isis.c80 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_nbp.c67 (void) snprintf(get_sum_line(), MAXLINE, local
71 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_rtmp.c89 (void) snprintf(get_sum_line(), MAXLINE, local
118 (void) snprintf(get_sum_line(), MAXLINE, local
144 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_zip.c60 (void) snprintf(get_sum_line(), MAXLINE, local
66 (void) snprintf(get_sum_line(), MAXLINE, local
75 (void) snprintf(get_sum_line(), MAXLINE, local
82 (void) snprintf(get_sum_line(), MAXLINE, local
87 (void) snprintf(get_sum_line(), MAXLINE, local
257 (void) snprintf(get_sum_line(), MAXLINE, local
317 (void) snprintf(get_sum_line(), MAXLINE, local
326 (void) snprintf(get_sum_line(), MAXLINE, local
331 (void) snprintf(get_sum_line(), MAXLINE, local
336 (void) snprintf(get_sum_line(), MAXLINE, local
343 (void) snprintf(get_sum_line(), MAXLINE, local
[all...]
H A Dsnoop_apple.c134 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_arp.c116 (void) snprintf(line, MAXLINE, "ARP C Who is %s ?",
120 (void) snprintf(line, MAXLINE, "ARP R %s is %s",
125 (void) snprintf(line, MAXLINE, "RARP C Who is %s ?",
129 (void) snprintf(line, MAXLINE, "RARP R %s is %s",
178 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_bpdu.c60 (void) snprintf(get_sum_line(), MAXLINE, local
68 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop_rip.c105 (void) snprintf(get_sum_line(), MAXLINE, local
112 (void) snprintf(get_sum_line(), MAXLINE, local
133 (void) snprintf(get_sum_line(), MAXLINE, local
139 (void) snprintf(get_sum_line(), MAXLINE, local
H A Dsnoop.h69 #define MAXLINE (1088) /* max len of detail line */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsend.c62 #define MAXLINE 1024 macro
131 dat.maxlen = MAXLINE;
133 if (dat.len > MAXLINE) {
134 dat.len = MAXLINE;
135 msg[MAXLINE - 1] = '\0';
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.h87 #define MAXLINE 2048 macro
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.h61 #define MAXLINE 1024 macro
/illumos-gate/usr/src/cmd/refer/
H A Dmkey2.c19 #define MAXLINE 500 macro
37 char line[MAXLINE], *s;
105 if (tlen < MAXLINE && mindex(iglist, curtype) == 0)
110 if (wholefile > 0 && len >= MAXLINE) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_net_secure.c42 #define MAXLINE 128 macro
67 char strung[MAXLINE], nmask[MAXLINE], net[MAXLINE];
75 while (fgets(strung, MAXLINE, fp)) {
H A Dmakedbm.c66 #define MAXLINE 4096 /* max length of input line */ macro
116 char buf[MAXLINE];
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c18 #define MAXLINE 8192 /* maximum input line */ macro
20 char in[MAXLINE+1]; /* input buffer */
100 if (s >= in+MAXLINE) {
103 in[MAXLINE] = '\0';
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c54 #define MAXLINE 10240 macro
251 char keystr[MAXLINE];
336 char linebuf[MAXLINE];
337 char fname[MAXLINE];
340 (void) snprintf(fname, MAXLINE, "%s/%s.dict", dirpath, dictname);
351 while (fgets(linebuf, MAXLINE, fp) != NULL) {
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c393 #define MAXLINE 512 macro
413 static char *info; /* dynamically allocated MAXLINE */
418 info = malloc(MAXLINE);
424 while (getdialline(info, MAXLINE)) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c47 #define MAXLINE 1024 /* max message size */ macro
110 char buf[MAXLINE + 1], outline[MAXLINE + 1];
115 int retsiz, outsiz = MAXLINE + 1;
161 while ((c = *f++) != '\0' && c != '\n' && b < &buf[MAXLINE]) {
174 (void) snprintf(b, &buf[MAXLINE] - b, "error %d",
177 while (*errstr != '\0' && b < &buf[MAXLINE]) {
195 if (c > MAXLINE) {
196 c = MAXLINE;
197 outline[MAXLINE
[all...]

Completed in 111 milliseconds

12