Home
last modified time | relevance | path

Searched refs:firstline (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/test/recipes/
H A D20-test_dhparam.t40 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/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c270 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/contrib/lua/src/
H A Dlua.c460 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/contrib/file/src/
H A Dsoftmagic.c123 int rv = 0, printed_something = 0, need_separator = 0, firstline = 1; in file_softmagic() local
138 &printed_something, &need_separator, &firstline, in file_softmagic()
211 int *printed_something, int *need_separator, int *firstline, in match() argument
261 printed_something, need_separator, firstline, returnval, in match()
295 if ((e = handle_annotation(ms, m, *firstline)) != 0) in match()
301 *firstline = 0; in match()
315 if (print_sep(ms, *firstline) == -1) in match()
374 firstline, returnval, found_match)) { in match()
411 if ((e = handle_annotation(ms, m, *firstline)) in match()
437 if (print_sep(ms, *firstline) in match()
[all …]
/freebsd/usr.bin/mail/
H A Dsend.c55 int ishead, infld, ignoring, dostat, firstline; in sendmessage() local
73 firstline = 1; in sendmessage()
81 if (firstline) { in sendmessage()
86 firstline = 0; in sendmessage()
/freebsd/contrib/sendmail/src/
H A Dusersmtp.c330 esmtp_check(line, firstline, m, mci, e) in esmtp_check() argument
332 bool firstline;
449 helo_options(line, firstline, m, mci, e) in helo_options() argument
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)
3388 (*pfunc)(bufp, firstline, m, mci, e);
[all …]
/freebsd/usr.sbin/iostat/
H A Diostat.c797 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/contrib/libedit/
H A Drefresh.c108 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()