Searched refs:firstline (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive_read_support_filter_uu.c | 269 int firstline; in uudecode_bidder_bid() local 278 firstline = 20; in uudecode_bidder_bid() 301 firstline = 0; in uudecode_bidder_bid() 339 return (firstline+30); in uudecode_bidder_bid() 350 return (firstline+40); in uudecode_bidder_bid() 352 return (firstline+40); in uudecode_bidder_bid() 354 return (firstline+30); in uudecode_bidder_bid()
|
| /freebsd-10-stable/usr.bin/mail/ |
| D | send.c | 61 int ishead, infld, ignoring, dostat, firstline; in sendmessage() local 79 firstline = 1; in sendmessage() 87 if (firstline) { in sendmessage() 92 firstline = 0; in sendmessage()
|
| /freebsd-10-stable/contrib/file/src/ |
| D | softmagic.c | 171 int firstline = 1; /* a flag to print X\n X\n- X */ in match() local 235 if ((e = handle_annotation(ms, m, firstline)) != 0) { in match() 249 if (print_sep(ms, firstline) == -1) in match() 333 if ((e = handle_annotation(ms, m, firstline)) != 0) { in match() 346 if (print_sep(ms, firstline) in match() 394 firstline = 0; in match() 2038 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) in handle_annotation() argument 2041 if (!firstline && file_printf(ms, "\n- ") == -1) in handle_annotation() 2048 if (!firstline && file_printf(ms, "\n- ") == -1) in handle_annotation() 2055 if (!firstline && file_printf(ms, "\n- ") == -1) in handle_annotation() [all …]
|
| /freebsd-10-stable/lib/libedit/ |
| D | refresh.c | 106 char *firstline = el->el_vdisplay[0]; in re_nextline() local 111 firstline[0] = '\0'; /* empty the string */ in re_nextline() 112 el->el_vdisplay[i - 1] = firstline; in re_nextline() 1047 char *firstline = el->el_display[0]; in re_fastputc() local 1052 re__copy_and_pad(firstline, "", 0); in re_fastputc() 1053 el->el_display[i - 1] = firstline; in re_fastputc()
|
| /freebsd-10-stable/usr.sbin/iostat/ |
| D | iostat.c | 797 int firstline = 1; in devstats() local 903 if (firstline) { in devstats() 909 firstline = 0; in devstats() 952 if (xflag > 0 && zflag > 0 && firstline == 1 && in devstats()
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | usersmtp.c | 287 esmtp_check(line, firstline, m, mci, e) in esmtp_check() argument 289 bool firstline; 406 helo_options(line, firstline, m, mci, e) in helo_options() argument 408 bool firstline; 418 if (firstline) 617 getsasldata(line, firstline, m, mci, e) in getsasldata() argument 619 bool firstline; 3066 bool firstline = true; local 3242 (*pfunc)(bufp, firstline, m, mci, e); 3250 firstline = false; [all …]
|