Home
last modified time | relevance | path

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

12345678910>>...22

/minix/external/bsd/dhcp/dist/common/
H A Dalloc.c150 int group_allocate (ptr, file, line) in group_allocate() argument
210 int group_dereference (ptr, file, line) in group_dereference() argument
297 void free_name_server (ptr, file, line) in free_name_server() argument
334 void free_universe (ptr, file, line) in free_universe() argument
350 void free_protocol (ptr, file, line) in free_protocol() argument
358 void free_dhcp_packet (ptr, file, line) in free_dhcp_packet() argument
384 pair new_pair (file, line) in new_pair() argument
405 void free_pair (foo, file, line) in free_pair() argument
577 int fundef_allocate (cptr, file, line) in fundef_allocate() argument
1020 int packet_allocate (ptr, file, line) in packet_allocate() argument
[all …]
/minix/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} {
/minix/minix/commands/cawf/
H A Dnreq.c119 void Nreq(unsigned char *line, int brk) { in Nreq()
151 static void nr_ad(unsigned char *line, int brk) { in nr_ad()
160 static void nr_bp(unsigned char *line, int brk) { in nr_bp()
169 static void nr_br(unsigned char *line, int brk) { in nr_br()
178 static void nr_ce(unsigned char *line, int brk) { in nr_ce()
192 static void nr_di(unsigned char *line, int brk) { in nr_di()
202 static void nr_ds(unsigned char *line, int brk) { in nr_ds()
238 static void nr_fi(unsigned char *line, int brk) { in nr_fi()
248 static void nr_fl(unsigned char *line, int brk) { in nr_fl()
257 static void nr_ft(unsigned char *line, int brk) { in nr_ft()
[all …]
/minix/external/bsd/dhcp/dist/server/
H A Dsalloc.c88 struct lease *new_leases (n, file, line) in new_leases() argument
111 const char *file, int line) in dhcp_lease_free()
124 const char *file, int line) in dhcp_lease_get()
176 struct lease_state *new_lease_state (file, line) in new_lease_state() argument
200 void free_lease_state (ptr, file, line) in free_lease_state() argument
235 struct permit *new_permit (file, line) in new_permit() argument
247 void free_permit (permit, file, line) in free_permit() argument
/minix/external/bsd/kyua-cli/dist/utils/logging/
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
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
/minix/external/bsd/dhcp/dist/omapip/
H A Dalloc.c508 const char *file, int line) in omapi_object_allocate()
563 const char *file, int line) in omapi_object_reference()
736 const char *file, int line) in omapi_buffer_reference()
872 const char *file, int line) in omapi_typed_data_reference()
892 const char *file, int line) in omapi_typed_data_dereference()
941 const char *file, int line) in omapi_data_string_new()
959 const char *file, int line) in omapi_data_string_reference()
979 const char *file, int line) in omapi_data_string_dereference()
1030 const char *file, int line) in omapi_value_reference()
1095 const char *file, int line) in omapi_addr_list_new()
[all …]
H A Darray.c42 const char *file, int line) in omapi_array_allocate()
58 const char *file, int line) in omapi_array_free()
79 int *index, const char *file, int line) in omapi_array_extend()
92 const char *file, int line) in omapi_array_set()
151 const char *file, int line) in omapi_array_lookup()
/minix/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_util.c30 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
44 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
57 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
/minix/usr.bin/cmp/
H A Dmisc.c50 errmsg(const char *file, off_t byte, off_t line) in errmsg()
60 eofmsg(const char *file, off_t byte, off_t line) in eofmsg()
78 diffmsg(const char *file1, const char *file2, off_t byte, off_t line) in diffmsg()
/minix/external/bsd/bind/dist/lib/isc/
H A Derror.c63 isc_error_unexpected(const char *file, int line, const char *format, ...) { in isc_error_unexpected()
72 isc_error_fatal(const char *file, int line, const char *format, ...) { in isc_error_fatal()
82 isc_error_runtimecheck(const char *file, int line, const char *expression) { in isc_error_runtimecheck()
89 default_unexpected_callback(const char *file, int line, const char *format, in default_unexpected_callback()
99 default_fatal_callback(const char *file, int line, const char *format, in default_fatal_callback()
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DValgrind.cpp64 void AnnotateHappensAfter(const char *file, int line, const volatile void *cv) { in AnnotateHappensAfter()
68 void AnnotateHappensBefore(const char *file, int line, in AnnotateHappensBefore()
71 void AnnotateIgnoreWritesBegin(const char *file, int line) {} in AnnotateIgnoreWritesBegin()
73 void AnnotateIgnoreWritesEnd(const char *file, int line) {} in AnnotateIgnoreWritesEnd()
/minix/lib/libc/gen/
H A Dassert.c50 __assert13(const char *file, int line, const char *function, in __assert13()
65 __assert(const char *file, int line, const char *failedexpr) in __assert()
82 __diagassert13(const char *file, int line, const char *function, in __diagassert13()
131 __diagassert(const char *file, int line, const char *failedexpr) in __diagassert()
/minix/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dsanity.c65 atf_sanity_inv(const char *file, int line, const char *cond) in atf_sanity_inv()
71 atf_sanity_pre(const char *file, int line, const char *cond) in atf_sanity_pre()
77 atf_sanity_post(const char *file, int line, const char *cond) in atf_sanity_post()
/minix/external/bsd/atf/dist/atf-c/detail/
H A Dsanity.c65 atf_sanity_inv(const char *file, int line, const char *cond) in atf_sanity_inv()
71 atf_sanity_pre(const char *file, int line, const char *cond) in atf_sanity_pre()
77 atf_sanity_post(const char *file, int line, const char *cond) in atf_sanity_post()
/minix/external/bsd/lutok/dist/examples/
H A Dinterpreter.cpp46 run_statement(lutok::state& state, const std::string& line) in run_statement()
76 std::string line; in main() local
/minix/minix/lib/libsys/
H A Dassert.c13 __assert13(file, line, function, failedexpr) in __assert13() argument
25 __assert(file, line, failedexpr) in __assert() argument
/minix/external/bsd/libarchive/dist/tar/test/
H A Dmain.c167 unsigned int line, uintptr_t pReserved) in invalid_parameter_handler()
268 assertion_count(const char *file, int line) in assertion_count()
286 static struct line { struct
293 failure_start(const char *filename, int line, const char *fmt, ...) in failure_start()
412 assertion_equal_int(const char *file, int line, in assertion_equal_int()
570 assertion_equal_mem(const char *file, int line, in assertion_equal_mem()
957 is_hardlink(const char *file, int line, in is_hardlink()
1028 assertion_file_time(const char *file, int line, in assertion_file_time()
1126 assertion_file_atime(const char *file, int line, in assertion_file_atime()
1304 is_symlink(const char *file, int line, in is_symlink()
[all …]
/minix/external/bsd/mdocml/dist/
H A Dman.c238 man_node_alloc(struct man *man, int line, int pos, in man_node_alloc()
257 man_elem_alloc(struct man *man, int line, int pos, enum mant tok) in man_elem_alloc()
270 man_tail_alloc(struct man *man, int line, int pos, enum mant tok) in man_tail_alloc()
283 man_head_alloc(struct man *man, int line, int pos, enum mant tok) in man_head_alloc()
296 man_body_alloc(struct man *man, int line, int pos, enum mant tok) in man_body_alloc()
309 man_block_alloc(struct man *man, int line, int pos, enum mant tok) in man_block_alloc()
321 man_word_alloc(struct man *man, int line, int pos, const char *word) in man_word_alloc()
396 man_descope(struct man *man, int line, int offs) in man_descope()
420 man_ptext(struct man *man, int line, char *buf, int offs) in man_ptext()
H A Ddemandoc.c106 int line, col; in pmandoc() local
212 pline(int line, int *linep, int *col, int list) in pline()
232 pmdoc(const struct mdoc_node *p, int *line, int *col, int list) in pmdoc()
246 pman(const struct man_node *p, int *line, int *col, int list) in pman()
/minix/external/bsd/libarchive/dist/libarchive/test/
H A Dmain.c165 unsigned int line, uintptr_t pReserved) in invalid_parameter_handler()
266 assertion_count(const char *file, int line) in assertion_count()
284 static struct line { struct
291 failure_start(const char *filename, int line, const char *fmt, ...) in failure_start()
407 assertion_equal_int(const char *file, int line, in assertion_equal_int()
565 assertion_equal_mem(const char *file, int line, in assertion_equal_mem()
851 is_hardlink(const char *file, int line, in is_hardlink()
922 assertion_file_time(const char *file, int line, in assertion_file_time()
1020 assertion_file_atime(const char *file, int line, in assertion_file_atime()
1198 is_symlink(const char *file, int line, in is_symlink()
[all …]
/minix/external/bsd/libarchive/dist/cpio/test/
H A Dmain.c166 unsigned int line, uintptr_t pReserved) in invalid_parameter_handler()
267 assertion_count(const char *file, int line) in assertion_count()
285 static struct line { struct
292 failure_start(const char *filename, int line, const char *fmt, ...) in failure_start()
411 assertion_equal_int(const char *file, int line, in assertion_equal_int()
569 assertion_equal_mem(const char *file, int line, in assertion_equal_mem()
861 is_hardlink(const char *file, int line, in is_hardlink()
932 assertion_file_time(const char *file, int line, in assertion_file_time()
1030 assertion_file_atime(const char *file, int line, in assertion_file_atime()
1208 is_symlink(const char *file, int line, in is_symlink()
[all …]
/minix/external/bsd/kyua-testers/dist/
H A Datf_list.c95 char line[80]; // It's ugly to have a limit, but it's easier this way. in parse_header() local
141 print_quoted(char* line, FILE* output, const bool surrounding) in print_quoted()
176 parse_property(char* line, char** const key, char** const value) in parse_property()
250 char line[1024]; // It's ugly to have a limit, but it's easier this way. in parse_test_case() local
298 char line[512]; // It's ugly to have a limit, but it's easier this way. in parse_tests() local
/minix/libexec/ftpd/
H A Dlogutmp.c131 ftpd_logout(const char *line) in ftpd_logout()
168 ftpd_logoutx(const char *line, int status, int mode) in ftpd_logoutx()
/minix/external/bsd/bind/dist/lib/isc/pthreads/
H A Dmutex.c65 int line; member
73 int line; /*%< Line mutex was created on. */ member
92 isc_mutex_init_profile(isc_mutex_t *mp, const char *file, int line) { in isc_mutex_init_profile()
136 isc_mutex_lock_profile(isc_mutex_t *mp, const char *file, int line) { in isc_mutex_lock_profile()
179 isc_mutex_unlock_profile(isc_mutex_t *mp, const char *file, int line) { in isc_mutex_unlock_profile()
263 isc__mutex_init(isc_mutex_t *mp, const char *file, unsigned int line) { in isc__mutex_init()

12345678910>>...22