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

/macosx-10.10/syslog-267/syslogd.tproj/
H A Dbsd_in.c41 #define MAXLINE 4096 macro
52 char line[MAXLINE];
57 n = recvfrom(fd, line, MAXLINE, 0, (struct sockaddr *)&sun, &len);
H A Dudp_in.c50 #define MAXLINE 4096 macro
57 static char uline[MAXLINE + 1];
79 len = recvfrom(fd, uline, MAXLINE, 0, (struct sockaddr *)&from, &fromlen);
H A Dremote.c52 #define MAXLINE 4096 macro
/macosx-10.10/BerkeleyDB-21/db/examples_c/getting_started/
H A Dgettingstarted_common.h27 #define MAXLINE 150 macro
H A Dexample_database_load.c113 char buf[MAXLINE];
124 while (fgets(buf, MAXLINE, ifp) != NULL) {
200 char buf[MAXLINE];
223 while (fgets(buf, MAXLINE, ifp) != NULL) {
/macosx-10.10/ntp-92/include/
H A Dntp_config.h67 #define MAXLINE 1024 macro
204 char buffer[MAXLINE];
205 char err_msg[MAXLINE];
/macosx-10.10/ntp-92/ntpd/
H A Dntp_scanner.h43 #define MAXLINE 1024 /* maximum length of line */ macro
H A Dntp_parser.y1130 MAXLINE - remote_config.err_pos,
H A Dntp_config.c3776 char line[MAXLINE];
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Demacs.c190 genchar Screen[MAXLINE];
218 kstack = (genchar*)malloc(CHARSIZE*MAXLINE);
253 if(scend+plen > (MAXLINE-2))
254 scend = (MAXLINE-2)-plen;
270 hist_copy((char*)kstack,MAXLINE, hline,hloff);
696 hist_copy((char*)out,MAXLINE, hline,hloff);
939 genchar name[MAXLINE];
940 char buf[MAXLINE];
942 ptr = hist_word(buf,MAXLINE,(count?count:-1));
1176 char hbuf[MAXLINE];
[all...]
H A Dvi.c56 #define MAXCHAR MAXLINE-2 /* max char per line */
219 genchar Physical[2*MAXLINE]; /* physical image */
220 genchar Ubuf[MAXLINE]; /* used for U command */
221 genchar ubuf[MAXLINE]; /* used for u command */
222 genchar Window[MAXLINE]; /* window image */
238 vp->lastline = (genchar*)malloc(MAXLINE*CHARSIZE);
387 yankbuf = (genchar*)malloc(MAXLINE*CHARSIZE);
711 genchar tmp_u_space[MAXLINE]; /* temporary u_space */
921 hist_copy((char*)virtual, MAXLINE, curhline,-1);
1367 genchar saveline[MAXLINE];
[all...]
H A Dedit.c638 ep->e_wsize = MAXLINE;
746 buff = (char*)malloc(MAXLINE);
748 ep->e_outlast = ep->e_outptr + MAXLINE;
774 ep->e_wsize = MAXLINE - (ep->e_plen+1);
863 if(!ep->e_multiline && ep->e_wsize < MAXLINE)
1313 genchar *dpmax = phys+MAXLINE;
1384 genchar buffer[MAXLINE];
1406 char *dpmax = dp+sizeof(genchar)*MAXLINE-2;
1409 char buffer[MAXLINE*sizeof(genchar)];
1570 char buff[MAXLINE];
[all...]
/macosx-10.10/ntp-92/ntpdate/
H A Dntptime_config.c110 #define MAXLINE 1024 /* maximum length of line */ macro
156 char line[MAXLINE];
411 while ((cp = fgets(line, MAXLINE, fp)) != NULL) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2ps.c1417 #define MAXLINE 36 macro
1423 int use_rawdata, tiled_image, breaklen = MAXLINE;
1496 breaklen = MAXLINE;
1579 breaklen = MAXLINE;
1705 (len) = MAXLINE-(howmany); \
1713 int breaklen = MAXLINE, cc, es = samplesperpixel - nc;
1775 int breaklen = MAXLINE, cc;
1809 int breaklen = MAXLINE, cc, nc;
1879 int breaklen = MAXLINE;
2009 int breaklen = MAXLINE, c
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dedit.h63 #define MAXLINE 1024 /* longest edit line permitted */ macro
/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dmain.c78 #define MAXLINE 200 macro
91 char line[MAXLINE];
759 len = (num > MAXLINE) ? MAXLINE : num;
/macosx-10.10/ntp-92/ntpq/
H A Dntpq-subs.c175 #define MAXLINE 512 /* maximum length of a line */ macro
1919 char config_cmd[MAXLINE];
1939 while (fgets(config_cmd, MAXLINE, config_fd) != NULL) {
H A Dntpq.c384 #define MAXLINE 512 /* maximum line length */ macro
1586 static char tspace[MAXLINE];
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc.c167 #define MAXLINE 512 /* maximum line length */ macro
1306 static char tspace[MAXLINE];

Completed in 418 milliseconds