Searched refs:line_buf (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/libexec/talkd/
H A Dannounce.c104 char line_buf[N_LINES][N_CHARS]; local
115 (void)snprintf(line_buf[i], N_CHARS, " ");
116 sizes[i] = strlen(line_buf[i]);
119 (void)snprintf(line_buf[i], N_CHARS,
124 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, "talk: respond with: talk %s@%s",
137 sizes[i] = strlen(line_buf[i]);
140 (void)snprintf(line_buf[
[all...]
/freebsd-9.3-release/contrib/libreadline/examples/
H A Dexcallback.c92 char prompt_buf[40], line_buf[256]; variable
170 strcpy(line_buf, rl_line_buffer);
176 rl_insert_text(line_buf);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_lineedit.c166 char line_buf[MAXEDITLINE]; local
215 line = fgets(line_buf, sizeof(line_buf), stdin);
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-stack.c67 char line_buf[50], *pname;
98 sprintf (line_buf, "%d", loc->line_no);
100 strcpy (line_buf, "??");
101 line_width = strlen (line_buf);
193 -line_width, line_width, line_buf);
66 char line_buf[50], *pname; local
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c986 static char *line_buf = 0;
991 char *copy_p = line_buf;
993 if (line_buf == 0)
996 line_buf = xmalloc (line_buf_size);
999 copy_p = line_buf;
1001 /* Make a copy of the input string in line_buf, expanding as necessary. */
1014 if (copy_p + size - line_buf >= line_buf_size)
1016 int offset = copy_p - line_buf;
1019 line_buf = xrealloc (line_buf, line_buf_siz
977 static char *line_buf = 0; local
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Dcmp.c467 char line_buf[INT_BUFSIZE_BOUND (off_t)];
469 char const *line_num = offtostr (line_number, line_buf);
463 char line_buf[INT_BUFSIZE_BOUND (off_t)]; local
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dlibaout.h406 char *line_buf;
404 char *line_buf; member in struct:aoutdata
H A Daoutx.h2765 if (adata (abfd).line_buf != NULL)
2766 free (adata (abfd).line_buf);
2769 adata (abfd).line_buf = buf = NULL;
2773 adata (abfd).line_buf = buf;
/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c1383 char line_buf[UMAX2S_BUFSIZE]; \
1386 _malloc_message(umax2s(__LINE__, 10, line_buf), \
5733 char line_buf[UMAX2S_BUFSIZE]; local
5736 umax2s(mbin0, 10, line_buf), " > max 256)\n");

Completed in 140 milliseconds