Home
last modified time | relevance | path

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

/src/crypto/openssl/test/recipes/
H A D20-test_dhparam.t43 if (my $firstline = <PEMFILE>) {
44 $firstline =~ s/\R$//;
45 if ($firstline eq "-----BEGIN DH PARAMETERS-----") {
47 } elsif ($firstline eq "-----BEGIN X9.42 DH PARAMETERS-----") {
/src/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()
/src/contrib/lua/src/
H A Dlua.c469 static const char *get_prompt (lua_State *L, int firstline) { in get_prompt() argument
470 if (lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2") == LUA_TNIL) in get_prompt()
471 return (firstline ? LUA_PROMPT : LUA_PROMPT2); /* use the default */ in get_prompt()
503 static int pushline (lua_State *L, int firstline) { in pushline() argument
507 const char *prmt = get_prompt(L, firstline); in pushline()
515 if (firstline && b[0] == '=') /* for compatibility with 5.2, ... */ in pushline()
/src/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 …]
/src/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()
/src/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 …]
/src/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()
/src/contrib/jemalloc/bin/
H A Djeprof.in1676 my $firstline = 1;
1679 $firstline = $instructions[$i]->[2];
1698 if ($l >= $firstline) {
1729 for (my $l = $firstline; $l <= $lastline; $l++) {
1783 ($line >= $firstline) &&
1838 if ($l >= $firstline - 5 &&
1842 if ($l == $firstline) { print $output $skip_marker; }
3864 my $firstline = ReadProfileHeader(*TFILE);
3866 if (!$firstline) {
3871 return $firstline =~ /^--- *$symbol_marker/;
/src/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()
/src/contrib/sqlite3/autosetup/
H A Djimsh0.c9683 int firstline; member
9847 linenr = script->firstline = tokenlist->list[0].line; in ScriptObjAddTokens()
9979 line = script->firstline; in Jim_GetSourceInfo()