HomeSort by: relevance | last modified time | path
    Searched refs:line_buf (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/src/
file-list.c 45 char *line_buf = NULL; local
64 int len = getline (&line_buf, &line_len, fp);
71 if (len > 0 && line_buf[len - 1] == '\n')
72 line_buf[--len] = '\0';
74 && (line_buf[len - 1] == ' '
75 || line_buf[len - 1] == '\t'
76 || line_buf[len - 1] == '\r'))
77 line_buf[--len] = '\0';
80 if (*line_buf == '\0' || *line_buf == '#'
    [all...]
  /src/libexec/talkd/
announce.c 100 char line_buf[N_LINES][N_CHARS]; local
111 (void)snprintf(line_buf[i], N_CHARS, " ");
112 sizes[i] = strlen(line_buf[i]);
116 (void)snprintf(line_buf[i], N_CHARS,
119 sizes[i] = strlen(line_buf[i]);
125 (void)snprintf(line_buf[i], N_CHARS,
127 sizes[i] = strlen(line_buf[i]);
130 (void)snprintf(line_buf[i], N_CHARS,
132 sizes[i] = strlen(line_buf[i]);
135 (void)snprintf(line_buf[i], N_CHARS, " ")
    [all...]
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_templates.c 258 VSTRING *line_buf; local
274 line_buf = vstring_alloc(100);
276 while (vstring_get_nonl(line_buf, fp) > 0) {
278 cp = STR(line_buf) + strspn(STR(line_buf), " \t\n\v\f\r");
281 if ((err = split_nameval(STR(line_buf), &member_name, &value)) != 0)
283 VSTREAM_PATH(fp), lineno, err, STR(line_buf));
302 while (vstring_get_nonl(line_buf, fp) > 0) {
304 if (strcmp(STR(line_buf), STR(saved_end_marker)) == 0)
308 vstring_strcat(multi_line_buf, STR(line_buf));
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/examples/
excallback.c 99 char prompt_buf[40], line_buf[256]; variable
179 strcpy(line_buf, rl_line_buffer);
185 rl_insert_text(line_buf);
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
excallback.c 99 char prompt_buf[40], line_buf[256]; variable
179 strcpy(line_buf, rl_line_buffer);
185 rl_insert_text(line_buf);
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_edit.c 136 static void pcf_gobble_cf_line(VSTRING *full_entry_buf, VSTRING *line_buf,
141 vstring_strcpy(full_entry_buf, STR(line_buf));
146 || vstring_get(line_buf, src) == VSTREAM_EOF)
149 if (pcf_find_cf_info(line_buf, dst))
150 vstring_strcat(full_entry_buf, STR(line_buf));
328 VSTRING *line_buf = vstring_alloc(100); local
450 vstring_strcpy(line_buf, STR(parse_buf));
457 vstream_fputs(STR(line_buf), dst);
459 vstream_fprintf(dst, "#%s", STR(line_buf));
539 pcf_gobble_cf_line(full_entry_buf, line_buf,
    [all...]
  /src/external/bsd/ntp/dist/libntp/
ntp_lineedit.c 168 char line_buf[MAXEDITLINE]; local
217 line = fgets(line_buf, sizeof(line_buf), stdin);
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-status.c 59 char line_buf[50];
89 xsnprintf (line_buf, sizeof (line_buf), "%d", line_no);
91 strcpy (line_buf, "??");
92 line_width = strlen (line_buf);
188 -line_width, line_width, line_buf);
58 char line_buf[50]; local
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-status.c 59 char line_buf[50];
89 xsnprintf (line_buf, sizeof (line_buf), "%d", line_no);
91 strcpy (line_buf, "??");
92 line_width = strlen (line_buf);
188 -line_width, line_width, line_buf);
58 char line_buf[50]; local
  /src/sbin/efi/
utils.c 346 uint8_t line_buf[17]; local
349 line_buf[16] = '\0';
353 line_buf[i & 0xf] = isprint((int)buf[i]) ? buf[i] : '.';
356 printf(" %s\n", line_buf);
362 line_buf[i] = '\0';
368 printf(" %s\n", line_buf);
  /src/external/gpl3/gcc/dist/gcc/text-art/
canvas.cc 115 const char *line_buf = pp_formatted_text (&line_pp); local
116 ::size_t len = strlen (line_buf);
119 if (line_buf[len - 1] == ' ')
124 pp_append_text (pp, line_buf, line_buf + len);
  /src/external/ibm-public/postfix/dist/src/util/
ip_match.c 617 VSTRING *line_buf = vstring_alloc(100); local
628 while (vstring_fgets_nonl(line_buf, VSTREAM_IN)) {
629 bufp = STR(line_buf);
646 ip_match_dump(line_buf, STR(byte_codes)));
673 vstring_free(line_buf);
  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 2647 struct unit *u, int is_dwarf64, struct dwarf_buf *line_buf,
2653 hdr->version = read_uint16 (line_buf);
2656 dwarf_buf_error (line_buf, "unsupported line number version", -1);
2664 hdr->addrsize = read_byte (line_buf);
2667 if (read_byte (line_buf) != 0)
2669 dwarf_buf_error (line_buf,
2676 hdrlen = read_offset (line_buf, is_dwarf64);
2678 hdr_buf = *line_buf;
2681 if (!advance (line_buf, hdrlen))
2729 const struct line_header *hdr, struct dwarf_buf *line_buf,
2936 struct dwarf_buf line_buf; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 2647 struct unit *u, int is_dwarf64, struct dwarf_buf *line_buf,
2653 hdr->version = read_uint16 (line_buf);
2656 dwarf_buf_error (line_buf, "unsupported line number version", -1);
2664 hdr->addrsize = read_byte (line_buf);
2667 if (read_byte (line_buf) != 0)
2669 dwarf_buf_error (line_buf,
2676 hdrlen = read_offset (line_buf, is_dwarf64);
2678 hdr_buf = *line_buf;
2681 if (!advance (line_buf, hdrlen))
2729 const struct line_header *hdr, struct dwarf_buf *line_buf,
2936 struct dwarf_buf line_buf; local
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 2647 struct unit *u, int is_dwarf64, struct dwarf_buf *line_buf,
2653 hdr->version = read_uint16 (line_buf);
2656 dwarf_buf_error (line_buf, "unsupported line number version", -1);
2664 hdr->addrsize = read_byte (line_buf);
2667 if (read_byte (line_buf) != 0)
2669 dwarf_buf_error (line_buf,
2676 hdrlen = read_offset (line_buf, is_dwarf64);
2678 hdr_buf = *line_buf;
2681 if (!advance (line_buf, hdrlen))
2729 const struct line_header *hdr, struct dwarf_buf *line_buf,
2936 struct dwarf_buf line_buf; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 2647 struct unit *u, int is_dwarf64, struct dwarf_buf *line_buf,
2653 hdr->version = read_uint16 (line_buf);
2656 dwarf_buf_error (line_buf, "unsupported line number version", -1);
2664 hdr->addrsize = read_byte (line_buf);
2667 if (read_byte (line_buf) != 0)
2669 dwarf_buf_error (line_buf,
2676 hdrlen = read_offset (line_buf, is_dwarf64);
2678 hdr_buf = *line_buf;
2681 if (!advance (line_buf, hdrlen))
2729 const struct line_header *hdr, struct dwarf_buf *line_buf,
2936 struct dwarf_buf line_buf; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
opc2c.c 29 static char * line_buf = NULL; variable
39 if (line_buf == NULL)
41 line_buf = (char *) malloc (LBUFINCR);
46 line_ptr = line_buf + line_buf_size - 1;
50 if (fgets (line_buf, line_buf_size, f) == 0)
58 line_buf = (char *) realloc (line_buf, line_buf_size);
61 line_ptr = line_buf + line_buf_size - 1;
65 if (fgets (line_buf + line_buf_size - LBUFINCR - 1, LBUFINCR + 1, f) == 0)
69 return line_buf;
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
opc2c.c 29 static char * line_buf = NULL; variable
39 if (line_buf == NULL)
41 line_buf = (char *) malloc (LBUFINCR);
46 line_ptr = line_buf + line_buf_size - 1;
50 if (fgets (line_buf, line_buf_size, f) == 0)
58 line_buf = (char *) realloc (line_buf, line_buf_size);
61 line_ptr = line_buf + line_buf_size - 1;
65 if (fgets (line_buf + line_buf_size - LBUFINCR - 1, LBUFINCR + 1, f) == 0)
69 return line_buf;
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
opc2c.c 29 static char * line_buf = NULL; variable
39 if (line_buf == NULL)
41 line_buf = (char *) malloc (LBUFINCR);
46 line_ptr = line_buf + line_buf_size - 1;
50 if (fgets (line_buf, line_buf_size, f) == 0)
58 line_buf = (char *) realloc (line_buf, line_buf_size);
61 line_ptr = line_buf + line_buf_size - 1;
65 if (fgets (line_buf + line_buf_size - LBUFINCR - 1, LBUFINCR + 1, f) == 0)
69 return line_buf;
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
opc2c.c 29 static char * line_buf = NULL; variable
39 if (line_buf == NULL)
41 line_buf = (char *) malloc (LBUFINCR);
46 line_ptr = line_buf + line_buf_size - 1;
50 if (fgets (line_buf, line_buf_size, f) == 0)
58 line_buf = (char *) realloc (line_buf, line_buf_size);
61 line_ptr = line_buf + line_buf_size - 1;
65 if (fgets (line_buf + line_buf_size - LBUFINCR - 1, LBUFINCR + 1, f) == 0)
69 return line_buf;
    [all...]
  /src/external/gpl2/diffutils/dist/src/
cmp.c 465 char line_buf[INT_BUFSIZE_BOUND (off_t)];
467 char const *line_num = offtostr (line_number, line_buf);
461 char line_buf[INT_BUFSIZE_BOUND (off_t)]; local
  /src/external/gpl3/binutils/dist/bfd/
libaout.h 401 char *line_buf;
399 char *line_buf; member in struct:aoutdata
  /src/external/gpl3/binutils.old/dist/bfd/
libaout.h 401 char *line_buf;
399 char *line_buf; member in struct:aoutdata
  /src/external/gpl3/gdb.old/dist/bfd/
libaout.h 408 char *line_buf;
406 char *line_buf; member in struct:aoutdata
  /src/external/gpl3/gdb/dist/bfd/
libaout.h 401 char *line_buf;
399 char *line_buf; member in struct:aoutdata

Completed in 95 milliseconds

1 2