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

1234567891011>>

/freebsd-10-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-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c261 int line = 0; local
472 int line = 0; local
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c101 struct archive_string line; member in struct:mtree
840 process_global_set(struct archive_read *a, struct mtree_option **global, const char *line) argument
869 process_global_unset(struct archive_read *a, struct mtree_option **global, const char *line) argument
901 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...]
H A Darchive_read_support_format_tar.c132 struct archive_string line; member in struct:tar
[all...]
/freebsd-10-stable/usr.sbin/pw/
H A Dpw_user.c180 char line[_PASSWORD_LEN+1]; local
1190 char line[_PASSWORD_LE local
[all...]
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c361 int line; member in struct:linux_serial_struct
965 int line; local
/freebsd-10-stable/usr.sbin/arp/
H A Darp.c218 char line[100], arg[5][50], *args[5], *p; local
/freebsd-10-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h9486 __be32 line; member in struct:fw_debug_cmd::fw_debug::fw_debug_assert
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c1177 char line[80], *s; local
/freebsd-10-stable/usr.sbin/rpc.ypupdated/
H A Dupdate.c237 char line[256]; local
328 match(char *line, char *name) argument
/freebsd-10-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c1059 char line[BUFSIZ], *parse, *q; local
2195 char *endp, *linep, line[BUFSIZ]; local
[all...]
/freebsd-10-stable/usr.sbin/usbdump/
H A Dusbdump.c405 const uint8_t *line; local
[all...]
/freebsd-10-stable/tests/sys/kern/
H A Dptrace_test.c65 child_fail_require(const char *file, int line, const char *str) argument
/freebsd-10-stable/usr.bin/newkey/
H A Dupdate.c240 char line[256]; local
332 match(char *line, char *name) argument
/freebsd-10-stable/sys/powerpc/mpc85xx/
H A Dfsl_sdhc.c184 wait_for_free_line(struct fsl_sdhc_softc *sc, enum sdhc_line line) argument
/freebsd-10-stable/sys/net80211/
H A Dieee80211_node.c1319 ieee80211_find_node_locked_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1350 ieee80211_find_node_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1367 ieee80211_find_vap_node_locked_debug(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1401 ieee80211_find_vap_node_debug(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1589 ieee80211_find_rxnode_debug(struct ieee80211com *ic, const struct ieee80211_frame_min *wh, const char *func, int line) argument
1617 ieee80211_find_rxnode_withkey_debug(struct ieee80211com *ic, const struct ieee80211_frame_min *wh, ieee80211_keyix keyix, const char *func, int line) argument
1672 ieee80211_find_txnode_debug(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1751 ieee80211_free_node_debug(struct ieee80211_node *ni, const char *func, int line) argument
[all...]
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe.c5881 uint16_t line = 0; local
[all...]
/freebsd-10-stable/usr.bin/tftp/
H A Dmain.c223 char line[MAXLINE]; local
336 char line[MAXLINE]; local
423 char line[MAXLINE]; local
525 char line[MAXLINE]; local
604 char line[MAXLINE]; local
631 char line[MAXLINE]; local
720 char line[MAXLINE]; local
803 makeargv(char *line) argument
[all...]
/freebsd-10-stable/sys/kern/
H A Dvfs_vnops.c1596 _vn_lock(struct vnode *vp, int flags, char *file, int line) argument
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq.c1555 char * line; local
1710 tokenize( const char *line, char **tokens, int *ntok ) argument
[all...]
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1103 char * line; local
1273 tokenize( const char *line, char **tokens, int *ntok ) argument
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntpd.c1589 assertion_failed( const char *file, int line, isc_assertiontype_t type, const char *cond ) argument
1615 library_fatal_error( const char *file, int line, const char *format, va_list args ) argument
1646 library_unexpected_error( const char *file, int line, const char *format, va_list args ) argument
H A Dntp_config.c4680 char line[256]; local
4859 char line[128]; local
[all...]
/freebsd-10-stable/usr.sbin/tzsetup/
H A Dtzsetup.c485 char *line, *tlc, *file, *descr, *p; local
[all...]
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2497 u32 line, reg_addr, i, offset = 0; local
2561 u32 *pci_buf, line, i; local
[all...]

Completed in 500 milliseconds

1234567891011>>