Searched refs:firstline (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c269 int firstline; local
278 firstline = 20;
301 firstline = 0;
339 return (firstline+30);
350 return (firstline+40);
352 return (firstline+40);
354 return (firstline+30);
/freebsd-10-stable/usr.bin/mail/
H A Dsend.c61 int ishead, infld, ignoring, dostat, firstline; local
79 firstline = 1;
87 if (firstline) {
92 firstline = 0;
/freebsd-10-stable/contrib/file/src/
H A Dsoftmagic.c171 int firstline = 1; /* a flag to print X\n X\n- X */ local
235 if ((e = handle_annotation(ms, m, firstline)) != 0) {
249 if (print_sep(ms, firstline) == -1)
333 if ((e = handle_annotation(ms, m, firstline)) != 0) {
346 if (print_sep(ms, firstline)
394 firstline = 0;
2038 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) argument
2041 if (!firstline && file_printf(ms, "\n- ") == -1)
2048 if (!firstline && file_printf(ms, "\n- ") == -1)
2055 if (!firstline
2065 print_sep(struct magic_set *ms, int firstline) argument
[all...]
/freebsd-10-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh138 local firstline="${output%%${nl}*}"
139 atf_fail "check_no_heading_line [$args] got [$firstline]"
/freebsd-10-stable/usr.sbin/iostat/
H A Diostat.c797 int firstline = 1; local
903 if (firstline) {
909 firstline = 0;
952 if (xflag > 0 && zflag > 0 && firstline == 1 &&
/freebsd-10-stable/lib/libedit/
H A Drefresh.c106 char *firstline = el->el_vdisplay[0]; local
111 firstline[0] = '\0'; /* empty the string */
112 el->el_vdisplay[i - 1] = firstline;
1047 char *firstline = el->el_display[0]; local
1052 re__copy_and_pad(firstline, "", 0);
1053 el->el_display[i - 1] = firstline;
/freebsd-10-stable/contrib/sendmail/src/
H A Dusersmtp.c277 ** firstline -- set if this is the first line of the reply.
287 esmtp_check(line, firstline, m, mci, e)
289 bool firstline;
396 ** firstline -- set if this is the first line of the reply.
406 helo_options(line, firstline, m, mci, e)
408 bool firstline;
418 if (firstline)
605 ** firstline -- set if this is the first line of the reply.
617 getsasldata(line, firstline, m, mci, e)
619 bool firstline;
3066 bool firstline = true; local
[all...]

Completed in 190 milliseconds