Searched refs:firstline (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/crypto/openssl/test/recipes/ |
| H A D | 20-test_dhparam.t | 40 if (my $firstline = <PEMFILE>) { 41 $firstline =~ s/\R$//; 42 if ($firstline eq "-----BEGIN DH PARAMETERS-----") { 44 } elsif ($firstline eq "-----BEGIN X9.42 DH PARAMETERS-----") {
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_uu.c | 270 int firstline; in uudecode_bidder_bid() local 279 firstline = 20; in uudecode_bidder_bid() 302 firstline = 0; in uudecode_bidder_bid() 340 return (firstline+30); in uudecode_bidder_bid() 351 return (firstline+40); in uudecode_bidder_bid() 353 return (firstline+40); in uudecode_bidder_bid() 355 return (firstline+30); in uudecode_bidder_bid()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lua.c | 460 static const char *get_prompt (lua_State *L, int firstline) { in get_prompt() argument 461 if (lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2") == LUA_TNIL) in get_prompt() 462 return (firstline ? LUA_PROMPT : LUA_PROMPT2); /* use the default */ in get_prompt() 496 static int pushline (lua_State *L, int firstline) { in pushline() argument 500 const char *prmt = get_prompt(L, firstline); in pushline() 508 if (firstline && b[0] == '=') /* for compatibility with 5.2, ... */ in pushline()
|
| /freebsd-14.2/contrib/file/src/ |
| H A D | softmagic.c | 301 *firstline = 0; in match() 315 if (print_sep(ms, *firstline) == -1) in match() 374 firstline, returnval, found_match)) { in match() 437 if (print_sep(ms, *firstline) in match() 473 *firstline = 0; in match() 480 *firstline = 0; in match() 1900 firstline, NULL, NULL)) != 0) in mget() 2483 if (print_sep(ms, firstline) == -1) in handle_annotation() 2490 if (print_sep(ms, firstline) == -1) in handle_annotation() 2499 if (print_sep(ms, firstline) == -1) in handle_annotation() [all …]
|
| /freebsd-14.2/usr.bin/mail/ |
| H A 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-14.2/contrib/sendmail/src/ |
| H A D | usersmtp.c | 330 esmtp_check(line, firstline, m, mci, e) in esmtp_check() argument 332 bool firstline; 451 bool firstline; 461 if (firstline) 664 getsasldata(line, firstline, m, mci, e) in getsasldata() argument 666 bool firstline; 3189 bool firstline = true; local 3378 if (NULL != rtext && firstline) 3396 firstline = false; 3399 if (REPLYTYPE(r) > 3 && firstline [all …]
|
| /freebsd-14.2/usr.sbin/iostat/ |
| H A D | iostat.c | 797 int firstline = 1; in devstats() local 912 if (firstline) { in devstats() 918 firstline = 0; in devstats() 965 if (xflag > 0 && zflag > 0 && firstline == 1 && in devstats()
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | refresh.c | 108 wint_t *firstline = el->el_vdisplay[0]; in re_nextline() local 113 firstline[0] = '\0'; /* empty the string */ in re_nextline() 114 el->el_vdisplay[i - 1] = firstline; in re_nextline()
|