Home
last modified time | relevance | path

Searched defs:line (Results 26 – 50 of 856) sorted by relevance

12345678910>>...35

/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c84 ftpd_logwtmp_asl(char *line, char *name, char *host) in ftpd_logwtmp_asl()
107 ftpd_logwtmp_wtmp(char *line, char *name, char *host) in ftpd_logwtmp_wtmp()
192 ftpd_logwtmp(char *line, char *name, char *host) in ftpd_logwtmp()
/freebsd/contrib/ntp/libntp/
H A Demalloc.c31 int line in ereallocz()
94 int line in oreallocarrayxz()
122 int line in estrdup_impl()
/freebsd/contrib/kyua/engine/
H A Datf_list.cpp56 split_prop_line(const std::string& line) in split_prop_line()
81 std::string line; in parse_properties() local
163 std::string line; in parse_atf_list() local
/freebsd/contrib/mandoc/
H A Ddemandoc.c114 int line, col; in pmandoc() local
215 pline(int line, int *linep, int *col, int list) in pline()
235 pmdoc(const struct roff_node *p, int *line, int *col, int list) in pmdoc()
249 pman(const struct roff_node *p, int *line, int *col, int list) in pman()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h172 #define _malloc_src_loc(size, file, line) \ argument
174 #define _free_src_loc(ptr, file, line) _free_dbg((ptr), KMP_MEM_BLOCK) argument
180 #define _malloc_src_loc(size, file, line) malloc((size)) argument
181 #define _free_src_loc(ptr, file, line) free((ptr)) argument
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp167 std::string &line) { in IOHandlerInputComplete()
203 llvm::StringRef line) { in IOHandlerSuggestion()
278 m_editline_up->SetSuggestionCallback([this](llvm::StringRef line) { in IOHandlerEditline()
335 std::string line = in SplitLine() local
346 std::string line = std::move(line_buffer); in SplitLineEOF() local
351 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine()
452 IOHandlerEditline::SuggestionCallback(llvm::StringRef line) { in SuggestionCallback()
508 void IOHandlerEditline::SetBaseLineNumber(uint32_t line) { in SetBaseLineNumber()
549 std::string line; in GetLines() local
578 std::string line; in Run() local
H A DSourceManager.cpp244 for (uint32_t line = start_line; line <= end_line; ++line) { in DisplaySourceLinesWithLineNumbersUsingLastFile() local
308 const FileSpec &file_spec, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbers()
377 uint32_t line) { in SetDefaultFileAndLine()
390 bool SourceManager::GetDefaultFileAndLine(FileSpec &file_spec, uint32_t &line) { in GetDefaultFileAndLine()
536 uint32_t SourceManager::File::GetLineOffset(uint32_t line) { in GetLineOffset()
555 const char *SourceManager::File::PeekLineData(uint32_t line) { in PeekLineData()
565 uint32_t SourceManager::File::GetLineLength(uint32_t line, in GetLineLength()
593 bool SourceManager::File::LineIsValid(uint32_t line) { in LineIsValid()
618 size_t SourceManager::File::DisplaySourceLines(uint32_t line, in DisplaySourceLines()
706 bool SourceManager::File::CalculateLineOffsets(uint32_t line) { in CalculateLineOffsets()
/freebsd/sys/kern/
H A Dkern_lock.c75 #define _lockmgr_assert(lk, what, file, line) argument
206 uint64_t waittime, const char *file, int line, int flags) in lockmgr_note_shared_acquire()
230 uint64_t waittime, const char *file, int line, int flags) in lockmgr_note_exclusive_acquire()
316 wakeupshlk(struct lock *lk, const char *file, int line) in wakeupshlk()
587 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_slock_hard()
772 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_xlock_hard()
979 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_upgrade()
1039 const char *file, int line) in lockmgr_lock_flags()
1104 const char *file, int line) in lockmgr_sunlock_hard()
1121 const char *file, int line) in lockmgr_xunlock_hard()
[all …]
H A Dsubr_hints.c61 char *line, *eq; in static_hints_to_env() local
122 res_find(char **hintp_cookie, int *line, int *startln, in res_find()
307 resource_find(int *line, int *startln, in resource_find()
344 int line; in resource_int_value() local
368 int line; in resource_long_value() local
390 int line; in resource_string_value() local
502 int error, line; in resource_unset_value() local
H A Dkern_sx.c139 #define _sx_assert(sx, what, file, line) argument
306 sx_try_slock_(struct sx *sx, const char *file, int line) in sx_try_slock_()
313 _sx_xlock(struct sx *sx, int opts, const char *file, int line) in _sx_xlock()
393 sx_try_xlock_(struct sx *sx, const char *file, int line) in sx_try_xlock_()
400 _sx_xunlock(struct sx *sx, const char *file, int line) in _sx_xunlock()
464 sx_try_upgrade_(struct sx *sx, const char *file, int line) in sx_try_upgrade_()
538 sx_downgrade_(struct sx *sx, const char *file, int line) in sx_downgrade_()
1303 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock()
1405 _sx_sunlock(struct sx *sx, const char *file, int line) in _sx_sunlock()
1422 _sx_assert(const struct sx *sx, int what, const char *file, int line) in _sx_assert()
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/
H A Dmutex.c72 int line; member
80 int line; /*%< Line mutex was created on. */ member
99 isc_mutex_init_profile(isc_mutex_t *mp, const char *file, int line) { in isc_mutex_init_profile()
143 isc_mutex_lock_profile(isc_mutex_t *mp, const char *file, int line) { in isc_mutex_lock_profile()
186 isc_mutex_unlock_profile(isc_mutex_t *mp, const char *file, int line) { in isc_mutex_unlock_profile()
268 isc__mutex_init(isc_mutex_t *mp, const char *file, unsigned int line) { in isc__mutex_init()
/freebsd/contrib/sendmail/include/sm/
H A Dheap.h44 # define sm_malloc_tagged(size, file, line, grp) sm_malloc(size) argument
45 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size) argument
46 # define sm_free_tagged(ptr, file, line) sm_free(ptr) argument
47 # define sm_heap_register(ptr, size, file, line, grp) (true) argument
/freebsd/contrib/dma/
H A Dconf.c54 trim_line(char *line) in trim_line()
96 char line[2048]; in parse_authfile() local
154 char line[2048]; in parse_conf() local
/freebsd/contrib/lutok/examples/
H A Dinterpreter.cpp46 run_statement(lutok::state& state, const std::string& line) in run_statement()
76 std::string line; in main() local
/freebsd/crypto/openssl/providers/fips/
H A Dfipsprov.c772 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug()
825 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc()
830 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc()
835 void CRYPTO_free(void *ptr, const char *file, int line) in CRYPTO_free()
840 void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line) in CRYPTO_clear_free()
845 void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line) in CRYPTO_realloc()
851 const char *file, int line) in CRYPTO_clear_realloc()
856 void *CRYPTO_secure_malloc(size_t num, const char *file, int line) in CRYPTO_secure_malloc()
861 void *CRYPTO_secure_zalloc(size_t num, const char *file, int line) in CRYPTO_secure_zalloc()
866 void CRYPTO_secure_free(void *ptr, const char *file, int line) in CRYPTO_secure_free()
[all …]
/freebsd/sys/netgraph/
H A Dnetgraph.h195 _chkhook(hook_p hook, char *file, int line) in _chkhook()
460 _chknode(node_p node, char *file, int line) in _chknode()
570 char *file, int line) in _ng_node_foreach_hook()
731 _ngi_m(item_p item, char *file, int line) in _ngi_m()
738 _ngi_msg(item_p item, char *file, int line) in _ngi_msg()
752 _ngi_fn(item_p item, char *file, int line) in _ngi_fn()
759 _ngi_fn2(item_p item, char *file, int line) in _ngi_fn2()
766 _ngi_arg1(item_p item, char *file, int line) in _ngi_arg1()
773 _ngi_arg2(item_p item, char *file, int line) in _ngi_arg2()
780 _ngi_node(item_p item, char *file, int line) in _ngi_node()
[all …]
/freebsd/tools/tools/notescheck/
H A Dnotescheck.py217 def tokenize(line): argument
247 def parse_files_line(line, platform): argument
291 def parse_options_line(line, platform): argument
306 def parse_notes_line(line, platform): argument
/freebsd/stand/libsa/
H A Dzalloc_malloc.c108 Free(void *ptr, const char *file, int line) in Free()
155 Calloc(size_t n1, size_t n2, const char *file, int line) in Calloc()
177 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc()
209 Reallocf(void *ptr, size_t size, const char *file, int line) in Reallocf()
/freebsd/tools/tools/bootparttest/
H A Dstub.c32 Malloc(size_t size, const char *file, int line) in Malloc()
39 Free(void *ptr, const char *file, int line) in Free()
/freebsd/contrib/unbound/util/
H A Dalloc.c471 void *unbound_stat_malloc_log(size_t size, const char* file, int line, in unbound_stat_malloc_log()
480 int line, const char* func) in unbound_stat_calloc_log()
488 void unbound_stat_free_log(void *ptr, const char* file, int line, in unbound_stat_free_log()
503 int line, const char* func) in unbound_stat_realloc_log()
523 void *unbound_stat_malloc_lite(size_t size, const char* file, int line, in unbound_stat_malloc_lite()
539 int line, const char* func) in unbound_stat_calloc_lite()
556 void unbound_stat_free_lite(void *ptr, const char* file, int line, in unbound_stat_free_lite()
583 int line, const char* func) in unbound_stat_realloc_lite()
626 char* unbound_strdup_lite(const char* s, const char* file, int line, in unbound_strdup_lite()
/freebsd/sys/sys/
H A Dlock.h139 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \ argument
146 #define LOCK_LOG_TRY(opname, lo, flags, result, file, line) do { \ argument
263 #define WITNESS_CHECKORDER(lock, flags, file, line, interlock) \ argument
270 #define WITNESS_LOCK(lock, flags, file, line) \ argument
273 #define WITNESS_UPGRADE(lock, flags, file, line) \ argument
276 #define WITNESS_DOWNGRADE(lock, flags, file, line) \ argument
279 #define WITNESS_UNLOCK(lock, flags, file, line) \ argument
315 #define WITNESS_LOCK(lock, flags, file, line) (void)0 argument
316 #define WITNESS_UPGRADE(lock, flags, file, line) (void)0 argument
317 #define WITNESS_DOWNGRADE(lock, flags, file, line) (void)0 argument
[all …]
/freebsd/bin/ed/
H A Ded.h60 typedef struct line { struct
61 struct line *q_forw; argument
62 struct line *q_back; argument
63 off_t seek; /* address of line in scratch buffer */ argument
64 int len; /* length of line */ argument
/freebsd/sbin/dump/
H A Ddumprmt.c216 char line[30]; in rmtread() local
235 char line[30]; in rmtwrite() local
246 char line[30]; in rmtwrite0() local
269 char line[80]; in rmtseek() local
351 rmtgets(char *line, int len) in rmtgets()
/freebsd/usr.sbin/config/
H A Dmkmakefile.cc116 char line[BUFSIZ]; in open_makefile_template() local
136 char line[BUFSIZ]; in makefile() local
245 preprocess(char *line, char *result) in preprocess()
258 process_into_file(char *line, FILE *ofp) in process_into_file()
267 process_into_map(char *line, env_map &emap) in process_into_map()
300 char line[BUFSIZ]; in makehints() local
342 char line[BUFSIZ]; in makeenv() local
/freebsd/crypto/openssl/crypto/err/
H A Derr.c355 unsigned long ERR_get_error_all(const char **file, int *line, in ERR_get_error_all()
363 unsigned long ERR_get_error_line(const char **file, int *line) in ERR_get_error_line()
368 unsigned long ERR_get_error_line_data(const char **file, int *line, in ERR_get_error_line_data()
380 unsigned long ERR_peek_error_line(const char **file, int *line) in ERR_peek_error_line()
395 unsigned long ERR_peek_error_all(const char **file, int *line, in ERR_peek_error_all()
403 unsigned long ERR_peek_error_line_data(const char **file, int *line, in ERR_peek_error_line_data()
415 unsigned long ERR_peek_last_error_line(const char **file, int *line) in ERR_peek_last_error_line()
430 unsigned long ERR_peek_last_error_all(const char **file, int *line, in ERR_peek_last_error_all()
438 unsigned long ERR_peek_last_error_line_data(const char **file, int *line, in ERR_peek_last_error_line_data()
446 const char **file, int *line, in get_error_values()

12345678910>>...35