Searched defs:line (Results 376 - 400 of 805) sorted by relevance

<<11121314151617181920>>

/freebsd-current/usr.sbin/ngctl/
H A Dmain.c210 char line[LINE_MAX]; local
427 DoParseCommand(const char *line) argument
[all...]
/freebsd-current/usr.sbin/rpc.ypupdated/
H A Dupdate.c229 char line[256]; local
320 match(char *line, char *name) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h283 uint32_t line : 27; member in struct:lldb_private::LineTable::Entry
353 const uint32_t line = src_location_spec.GetLine().value_or(0); local
[all...]
/freebsd-current/crypto/openssh/
H A Dlog.c427 sshlog(const char *file, const char *func, int line, int showfunc, argument
438 sshlogdie(const char *file, const char *func, int line, int showfunc, argument
451 sshsigdie(const char *file, const char *func, int line, int showfunc, argument
464 sshlogv(const char *file, const char *func, int line, int showfunc, LogLevel level, const char *suffix, const char *fmt, va_list args) argument
/freebsd-current/contrib/bc/include/
H A Dhistory.h137 char* line; member in struct:BcHistory
[all...]
/freebsd-current/stand/kboot/kboot/
H A Dseg.c223 parse_line(const char *line, uint64_t *startp, uint64_t *endp) argument
266 chop(char *line) argument
H A Dhostfs.c245 char line[80]; local
/freebsd-current/sys/contrib/openzfs/lib/libshare/
H A Dnfs.c228 nfs_copy_entries_cb(void *userdata, char *line, boolean_t found_mountpoint) argument
301 nfs_is_shared_cb(void *userdata, char *line, boolean_t found_mountpoint) argument
181 nfs_process_exports(const char *exports, const char *mountpoint, boolean_t (*cbk)(void *userdata, char *line, boolean_t found_mountpoint), void *userdata) argument
/freebsd-current/contrib/sendmail/src/
H A Dalias.c723 char *line; local
[all...]
/freebsd-current/crypto/openssl/test/
H A Ddanetest.c293 char *line; local
H A Dp_test.c63 static void p_set_error(int lib, int reason, const char *file, int line, argument
H A Dparams_conversion_test.c184 static int param_conversion_test(const PARAM_CONVERSION *pc, int line) argument
[all...]
/freebsd-current/crypto/openssl/test/testutil/
H A Dformat_output.c39 test_fail_string_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *m1, size_t l1, const char *m2, size_t l2) argument
128 test_fail_string_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *m1, size_t l1, const char *m2, size_t l2) argument
266 test_fail_bignum_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn1, const BIGNUM *bn2) argument
367 test_fail_bignum_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn1, const BIGNUM *bn2) argument
377 test_fail_bignum_mono_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn) argument
424 test_fail_memory_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const unsigned char *m1, size_t l1, const unsigned char *m2, size_t l2) argument
519 test_fail_memory_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const unsigned char *m1, size_t l1, const unsigned char *m2, size_t l2) argument
[all...]
H A Dtests.c26 test_fail_message_prefix(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op) argument
75 test_fail_message_va(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *fmt, va_list ap) argument
88 test_fail_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *fmt, ...) argument
109 test_info(const char *file, int line, const char *desc, ...) argument
128 test_error(const char *file, int line, const char *desc, ...) argument
161 test_skip(const char *file, int line, const char *desc, ...) argument
244 test_ptr_null(const char *file, int line, const char *s, const void *p) argument
252 test_ptr(const char *file, int line, const char *s, const void *p) argument
260 test_true(const char *file, int line, const char *s, int b) argument
268 test_false(const char *file, int line, const char *s, int b) argument
276 test_str_eq(const char *file, int line, const char *st1, const char *st2, const char *s1, const char *s2) argument
290 test_str_ne(const char *file, int line, const char *st1, const char *st2, const char *s1, const char *s2) argument
304 test_strn_eq(const char *file, int line, const char *st1, const char *st2, const char *s1, size_t n1, const char *s2, size_t n2) argument
318 test_strn_ne(const char *file, int line, const char *st1, const char *st2, const char *s1, size_t n1, const char *s2, size_t n2) argument
332 test_mem_eq(const char *file, int line, const char *st1, const char *st2, const void *s1, size_t n1, const void *s2, size_t n2) argument
345 test_mem_ne(const char *file, int line, const char *st1, const char *st2, const void *s1, size_t n1, const void *s2, size_t n2) argument
388 test_BN_eq_one(const char *file, int line, const char *s, const BIGNUM *a) argument
396 test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a) argument
404 test_BN_even(const char *file, int line, const char *s, const BIGNUM *a) argument
413 test_BN_eq_word(const char *file, int line, const char *bns, const char *ws, const BIGNUM *a, BN_ULONG w) argument
427 test_BN_abs_eq_word(const char *file, int line, const char *bns, const char *ws, const BIGNUM *a, BN_ULONG w) argument
[all...]
/freebsd-current/crypto/openssl/fuzz/
H A Dcmp.c39 static int print_noop(const char *func, const char *file, int line, argument
/freebsd-current/contrib/expat/tests/
H A Dminicheck.c247 _fail(const char *file, int line, const char *msg) { argument
H A Dcommon.c180 _xml_failure(XML_Parser parser, const char *file, int line) { argument
249 _run_character_check(const char *text, const XML_Char *expected, const char *file, int line) argument
263 _run_attribute_check(const char *text, const XML_Char *expected, const char *file, int line) argument
283 _run_ext_character_check(const char *text, ExtTest *test_data, const XML_Char *expected, const char *file, int line) argument
[all...]
/freebsd-current/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c144 static char line[MAXHOSTNAMELEN + 1]; local
[all...]
/freebsd-current/stand/common/
H A Ddisk.c110 char line[80]; local
[all...]
H A Dvdisk.c374 char line[80]; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h82 void setLine(unsigned line) { Line = line; } argument
49 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, unsigned line, unsigned column, bool prologueend, bool isstmt) argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp94 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, argument
102 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, argument
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp36 uint32_t line; local
87 SourceLocationSpec location_spec(FileSpec(filename), line, column, local
137 uint32_t line; local
289 const uint32_t line = m_location_spec.GetLine().value_or(0); local
[all...]
H A DBreakpointResolver.cpp181 uint32_t line = UINT32_MAX; member in struct:__anon1352::SourceLoc
202 SetSCMatchesByLine( SearchFilter &filter, SymbolContextList &sc_list, bool skip_prologue, llvm::StringRef log_ident, uint32_t line, std::optional<uint16_t> column) argument
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h57 libspl_assert(const char *buf, const char *file, const char *func, int line) argument

Completed in 144 milliseconds

<<11121314151617181920>>