Searched defs:line (Results 1 - 25 of 892) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c4800 uint64_t address, file, line, column, isa, opsize, udelta; local
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c448 void skipping_setup(const char *filename, int line) argument
456 assertion_count(const char *file, int line) argument
474 static struct line { struct
482 failure_start(const char *filename, int line, cons argument
342 invalid_parameter_handler(const wchar_t * expression, const wchar_t * function, const wchar_t * file, unsigned int line, uintptr_t pReserved) argument
576 assertion_assert(const char *file, int line, int value, const char *condition, void *extra) argument
589 assertion_chdir(const char *file, int line, const char *pathname) argument
602 assertion_chmod(const char *file, int line, const char *pathname, int mode) argument
615 assertion_equal_int(const char *file, int line, long long v1, const char *e1, long long v2, const char *e2, void *extra) argument
777 assertion_equal_string(const char *file, int line, const char *v1, const char *e1, const char *v2, const char *e2, void *extra, int utf8) argument
839 assertion_equal_wstring(const char *file, int line, const wchar_t *v1, const char *e1, const wchar_t *v2, const char *e2, void *extra) argument
900 assertion_equal_mem(const char *file, int line, const void *_v1, const char *e1, const void *_v2, const char *e2, size_t l, const char *ld, void *extra) argument
938 assertion_memory_filled_with(const char *file, int line, const void *_v1, const char *vd, size_t l, const char *ld, char b, const char *bd, void *extra) argument
966 assertion_empty_file(const char *filename, int line, const char *f1) argument
1002 assertion_non_empty_file(const char *filename, int line, const char *f1) argument
1024 assertion_equal_file(const char *filename, int line, const char *fn1, const char *fn2) argument
1064 assertion_file_exists(const char *filename, int line, const char *f) argument
1082 assertion_file_not_exists(const char *filename, int line, const char *f) argument
1100 assertion_file_contents(const char *filename, int line, const void *buff, int s, const char *fn) argument
1137 assertion_text_file_contents(const char *filename, int line, const char *buff, const char *fn) argument
1199 assertion_file_contains_lines_any_order(const char *file, int line, const char *pathname, const char *lines[]) argument
1316 assertion_file_contains_no_invalid_strings(const char *file, int line, const char *pathname, const char *strings[]) argument
1346 is_hardlink(const char *file, int line, const char *path1, const char *path2) argument
1391 assertion_is_hardlink(const char *file, int line, const char *path1, const char *path2) argument
1403 assertion_is_not_hardlink(const char *file, int line, const char *path1, const char *path2) argument
1417 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument
1523 assertion_file_atime(const char *file, int line, const char *pathname, long t, long nsec) argument
1531 assertion_file_atime_recent(const char *file, int line, const char *pathname) argument
1538 assertion_file_birthtime(const char *file, int line, const char *pathname, long t, long nsec) argument
1546 assertion_file_birthtime_recent(const char *file, int line, const char *pathname) argument
1554 assertion_file_mode(const char *file, int line, const char *pathname, int expected_mode) argument
1583 assertion_file_mtime(const char *file, int line, const char *pathname, long t, long nsec) argument
1591 assertion_file_mtime_recent(const char *file, int line, const char *pathname) argument
1598 assertion_file_nlinks(const char *file, int line, const char *pathname, int nlinks) argument
1630 assertion_file_size(const char *file, int line, const char *pathname, long size) argument
1659 assertion_is_dir(const char *file, int line, const char *pathname, int mode) argument
1697 assertion_is_reg(const char *file, int line, const char *pathname, int mode) argument
1736 is_symlink(const char *file, int line, const char *pathname, const char *contents, int isdir) argument
1894 assertion_is_symlink(const char *file, int line, const char *path, const char *contents, int isdir) argument
1911 assertion_make_dir(const char *file, int line, const char *dirname, int mode) argument
1933 assertion_make_file(const char *file, int line, const char *path, int mode, int csize, const void *contents) argument
2003 assertion_make_hardlink(const char *file, int line, const char *newpath, const char *linkto) argument
2031 assertion_make_symlink(const char *file, int line, const char *newpath, const char *linkto, int targetIsDir) argument
2055 assertion_umask(const char *file, int line, int mask) argument
2066 assertion_utimes(const char *file, int line, const char *pathname, long at, long at_nsec, long mt, long mt_nsec) argument
2170 assertion_compare_fflags(const char *file, int line, const char *patha, const char *pathb, int nomatch) argument
2264 assertion_set_nodump(const char *file, int line, const char *pathname) argument
3272 assertion_entry_set_acls(const char *file, int line, struct archive_entry *ae, struct archive_test_acl_t *acls, int n) argument
3333 assertion_entry_compare_acls(const char *file, int line, struct archive_entry *ae, struct archive_test_acl_t *acls, int cnt, int want_type, int mode) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c132 struct archive_string line; member in struct:tar
[all...]
H A Darchive_read_support_format_mtree.c101 struct archive_string line; member in struct:mtree
861 process_global_set(struct archive_read *a, struct mtree_option **global, const char *line) argument
890 process_global_unset(struct archive_read *a, struct mtree_option **global, const char *line) argument
922 process_add_entry(struct archive_read *a, struct mtree *mtree, struct mtree_option **global, const char *line, ssize_t line_len, struct mtree_entry **last_entry, int is_form_d) argument
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c266 char *cp, line[LINE_MAX]; local
677 char *cp, *mp, *line; local
1100 char *line, *mp, *p; local
1615 char *cp, line[LINE_MAX]; local
1689 char line[BUFSIZ]; local
[all...]
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.c250 _ng_init(char const *file, size_t line) argument
70 _ng_connect(char const *path1, char const *hook1, char const *path2, char const *hook2, char const *file, size_t line) argument
86 _ng_mkpeer(char const *path1, char const *hook1, char const *type, char const *hook2, char const *file, size_t line) argument
102 _ng_rmhook(char const *path, char const *hook, char const *file, size_t line) argument
115 _ng_name(char const *path, char const *name, char const *file, size_t line) argument
128 _ng_shutdown(char const *path, char const *file, size_t line) argument
148 _ng_send_data(char const *hook, void const *data, size_t len, char const *file, size_t line) argument
231 _ng_send_msg(char const *path, char const *msg, char const *file, size_t line) argument
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c3266 dumphook (hook_p hook, char *file, int line) argument
3281 dumpnode(node_p node, char *file, int line) argument
3298 dumpitem(item_p item, char *file, int line) argument
[all...]
/freebsd-11-stable/testcode/
H A Dfake_event.c581 char name[1024], line[1024]; local
634 char name[1024], line[1024]; local
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c796 parse_int(char* line, int* ret) argument
810 parse_id(struct val_anchors* anchors, char* line) argument
849 parse_var_line(char* line, struct val_anchors* anchors, struct trust_anchor** anchor) argument
904 handle_origin(char* line, uint8_t** origin, size_t* origin_len) argument
992 char line[10240]; local
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c2289 char* line = http_header_line(c->buffer); local
2326 char* line = http_header_line(c->buffer); local
[all...]
H A Dconfig_file.h1259 int line; member in struct:config_parser_state
[all...]
H A Dconfig_file.c795 void config_print_func(char* line, void* arg) argument
809 void config_collate_func(char* line, void* arg) argument
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1994 char line[10240]; local
2123 char line[8192]; local
2145 char line[1024]; local
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c4259 char* line = (char*)sldns_buffer_begin(buf); local
4276 char* line = (char*)sldns_buffer_begin(buf); local
4389 char* line = (char*)sldns_buffer_begin(buf); local
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c2580 void remote_get_opt_ssl(char* line, void* arg) argument
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c1063 char line[BUFSIZ], *parse, *q; local
2211 char *endp, *linep, line[BUFSIZ]; local
[all...]
/freebsd-11-stable/usr.sbin/arp/
H A Darp.c235 char line[100], arg[5][50], *args[5], *p; local
/freebsd-11-stable/contrib/less/
H A Dtags.c391 curtag_match(char const *line, POSITION linepos) argument
425 char *line; local
570 char *name, *file, *line; local
[all...]
H A Dsearch.c1260 char *line; local
[all...]
H A Dlinenum.c47 LINENUM line; /* Line number */ member in struct:linenum_info
[all...]
H A Dline.c1419 int line; local
[all...]
H A Dlesskey.c781 char line[1024]; local
[all...]
H A Dcmdbuf.c1451 char line[CMDBUF_SIZE]; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_rmlock.c591 _rm_wlock_debug(struct rmlock *rm, const char *file, int line) argument
615 _rm_wunlock_debug(struct rmlock *rm, const char *file, int line) argument
631 _rm_rlock_debug(struct rmlock *rm, struct rm_priotracker *tracker, int trylock, const char *file, int line) argument
644 rm->lock_object.lo_name, file, line)); local
678 _rm_runlock_debug(struct rmlock *rm, struct rm_priotracker *tracker, const char *file, int line) argument
701 _rm_wlock_debug(struct rmlock *rm, const char *file, int line) argument
708 _rm_wunlock_debug(struct rmlock *rm, const char *file, int line) argument
715 _rm_rlock_debug(struct rmlock *rm, struct rm_priotracker *tracker, int trylock, const char *file, int line) argument
723 _rm_runlock_debug(struct rmlock *rm, struct rm_priotracker *tracker, const char *file, int line) argument
743 _rm_assert(const struct rmlock *rm, int what, const char *file, int line) argument
[all...]
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c56 char line[BUFSIZ]; local
[all...]

Completed in 281 milliseconds

1234567891011>>