Searched refs:line (Results 301 - 325 of 1636) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/crypto/openssl/crypto/
H A Dcrypto.h436 void CRYPTO_lock(int mode, int type, const char *file, int line);
438 const char *file, int line));
440 const char *file, int line);
443 const char *file, int line));
445 const char *file, int line);
469 int line);
477 int line));
481 const char *file, int line));
484 const char *file, int line));
486 *(*CRYPTO_get_dynlock_create_callback(void)) (const char *file, int line);
[all...]
/freebsd-11-stable/tests/sys/acl/
H A Drun38 # - run up to a specific line
39 # - resume at a specific line
69 my $line = <>; $lineno++;
70 if (defined $line) {
72 $line =~ s[%(\w+)][$ENV{$1}]eg;
73 $line =~ s[%\{(\w+)\}][$ENV{$1}]eg;
75 if (defined $line) {
76 if ($line =~ s/^\s*< ?//) {
77 push @$in, $line;
78 } elsif ($line
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcond1.exp1 make: "cond1.mk" line 75: warning: extra else
2 make: "cond1.mk" line 85: warning: extra else
/freebsd-11-stable/crypto/openssl/engines/
H A De_4758cca_err.h69 static void ERR_CCA4758_error(int function, int reason, char *file, int line);
H A De_cswift_err.h69 static void ERR_CSWIFT_error(int function, int reason, char *file, int line);
H A De_sureware_err.h70 int line);
H A De_ubsec_err.h69 static void ERR_UBSEC_error(int function, int reason, char *file, int line);
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture_internals.h26 const char * file, int line);
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxge-defs.h79 int line; member in struct:__anon11194
104 g_malloc_arr[index_mem_chk].line = _line; \
121 g_malloc_arr[index_mem_chk].line, \
135 #define XGE_OS_MEMORY_CHECK_MALLOC(ptr, size, file, line)
/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.t19 echo ${result} | grep -E "SERVER|CLIENT" | while read line; do
20 echo "# ${line}"
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dbiz22.c98 char line[80]; local
100 (void)snprintf(line, sizeof line, "%ld second dial timeout",
102 logent(value(HOST), num, "biz1022", line); local
/freebsd-11-stable/crypto/openssh/
H A Daudit.c150 const char *t = li->line ? li->line : "(no tty)";
166 const char *t = li->line ? li->line : "(no tty)";
H A Dloginrec.h68 char line[LINFO_LINESIZE]; /* tty/pty name */ member in struct:logininfo
90 const char *hostname, const char *line);
95 const char *hostname, const char *line);
124 /* produce various forms of the line filename */
/freebsd-11-stable/contrib/mdocml/
H A Dman.c47 if (man->last->type != ROFFT_EQN || ln > man->last->line)
56 man_descope(struct roff_man *man, int line, int offs) argument
59 * Co-ordinate what happens with having a next-line scope open:
72 roff_body_alloc(man, line, offs, man->last->tok);
76 man_ptext(struct roff_man *man, int line, char *buf, int offs) argument
85 roff_word_alloc(man, line, offs, buf + offs);
86 man_descope(man, line, offs);
94 * Blank lines are ignored in next line scope
102 line, 0, NULL);
122 roff_elem_alloc(man, line, off
[all...]
H A Ddemandoc.c113 int line, col; local
118 line = 1;
125 pmdoc(man->first->child, &line, &col, list);
128 pman(man->first->child, &line, &col, list);
219 pline(int line, int *linep, int *col, int list) argument
230 while (*linep < line) {
239 pmdoc(const struct roff_node *p, int *line, int *col, int list) argument
244 pline(p->line, line, col, list);
248 pmdoc(p->child, line, co
253 pman(const struct roff_node *p, int *line, int *col, int list) argument
[all...]
/freebsd-11-stable/sbin/ddb/
H A Dddb_script.c62 char *buffer, *line, *nextline; local
101 while ((line = strsep(&nextline, "\n")) != NULL) {
102 line_script = line;
111 if (line == NULL) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h40 // %l - line in the source file;
45 // %S - prints file/line/column information;
46 // %L - prints location information: file/line/column, if it is known, or
55 int line, int column, bool vs_style,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.h26 void Highlight(const HighlightStyle &options, llvm::StringRef line,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBLineEntry.i16 print('line entry: %s:%d' % (str(lineEntry.GetFileSpec()),
23 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:20
26 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:21
29 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:22
32 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:23
76 SetLine (uint32_t line);
91 file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this line entry.''')
92 line = property(GetLine, None, doc='''A read only property that returns the 1 based line number for this line entr
[all...]
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dheap.h44 # define sm_malloc_tagged(size, file, line, grp) sm_malloc(size)
45 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size)
46 # define sm_free_tagged(ptr, file, line) sm_free(ptr)
47 # define sm_heap_register(ptr, size, file, line, grp) (true)
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dcalc1.tab.c100 #line 2 "calc1.y"
132 #line 31 "calc1.y"
140 #line 141 "calc1.tab.c"
293 "$accept : line",
295 "lines : lines line",
296 "line : dexp '\\n'",
297 "line : vexp '\\n'",
298 "line : DREG '=' dexp '\\n'",
299 "line : VREG '=' vexp '\\n'",
300 "line
[all...]
H A Dvarsyntax_calc1.tab.c101 #line 3 "varsyntax_calc1.y"
133 #line 32 "varsyntax_calc1.y"
141 #line 142 "varsyntax_calc1.tab.c"
294 "$accept : line",
296 "lines : lines line",
297 "line : dexp '\\n'",
298 "line : vexp '\\n'",
299 "line : DREG '=' dexp '\\n'",
300 "line : VREG '=' vexp '\\n'",
301 "line
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dprogressbox.c35 char line[MAX_LEN + 1]; member in struct:__anon953
40 * Return current line of text.
69 obj->line[col] = ' ';
76 obj->line[col] = (char) ch;
81 obj->line[col] = '\0';
83 return obj->line;
87 * Print a new line of text.
93 char *line = obj->line; local
95 (void) wmove(win, row, 0); /* move cursor to correct line */
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dsp-diff.pl13 $line=0;
20 unless $line;
21 $line++;
/freebsd-11-stable/usr.bin/fortune/tools/
H A Ddo_uniq.py38 for line in datfiledf:
39 if line == "%\n":
47 fortune += line

Completed in 234 milliseconds

<<11121314151617181920>>