Home
last modified time | relevance | path

Searched defs:line (Results 76 – 100 of 905) sorted by relevance

12345678910>>...37

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dassertions.c54 isc_assertion_failed(const char *file, int line, isc_assertiontype_t type, in isc_assertion_failed()
105 default_callback(const char *file, int line, isc_assertiontype_t type, in default_callback()
/freebsd/crypto/openssl/test/testutil/
H A Dformat_output.c39 int line, const char *type, in test_fail_string_common()
128 int line, const char *type, in test_fail_string_message()
266 int line, const char *type, in test_fail_bignum_common()
367 int line, const char *type, in test_fail_bignum_message()
377 int line, const char *type, in test_fail_bignum_mono_message()
424 int line, const char *type, in test_fail_memory_common()
519 int line, const char *type, in test_fail_memory_message()
/freebsd/usr.bin/chpass/
H A Dedit.c68 char *line; in edit() local
199 int line; in verify() local
/freebsd/sys/sys/
H A Drangelock.h75 #define rangelock_cookie_assert_(cookie, what, file, line) \ argument
78 #define rangelock_cookie_assert_(cookie, what, file, line) (void)0 argument
/freebsd/lib/libutil/
H A Dgr_util.c166 char *buf, *end, *line, *p, *q, *r, *tmp; in gr_copy() local
430 char *line; in gr_make() local
597 __gr_scan(char *line, struct group *gr) in __gr_scan()
643 gr_scan(const char *line) in gr_scan()
/freebsd/contrib/sendmail/libsm/
H A Drpool.c126 sm_rpool_malloc_tagged_x(rpool, size, file, line, group) in sm_rpool_malloc_tagged_x() argument
222 sm_rpool_malloc_tagged(rpool, size, file, line, group) in sm_rpool_malloc_tagged() argument
518 , tag, line, group in sm_rpool_strdup_tagged_x() argument
/freebsd/crypto/openssl/crypto/err/
H A Derr_prn.c26 int line, flags; in ERR_print_errors_cb() local
51 const char *file, int line) in put_error()
63 int line; in ERR_add_error_txt() local
/freebsd/contrib/dma/
H A Dmail.c53 char line[1000]; in bounce() local
350 writeline(struct queue *queue, const char *line, ssize_t linelen) in writeline()
379 char *line = NULL; in readmail() local
/freebsd/stand/common/
H A Dinterp_forth.c71 char *name, *line, *tail, *cp; in bf_command() local
297 bf_run(const char *line) in bf_run()
385 int prevsrcid, fd, line; in interp_include() local
H A Dinterp_simple.c80 int line; member
93 int fd, flags, line; in interp_include() local
/freebsd/crypto/openssl/test/
H A Derrtest.c37 const int line = OPENSSL_LINE; in test_print_error_format() local
40 const int line = 0; in test_print_error_format() local
154 int line; in raised_error() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp30 llvm::StringRef line, in Highlight()
75 llvm::StringRef line, in Highlight()
H A DSourceLocationSpec.cpp17 SourceLocationSpec::SourceLocationSpec(FileSpec file_spec, uint32_t line, in SourceLocationSpec()
72 uint32_t line = m_declaration.GetLine(); in GetLine() local
/freebsd/usr.sbin/ac/
H A Dac.c54 char line[sizeof(((struct utmpx *)0)->ut_line)]; member
73 char line[sizeof(((struct utmpx *)0)->ut_line) + 2]; member
101 add_tty(const char *line) in add_tty()
130 do_tty(const char *line) in do_tty()
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h243 inline void Assert(bool condition, const char* file, int line, in Assert()
250 inline void Assert(bool condition, const char* file, int line) { in Assert()
256 inline void Expect(bool condition, const char* file, int line, in Expect()
263 inline void Expect(bool condition, const char* file, int line) { in Expect()
/freebsd/contrib/mandoc/
H A Dtbl.c91 tbl_alloc(int pos, int line, struct tbl_node *last_tbl) in tbl_alloc()
142 tbl_restart(int line, int pos, struct tbl_node *tbl) in tbl_restart()
/freebsd/contrib/less/
H A Dlesskey_parse.c554 static void parse_varline(char *line, struct lesskey_tables *tables) in parse_varline()
601 static void parse_line(char *line, struct lesskey_tables *tables) in parse_line()
632 char line[1024]; in parse_lesskey() local
690 char line[1024]; in parse_lesskey_content() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp126 llvm::StringRef line; in ParseLinuxMapRegions() local
149 llvm::StringRef line; in ParseLinuxSMapRegions() local
/freebsd/usr.bin/number/
H A Dnumber.c75 char line[256]; in main() local
109 convert(char *line) in convert()
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Dstm32-pinfunc.h31 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument
33 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
/freebsd/lib/libpjdlog/
H A Dpjdlog.c530 pjdlogv_common_single_line(const char *func, const char *file, int line, in pjdlogv_common_single_line()
642 _pjdlogv_common(const char *func, const char *file, int line, int loglevel, in _pjdlogv_common()
694 _pjdlog_common(const char *func, const char *file, int line, int loglevel, in _pjdlog_common()
710 _pjdlogv_exit(const char *func, const char *file, int line, int exitcode, in _pjdlogv_exit()
726 _pjdlog_exit(const char *func, const char *file, int line, int exitcode, in _pjdlog_exit()
743 _pjdlog_abort(const char *func, const char *file, int line, in _pjdlog_abort()
/freebsd/contrib/kyua/engine/
H A Dtap_parser.cpp87 try_parse_plan(const std::string& line, in try_parse_plan()
144 try_parse_result(const std::string& line, std::size_t& out_ok_count, in try_parse_result()
199 std::string line; in parse() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp36 uint32_t line; in CreateFromStructuredData() local
137 uint32_t line; in FilterContexts() local
290 const uint32_t line = m_location_spec.GetLine().value_or(0); in SearchCallback() local
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_util.c76 char **func, char **file, int *line) in ossl_cmp_log_parse_metadata()
128 int line, OSSL_CMP_severity level, const char *msg) in OSSL_CMP_print_to_bio()
156 int line, flags; in OSSL_CMP_print_errors_cb() local
/freebsd/sbin/fsdb/
H A Dfsdbutil.c54 crack(char *line, int *argc) in crack()
72 recrack(char *line, int *argc, int argc_max) in recrack()

12345678910>>...37