Searched refs:line (Results 451 - 475 of 1636) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/gcc/
H A Derrors.c131 fancy_abort (const char *file, int line, const char *func) argument
133 internal_error ("abort in %s, at %s:%d", func, trim_filename (file), line);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dforloop.exp15 make: "forloop.mk" line 38: Wrong number of words (9) in .for substitution list with 2 vars
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dcode_debug.i5 #line 2 "code_debug.y"
H A Drename_debug.i5 #line 2 "code_debug.y"
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Drename_debug.i5 #line 2 "code_debug.y"
/freebsd-11-stable/contrib/ldns/drill/
H A Ddrill_util.c17 read_line(FILE *input, char *line, size_t len) argument
27 line[i] = c;
32 line[i] = '\0';
43 char line[LDNS_MAX_LINELEN]; local
57 line_len = (int) read_line(input_file, line, sizeof(line));
59 if (line_len > 0 && line[0] != ';') {
60 status = ldns_rr_new_frm_str(&rr, line, 0, NULL, NULL);
65 "in line %d: %s\n", line_nr,
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-out.c36 int line; member in struct:ui_out_data
135 /* first, close the table header line */
199 /* Don't print line number, keep it for later. */
200 if (data->start_of_line == 0 && strcmp (fldname, "line") == 0)
203 data->line = value;
242 if (fldname && data->line > 0 && strcmp (fldname, "file") == 0)
245 if (data->line > 0)
247 tui_show_source (string, data->line);
323 if (data->line > 0)
327 data->line
[all...]
/freebsd-11-stable/contrib/openresolv/
H A Dpdnsd.in44 local m1="$1" m2="$2" x= line= in_marker=0
51 while read -r line; do
52 case "$line" in
55 *) [ $in_marker = 0 ] && echo "$line";;
/freebsd-11-stable/crypto/openssh/
H A Dhostfile.h28 u_long line; member in struct:hostkey_entry
68 #define HKF_STATUS_INVALID 1 /* line had parse error */
69 #define HKF_STATUS_COMMENT 2 /* valid line contained no key */
80 * hostkey line. The callback may "steal" the 'key' field by setting it to NULL.
88 char *line; /* Entire key line; mutable by callback */ member in struct:hostkey_foreach_line
98 * Callback fires for each line (or matching line if a HKF_WANT_* option
/freebsd-11-stable/crypto/openssl/engines/
H A De_4758cca_err.c148 static void ERR_CCA4758_error(int function, int reason, char *file, int line) argument
152 ERR_PUT_error(CCA4758_lib_error_code, function, reason, file, line);
H A De_aep_err.c154 static void ERR_AEPHK_error(int function, int reason, char *file, int line) argument
158 ERR_PUT_error(AEPHK_lib_error_code, function, reason, file, line);
H A De_atalla_err.c140 static void ERR_ATALLA_error(int function, int reason, char *file, int line) argument
144 ERR_PUT_error(ATALLA_lib_error_code, function, reason, file, line);
H A De_chil_err.c152 static void ERR_HWCRHK_error(int function, int reason, char *file, int line) argument
156 ERR_PUT_error(HWCRHK_lib_error_code, function, reason, file, line);
H A De_cswift_err.c145 static void ERR_CSWIFT_error(int function, int reason, char *file, int line) argument
149 ERR_PUT_error(CSWIFT_lib_error_code, function, reason, file, line);
H A De_gmp_err.c132 static void ERR_GMP_error(int function, int reason, char *file, int line) argument
136 ERR_PUT_error(GMP_lib_error_code, function, reason, file, line);
H A De_nuron_err.c137 static void ERR_NURON_error(int function, int reason, char *file, int line) argument
141 ERR_PUT_error(NURON_lib_error_code, function, reason, file, line);
H A De_sureware_err.c149 static void ERR_SUREWARE_error(int function, int reason, char *file, int line) argument
153 ERR_PUT_error(SUREWARE_lib_error_code, function, reason, file, line);
H A De_ubsec_err.c149 static void ERR_UBSEC_error(int function, int reason, char *file, int line) argument
153 ERR_PUT_error(UBSEC_lib_error_code, function, reason, file, line);
/freebsd-11-stable/gnu/usr.bin/grep/tests/
H A Dwarning.sh14 with the line number, the name of the file,
/freebsd-11-stable/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py53 for line in open('results.txt').readlines():
54 id = int(line.split(' id ')[1].split(',')[0])
/freebsd-11-stable/sys/sys/
H A Dlockmgr.h70 const char *wmesg, int prio, int timo, const char *file, int line);
72 struct lock_object *ilk, const char *file, int line);
76 void _lockmgr_assert(const struct lock *lk, int what, const char *file, int line);
78 void _lockmgr_disown(struct lock *lk, const char *file, int line);
99 int prio, int timo, const char *file, int line)
103 NULL, wmesg, prio, timo, file, line));
108 const char *wmesg, int prio, int timo, const char *file, int line)
112 NULL, wmesg, prio, timo, file, line));
98 _lockmgr_args(struct lock *lk, u_int flags, struct mtx *ilk, const char *wmesg, int prio, int timo, const char *file, int line) argument
107 _lockmgr_args_rw(struct lock *lk, u_int flags, struct rwlock *ilk, const char *wmesg, int prio, int timo, const char *file, int line) argument
/freebsd-11-stable/contrib/mdocml/
H A Droff_validate.c65 roff_word_alloc(man, n->line, n->pos, "P");
95 n->line, n->pos, "ft %s", cp);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/utils/
H A Dlog2pcap.py40 for line in input_file:
41 m = frame_re.match(line)
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dinf-token.l131 errx(1, "line %d: %s%s %s.", lineno, yytext, yytext?":":"", s);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCompileUnit.h37 uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
40 uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,

Completed in 146 milliseconds

<<11121314151617181920>>