HomeSort by: relevance | last modified time | path
    Searched refs:firstline (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/recipes/
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-----") {
  /src/crypto/external/apache2/openssl/dist/test/recipes/
20-test_dhparam.t 43 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/external/mit/lua/dist/src/
lua.c 462 static const char *get_prompt (lua_State *L, int firstline) {
463 if (lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2") == LUA_TNIL)
464 return (firstline ? LUA_PROMPT : LUA_PROMPT2); /* use the default */
498 static int pushline (lua_State *L, int firstline) {
502 const char *prmt = get_prompt(L, firstline);
510 if (firstline && b[0] == '=') /* for compatibility with 5.2, ... */
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_uu.c 270 int firstline; local
279 firstline = 20;
302 firstline = 0;
340 return (firstline+30);
351 return (firstline+40);
353 return (firstline+40);
355 return (firstline+30);
  /src/external/bsd/file/dist/src/
softmagic.c 138 int rv = 0, printed_something = 0, need_separator = 0, firstline = 1; local
153 &printed_something, &need_separator, &firstline,
226 int *printed_something, int *need_separator, int *firstline,
281 printed_something, need_separator, firstline, returnval,
315 if ((e = handle_annotation(ms, m, *firstline)) != 0)
321 *firstline = 0;
335 if (print_sep(ms, *firstline) == -1)
399 firstline, returnval, found_match)) {
436 if ((e = handle_annotation(ms, m, *firstline))
442 *firstline = 0
    [all...]
  /src/tests/bin/ps/
t_ps.sh 138 local firstline="${output%%${nl}*}"
139 atf_fail "check_no_heading_line [$args] got [$firstline]"
  /src/usr.bin/mail/
send.c 126 int isheadflag, infld, ignoring, dostat, firstline; local
151 firstline = 1;
166 if (firstline) {
171 firstline = 0;
  /src/lib/libedit/
refresh.c 108 wint_t *firstline = el->el_vdisplay[0]; local
113 firstline[0] = '\0'; /* empty the string */
114 el->el_vdisplay[i - 1] = firstline;
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 1676 my $firstline = 1;
1679 $firstline = $instructions[$i]->[2];
1685 # the indentation we saw on $firstline
1698 if ($l >= $firstline) {
1715 # Assign all samples to the range $firstline,$lastline,
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)
    [all...]
  /src/external/bsd/jemalloc/dist/bin/
jeprof 1677 my $firstline = 1;
1680 $firstline = $instructions[$i]->[2];
1686 # the indentation we saw on $firstline
1699 if ($l >= $firstline) {
1716 # Assign all samples to the range $firstline,$lastline,
1730 for (my $l = $firstline; $l <= $lastline; $l++) {
1784 ($line >= $firstline) &&
1839 if ($l >= $firstline - 5 &&
1843 if ($l == $firstline) { print $output $skip_marker; }
3889 my $firstline = ReadProfileHeader(*TFILE)
    [all...]
jeprof.in 1677 my $firstline = 1;
1680 $firstline = $instructions[$i]->[2];
1686 # the indentation we saw on $firstline
1699 if ($l >= $firstline) {
1716 # Assign all samples to the range $firstline,$lastline,
1730 for (my $l = $firstline; $l <= $lastline; $l++) {
1784 ($line >= $firstline) &&
1839 if ($l >= $firstline - 5 &&
1843 if ($l == $firstline) { print $output $skip_marker; }
3889 my $firstline = ReadProfileHeader(*TFILE)
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 9685 int firstline; member in struct:ScriptObj
9849 linenr = script->firstline = tokenlist->list[0].line;
9981 line = script->firstline;

Completed in 126 milliseconds