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

/macosx-10.9.5/syslog-217.1.4/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.9.5/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.9.5/ntp-88/include/
H A Dntp_config.h67 #define MAXLINE 1024 macro
204 char buffer[MAXLINE];
205 char err_msg[MAXLINE];
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dlogresolve.c94 #ifndef MAXLINE
95 #define MAXLINE 1024 macro
305 char *bar, hoststring[MAXDNAME + 1], line[MAXLINE], *statfile;
340 while (get_line(line, MAXLINE)) {
/macosx-10.9.5/ntp-88/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.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Demacs.c190 genchar Screen[MAXLINE];
217 kstack = (genchar*)malloc(CHARSIZE*MAXLINE);
252 if(scend+plen > (MAXLINE-2))
253 scend = (MAXLINE-2)-plen;
269 hist_copy((char*)kstack,MAXLINE, hline,hloff);
693 hist_copy((char*)out,MAXLINE, hline,hloff);
936 genchar name[MAXLINE];
937 char buf[MAXLINE];
939 ptr = hist_word(buf,MAXLINE,(count?count:-1));
1173 char hbuf[MAXLINE];
[all...]
H A Dvi.c61 #define MAXCHAR MAXLINE-2 /* max char per line */
224 genchar Physical[2*MAXLINE]; /* physical image */
225 genchar Ubuf[MAXLINE]; /* used for U command */
226 genchar ubuf[MAXLINE]; /* used for u command */
227 genchar Window[MAXLINE]; /* window image */
243 vp->lastline = (genchar*)malloc(MAXLINE*CHARSIZE);
392 yankbuf = (genchar*)malloc(MAXLINE*CHARSIZE);
716 genchar tmp_u_space[MAXLINE]; /* temporary u_space */
923 hist_copy((char*)virtual, MAXLINE, curhline,-1);
1369 genchar saveline[MAXLINE];
[all...]
H A Dcompletion.c380 if(outbuff+size >= &outbuff[MAXLINE])
H A Dedit.c637 ep->e_wsize = MAXLINE;
742 buff = (char*)malloc(MAXLINE);
744 ep->e_outlast = ep->e_outptr + MAXLINE;
770 ep->e_wsize = MAXLINE - (ep->e_plen+1);
857 if(!ep->e_multiline && ep->e_wsize < MAXLINE)
1305 genchar *dpmax = phys+MAXLINE;
1376 genchar buffer[MAXLINE];
1398 char *dpmax = dp+sizeof(genchar)*MAXLINE-2;
1401 char buffer[MAXLINE*sizeof(genchar)];
1562 char buff[MAXLINE];
[all...]
/macosx-10.9.5/ntp-88/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.9.5/tcl-102/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.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dedit.h63 #define MAXLINE 1024 /* longest edit line permitted */ macro
/macosx-10.9.5/remote_cmds-41.90.1/tftp.tproj/
H A Dmain.c77 #define MAXLINE 200 macro
90 char line[MAXLINE];
742 len = (num > MAXLINE) ? MAXLINE : num;
/macosx-10.9.5/ntp-88/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.9.5/ntp-88/ntpdc/
H A Dntpdc.c167 #define MAXLINE 512 /* maximum line length */ macro
1306 static char tspace[MAXLINE];

Completed in 240 milliseconds