Searched refs:LINE_LEN (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/dtrace-147/libdwarf/
H A Dpro_macinfo.c62 #define LINE_LEN ENCODE_SPACE_NEEDED macro
231 length_est = COMMAND_LEN + LINE_LEN + len + len2 + 1; /* 1
286 length_est = COMMAND_LEN + LINE_LEN + len;
320 length_est = COMMAND_LEN + LINE_LEN + LINE_LEN;
391 length_est = COMMAND_LEN + LINE_LEN + len;
/macosx-10.10.1/adv_cmds-158/finger/
H A Dlprint.c64 #define LINE_LEN 80 macro
227 if (LINE_LEN < (cpr + 6 + strlen(w->host)))
279 lenthis) <= LINE_LEN) {
313 if (sb.st_size <= LINE_LEN - strlen(header) - 5) {
/macosx-10.10.1/pdisk-9/
H A Ddump.c704 #define LINE_LEN 16 macro
709 limit1 = i + LINE_LEN;
/macosx-10.10.1/vim-55/src/
H A Dgui_photon.c2080 #define LINE_LEN 100 macro
2082 char line[LINE_LEN];
2100 fgets(line, LINE_LEN, fd);
H A Dgui_w48.c1542 #define LINE_LEN 100 macro
1544 char line[LINE_LEN];
1562 fgets(line, LINE_LEN, fd);
H A Dgui_mac.c3834 #define LINE_LEN 100 macro
3836 char line[LINE_LEN];
3854 fgets(line, LINE_LEN, fd);
/macosx-10.10.1/libxml2-26/libxml2/
H A DparserInternals.c241 #define LINE_LEN 80 macro
377 ret = xmlBufShrink(in->buf->buffer, used - LINE_LEN);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DparserInternals.c238 #define LINE_LEN 80 macro
407 ret = xmlBufferShrink(in->buf->buffer, used - LINE_LEN);

Completed in 288 milliseconds