Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 1532) sorted by relevance

12345678910>>...62

/netbsd-src/external/mpl/dhcp/dist/common/
H A Dalloc.c40 int option_chain_head_allocate (ptr, file, line) in option_chain_head_allocate() argument
72 int option_chain_head_reference (ptr, bp, file, line) in option_chain_head_reference() argument
100 int option_chain_head_dereference (ptr, file, line) in option_chain_head_dereference() argument
150 int group_allocate (ptr, file, line) in group_allocate() argument
182 int group_reference (ptr, bp, file, line) in group_reference() argument
210 int group_dereference (ptr, file, line) in group_dereference() argument
261 struct dhcp_packet *new_dhcp_packet (file, line) in new_dhcp_packet() argument
271 struct protocol *new_protocol (file, line) in new_protocol() argument
279 struct domain_search_list *new_domain_search_list (file, line) in new_domain_search_list() argument
288 struct name_server *new_name_server (file, line) in new_name_server() argument
[all …]
/netbsd-src/usr.sbin/ldpd/
H A Dconffile.c119 char line[LINEMAXSIZE+1]; in conf_parsefile() local
181 conf_dispatch(char *line) in conf_dispatch()
211 checkeol(char *line) in checkeol()
232 Fhellotime(char *line) in Fhellotime()
245 Fport(char *line) in Fport()
258 Fkeepalive(char *line) in Fkeepalive()
271 Fholddown(char *line) in Fholddown()
281 Fminlabel(char *line) in Fminlabel()
291 Fmaxlabel(char *line) in Fmaxlabel()
301 Fldpid(char *line) in Fldpid()
[all …]
/netbsd-src/external/bsd/nvi/dist/tcl_scripts/
H A Dgnats.tcl35 proc confNext {lineNum line} {
45 proc sevNext {lineNum line} {
57 proc priNext {lineNum line} {
69 proc classNext {lineNum line} {
83 proc catNext {lineNum line} {
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dexception.d198 @safe pure nothrow @nogc this( string file, size_t line ) in this()
573 extern (C) void onAssertErrorMsg( string file, size_t line, string msg ) nothrow in onAssertErrorMsg()
591 extern (C) void onUnittestErrorMsg( string file, size_t line, string msg ) nothrow in onUnittestErrorMsg()
784 void _d_assertp(immutable(char)* file, uint line) in _d_assertp()
790 void _d_assert_msg(string msg, string file, uint line) in _d_assert_msg()
795 void _d_assert(string file, uint line) in _d_assert()
802 void _d_unittestp(immutable(char)* file, uint line) in _d_unittestp()
808 void _d_unittest_msg(string msg, string file, uint line) in _d_unittest_msg()
813 void _d_unittest(string file, uint line) in _d_unittest()
819 void _d_arrayboundsp(immutable(char*) file, uint line) in _d_arrayboundsp()
[all …]
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dalloc.c62 dmalloc(size_t size, const char *file, int line) { in dmalloc()
150 dfree(void *ptr, const char *file, int line) { in dfree()
217 dmalloc_reuse(void *foo, const char *file, int line, int justref) { in dmalloc_reuse()
523 const char *file, int line) in omapi_object_allocate()
567 const char *file, int line) in omapi_object_initialize()
578 const char *file, int line) in omapi_object_reference()
599 const char *file, int line) in omapi_object_dereference()
733 const char *file, int line) in omapi_buffer_new()
751 const char *file, int line) in omapi_buffer_reference()
772 const char *file, int line) in omapi_buffer_dereference()
[all …]
H A Darray.c43 const char *file, int line) in omapi_array_allocate()
59 const char *file, int line) in omapi_array_free()
80 int *index, const char *file, int line) in omapi_array_extend()
93 const char *file, int line) in omapi_array_set()
152 const char *file, int line) in omapi_array_lookup()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dtests.c27 int line, const char *type, in test_fail_message_prefix()
77 int line, const char *type, in test_fail_message_va()
90 int line, const char *type, in test_fail_message()
110 void test_info(const char *file, int line, const char *desc, ...) in test_info()
129 void test_error(const char *file, int line, const char *desc, ...) in test_error()
221 int test_ptr_null(const char *file, int line, const char *s, const void *p) in test_ptr_null()
229 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr()
237 int test_true(const char *file, int line, const char *s, int b) in test_true()
245 int test_false(const char *file, int line, const char *s, int b) in test_false()
253 int test_str_eq(const char *file, int line, const char *st1, const char *st2, in test_str_eq()
[all …]
/netbsd-src/external/bsd/tradcpp/dist/
H A Ddirective.c111 oneword(const char *what, struct place *p2, char *line) in oneword()
180 d_if(struct lineplace *lp, struct place *p2, char *line) in d_if()
213 d_ifdef(struct lineplace *lp, struct place *p2, char *line) in d_ifdef()
231 d_ifndef(struct lineplace *lp, struct place *p2, char *line) in d_ifndef()
249 d_elif(struct lineplace *lp, struct place *p2, char *line) in d_elif()
286 d_else(struct lineplace *lp, struct place *p2, char *line) in d_else()
313 d_endif(struct lineplace *lp, struct place *p2, char *line) in d_endif()
332 d_define(struct lineplace *lp, struct place *p2, char *line) in d_define()
399 d_undef(struct lineplace *lp, struct place *p2, char *line) in d_undef()
414 tryinclude(struct place *p, char *line) in tryinclude()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dtests.c27 int line, const char *type, in test_fail_message_prefix()
77 int line, const char *type, in test_fail_message_va()
90 int line, const char *type, in test_fail_message()
110 void test_info(const char *file, int line, const char *desc, ...) in test_info()
129 void test_error(const char *file, int line, const char *desc, ...) in test_error()
162 int test_skip(const char *file, int line, const char *desc, ...) in test_skip()
245 int test_ptr_null(const char *file, int line, const char *s, const void *p) in test_ptr_null()
253 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr()
261 int test_true(const char *file, int line, const char *s, int b) in test_true()
269 int test_false(const char *file, int line, const char *s, int b) in test_false()
[all …]
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dsalloc.c89 struct lease *new_leases (n, file, line) in new_leases() argument
114 const char *file, int line) in dhcp_lease_free()
127 const char *file, int line) in dhcp_lease_get()
179 struct lease_state *new_lease_state (file, line) in new_lease_state() argument
203 void free_lease_state (ptr, file, line) in free_lease_state() argument
238 struct permit *new_permit (file, line) in new_permit() argument
250 void free_permit (permit, file, line) in free_permit() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dunbalanced_allocs.py23 def PrintStack(line, stack): argument
31 def ProcessStack(line, f): argument
38 def ProcessFree(line, f, allocs): argument
50 def ProcessMalloc(line, f, allocs): argument
61 def ProcessRun(line, f): argument
/netbsd-src/external/bsd/kyua-cli/dist/utils/logging/
H A Doperations_test.cpp111 std::string line; in ATF_TEST_CASE_BODY() local
140 std::string line; in ATF_TEST_CASE_BODY() local
194 std::string line; in ATF_TEST_CASE_BODY() local
232 std::string line; in ATF_TEST_CASE_BODY() local
252 std::string line; in ATF_TEST_CASE_BODY() local
284 std::string line; in ATF_TEST_CASE_BODY() local
H A Dmacros_test.cpp55 std::string line; in ATF_TEST_CASE_BODY() local
71 std::string line; in ATF_TEST_CASE_BODY() local
87 std::string line; in ATF_TEST_CASE_BODY() local
103 std::string line; in ATF_TEST_CASE_BODY() local
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c210 parse_none (const char *line, metag_insn *insn, in parse_none()
220 skip_whitespace (const char *line) in skip_whitespace()
234 skip_space (const char *line) in skip_space()
249 skip_comma (const char *line) in skip_comma()
280 parse_gp_regs_list (const char *line, const metag_reg **regs, size_t count, in parse_gp_regs_list()
345 parse_gp_regs (const char *line, const metag_reg **regs, size_t count) in parse_gp_regs()
361 parse_fpu_regs (const char *line, const metag_reg **regs, size_t count) in parse_fpu_regs()
417 parse_pair_gp_regs (const char *line, const metag_reg **regs) in parse_pair_gp_regs()
444 parse_mov_u2u (const char *line, metag_insn *insn, in parse_mov_u2u()
471 parse_mov_port (const char *line, metag_insn *insn, in parse_mov_port()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c210 parse_none (const char *line, metag_insn *insn, in parse_none()
220 skip_whitespace (const char *line) in skip_whitespace()
234 skip_space (const char *line) in skip_space()
249 skip_comma (const char *line) in skip_comma()
280 parse_gp_regs_list (const char *line, const metag_reg **regs, size_t count, in parse_gp_regs_list()
345 parse_gp_regs (const char *line, const metag_reg **regs, size_t count) in parse_gp_regs()
361 parse_fpu_regs (const char *line, const metag_reg **regs, size_t count) in parse_fpu_regs()
417 parse_pair_gp_regs (const char *line, const metag_reg **regs) in parse_pair_gp_regs()
444 parse_mov_u2u (const char *line, metag_insn *insn, in parse_mov_u2u()
471 parse_mov_port (const char *line, metag_insn *insn, in parse_mov_port()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dm-x.c41 char *line; in read_function_name() local
73 char *line; variable
100 char *line; variable
171 char *line; variable
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Derror.c57 isc_error_unexpected(const char *file, int line, const char *format, ...) { in isc_error_unexpected()
66 isc_error_fatal(const char *file, int line, const char *format, ...) { in isc_error_fatal()
76 isc_error_runtimecheck(const char *file, int line, const char *expression) { in isc_error_runtimecheck()
81 default_unexpected_callback(const char *file, int line, const char *format, in default_unexpected_callback()
90 default_fatal_callback(const char *file, int line, const char *format, in default_fatal_callback()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Ddebugrm.c124 const char *file, size_t line, const char *func) in DRM_setmsg()
139 DRM_malloc(const char *file, size_t line, const char *func, size_t size) in DRM_malloc()
154 DRM_calloc(const char *file, size_t line, const char *func, size_t number, in DRM_calloc()
169 DRM_realloc(const char *file, size_t line, const char *func, void *ptr, in DRM_realloc()
188 DRM_free(const char *file, size_t line, const char *func, void *ptr) in DRM_free()
195 DRM_strdup(const char *file, size_t line, const char *func, const char *str) in DRM_strdup()
214 DRM_vmalloc(const char *file, size_t line, const char *func, size_t size) in DRM_vmalloc()
229 DRM_vrealloc(const char *file, size_t line, const char *func, void *ptr, in DRM_vrealloc()
248 DRM_vfree(const char *file, size_t line, const char *func, void *ptr) in DRM_vfree()
255 DRM_vdup(const char *file, size_t line, const char *func, void *ptr) in DRM_vdup()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dmessages.c121 unsigned int line; in as_show_where() local
138 as_info_where (const char *file, unsigned int line, unsigned int indent, in as_info_where()
173 as_warn_internal (const char *file, unsigned int line, char *buffer) in as_warn_internal()
230 as_warn_where (const char *file, unsigned int line, const char *format, ...) in as_warn_where()
247 as_bad_internal (const char *file, unsigned int line, char *buffer) in as_bad_internal()
302 as_bad_where (const char *file, unsigned int line, const char *format, ...) in as_bad_where()
343 as_abort (const char *file, int line, const char *fn) in as_abort()
407 unsigned line, in as_internal_value_out_of_range()
470 unsigned line) in as_warn_value_out_of_range()
481 unsigned line) in as_bad_value_out_of_range()
/netbsd-src/distrib/utils/libhack/
H A Dutmp.c26 logout(line) in logout() argument
33 logoutx(line, status, type) in logoutx() argument
41 logwtmp(line, name, host) in logwtmp() argument
47 logwtmpx(line, name, host, status, type) in logwtmpx() argument
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmessages.c120 unsigned int line; in as_show_where() local
154 as_warn_internal (const char *file, unsigned int line, char *buffer) in as_warn_internal()
202 as_warn_where (const char *file, unsigned int line, const char *format, ...) in as_warn_where()
219 as_bad_internal (const char *file, unsigned int line, char *buffer) in as_bad_internal()
265 as_bad_where (const char *file, unsigned int line, const char *format, ...) in as_bad_where()
305 as_abort (const char *file, int line, const char *fn) in as_abort()
368 unsigned line, in as_internal_value_out_of_range()
441 unsigned line) in as_warn_value_out_of_range()
452 unsigned line) in as_bad_value_out_of_range()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dcheck_GNU_style_lib.py81 def check(self, filename, lineno, line): argument
95 def check(self, filename, lineno, line): argument
106 def check(self, filename, lineno, line): argument
118 def check(self, filename, lineno, line): argument
131 def check(self, filename, lineno, line): argument
143 def check(self, filename, lineno, line): argument
155 def check(self, filename, lineno, line): argument
167 def check(self, filename, lineno, line): argument
182 def check(self, filename, lineno, line): argument
194 def check(self, filename, lineno, line): argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcheck_GNU_style_lib.py81 def check(self, filename, lineno, line): argument
95 def check(self, filename, lineno, line): argument
106 def check(self, filename, lineno, line): argument
118 def check(self, filename, lineno, line): argument
131 def check(self, filename, lineno, line): argument
143 def check(self, filename, lineno, line): argument
155 def check(self, filename, lineno, line): argument
167 def check(self, filename, lineno, line): argument
182 def check(self, filename, lineno, line): argument
194 def check(self, filename, lineno, line): argument
[all …]
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dmutex_emul.c20 eMmutex_enter(mtx, file, line) in eMmutex_enter() argument
45 eMmutex_exit(mtx, file, line) in eMmutex_exit() argument
70 eMmutex_init(mtx, who, file, line) in eMmutex_init() argument
98 eMmutex_destroy(mtx, file, line) in eMmutex_destroy() argument
/netbsd-src/lib/libc/gen/
H A Dassert.c52 fmtassert(char *buf, size_t len, const char *file, int line, in fmtassert()
64 __assert13(const char *file, int line, const char *function, in __assert13()
77 __assert(const char *file, int line, const char *failedexpr) in __assert()
94 __diagassert13(const char *file, int line, const char *function, in __diagassert13()
146 __diagassert(const char *file, int line, const char *failedexpr) in __diagassert()

12345678910>>...62