Searched refs:MAXLINE (Results 1 - 25 of 98) sorted by relevance

1234

/opensolaris-onvv-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_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_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_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_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_bpdu.c60 (void) snprintf(get_sum_line(), MAXLINE, local
68 (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_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_isis.c80 (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
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.h61 #define MAXLINE 1024 macro
H A Dio.c48 static char headfile_name[MAXLINE]; /* Saved for later. */
49 static char mapfile_name[MAXLINE]; /* Saved for later. */
121 char hfn[MAXLINE];
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c42 char *AliasList[MAXLINE]; /* list of aliases to allow */
123 static char line[MAXLINE];
124 static char command[MAXLINE];
153 static char line[MAXLINE];
269 char forward[MAXLINE];
270 char line[MAXLINE];
289 while (fgets(line, MAXLINE, f))
326 char line[MAXLINE];
H A Dvacation.c69 #define MAXLINE 256 /* max size of a line */ macro
89 static char Charset[MAXLINE]; /* for use in reply message */
90 static char *AliasList[MAXLINE]; /* list of aliases to allow */
122 char buf[MAXLINE];
275 while (fgets(buf, MAXLINE, stdin) != NULL)
384 static char line[MAXLINE];
463 char buf[MAXLINE+1];
486 while (fgets(buf, MAXLINE, stdin) != NULL && buf[0] != '\n')
576 char file[MAXLINE];
577 char line[MAXLINE];
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dui-sun.c43 #define MAXLINE 127
48 char temp[MAXLINE+1];
62 if (cp == &temp[MAXLINE])
/opensolaris-onvv-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';
/opensolaris-onvv-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...]
/opensolaris-onvv-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) {
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c39 #define MAXLINE 1024 macro
51 static char Previous[MAXLINE];
52 static char LeftMostChild[MAXLINE];
296 (void) strncpy(LeftMostChild, token, MAXLINE);
297 LeftMostChild[MAXLINE-1] = '\0';
298 (void) strncpy(Previous, token, MAXLINE);
299 Previous[MAXLINE-1] = '\0';
423 (void) strncpy(Previous, token, MAXLINE);
425 Previous[MAXLINE-1] = '\0';
554 static char line[MAXLINE];
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dsyslog.c85 #define MAXLINE 1024 /* max message size (but see below) */ macro
175 char buf[MAXLINE + 2];
176 char outline[MAXLINE + 256]; /* pad to allow date, system name... */
282 while ((c = *f++) != '\0' && b < &buf[MAXLINE]) {
294 (void) snprintf(b, &buf[MAXLINE] - b, "error %d",
297 while (*errmsg != '\0' && b < &buf[MAXLINE]) {
316 if (clen > MAXLINE) {
317 clen = MAXLINE;
318 outline[MAXLINE-1] = '\0';
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Dfslib.h87 #define MAXLINE 2048 macro
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dconf.h62 #define MAXLINE 2048 /* max line length */ macro
66 # define MAXINPLINE MAXLINE /* max input line length */
/opensolaris-onvv-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) {
/opensolaris-onvv-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)) {

Completed in 214 milliseconds

1234