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

/freebsd-10.2-release/libexec/talkd/
H A Dannounce.c98 char line_buf[N_LINES][N_CHARS]; local
109 (void)snprintf(line_buf[i], N_CHARS, " ");
110 sizes[i] = strlen(line_buf[i]);
113 (void)snprintf(line_buf[i], N_CHARS,
118 sizes[i] = strlen(line_buf[i]);
124 (void)snprintf(line_buf[i], N_CHARS,
126 sizes[i] = strlen(line_buf[i]);
129 (void)snprintf(line_buf[i], N_CHARS, "talk: respond with: talk %s@%s",
131 sizes[i] = strlen(line_buf[i]);
134 (void)snprintf(line_buf[
[all...]
/freebsd-10.2-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-10.2-release/contrib/ntp/libntp/
H A Dntp_lineedit.c166 char line_buf[MAXEDITLINE]; local
215 line = fgets(line_buf, sizeof(line_buf), stdin);
/freebsd-10.2-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-10.2-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-10.2-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-10.2-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;

Completed in 190 milliseconds