Searched defs:line (Results 476 - 500 of 892) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.bin/w/
H A Dw.c538 ttystat(char *line) argument
/freebsd-11-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c87 static char line[LINE_MAX]; variable
[all...]
/freebsd-11-stable/contrib/libarchive/tar/
H A Dwrite.c603 const char *line; local
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dldebug.c628 luaG_addinfo(lua_State *L, const char *msg, TString *src, int line) argument
H A Dlua.c333 const char *line = lua_tostring(L, -1); /* original line */ local
353 const char *line = lua_tolstring(L, 1, &len); /* get what it has */ local
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_teap_pac.c183 int line; member in struct:eap_teap_read_ctx
H A Deap_fast_pac.c183 int line; member in struct:eap_fast_read_ctx
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c65 static char * wpa_config_get_line(char *s, int size, FILE *stream, int *line, argument
127 wpa_config_validate_network(struct wpa_ssid *ssid, int line) argument
176 wpa_config_read_network(FILE *f, int *line, int id) argument
237 wpa_config_read_cred(FILE *f, int *line, int id) argument
294 wpa_config_read_blob(FILE *f, int *line, const char *name) argument
350 wpa_config_process_blob(struct wpa_config *config, FILE *f, int *line, char *bname) argument
380 int errors = 0, line = 0; local
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c133 char *line, *tmp1, *path = NULL; local
/freebsd-11-stable/sys/kern/
H A Dkern_sx.c302 sx_try_slock_(struct sx *sx, const char *file, int line) argument
309 _sx_xlock(struct sx *sx, int opts, const char *file, int line) argument
389 sx_try_xlock_(struct sx *sx, const char *file, int line) argument
396 _sx_xunlock(struct sx *sx, const char *file, int line) argument
459 sx_try_upgrade_(struct sx *sx, const char *file, int line) argument
532 sx_downgrade_(struct sx *sx, const char *file, int line) argument
1164 _sx_slock(struct sx *sx, int opts, const char *file, int line) argument
1292 _sx_sunlock(struct sx *sx, const char *file, int line) argument
1309 _sx_assert(const struct sx *sx, int what, const char *file, int line) argument
[all...]
/freebsd-11-stable/usr.sbin/config/
H A Dmkmakefile.c117 char line[BUFSIZ]; local
137 char line[BUFSIZ]; local
248 preprocess(char *line, char *result) argument
261 process_into_file(char *line, FILE *ofp) argument
270 process_into_nvlist(char *line, nvlist_t *nvl) argument
310 char line[BUFSIZ]; local
351 char line[BUFSIZ]; local
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Dyp.c485 char *line; local
637 yp_make_val(struct ypresp_val *res, char *line, int replacecolon) argument
656 yp_make_keyval(struct ypresp_key_val *res, char *key, char *line) argument
[all...]
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c698 grep_printline(struct str *line, int sep) argument
705 printline_metadata(struct str *line, int sep) argument
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dalloc.c471 void *unbound_stat_malloc_log(size_t size, const char* file, int line, argument
488 void unbound_stat_free_log(void *ptr, const char* file, int line, argument
523 void *unbound_stat_malloc_lite(size_t size, const char* file, int line, argument
479 unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file, int line, const char* func) argument
502 unbound_stat_realloc_log(void *ptr, size_t size, const char* file, int line, const char* func) argument
538 unbound_stat_calloc_lite(size_t nmemb, size_t size, const char* file, int line, const char* func) argument
556 unbound_stat_free_lite(void *ptr, const char* file, int line, const char* func) argument
582 unbound_stat_realloc_lite(void *ptr, size_t size, const char* file, int line, const char* func) argument
626 unbound_strdup_lite(const char* s, const char* file, int line, const char* func) argument
[all...]
/freebsd-11-stable/usr.bin/netstat/
H A Dinet.c1446 char line[80], *cp; local
1493 static char line[MAXHOSTNAMELEN]; local
[all...]
/freebsd-11-stable/sys/net/
H A Dvnet.c663 vnet_log_recursion(struct vnet *old_vnet, const char *old_fn, int line) argument
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi.c906 char line[1024]; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp27 void LineTable::InsertLineEntry(lldb::addr_t file_addr, uint32_t line, argument
57 AppendLineEntryToSequence( LineSequence *sequence, lldb::addr_t file_addr, uint32_t line, uint16_t column, uint16_t file_idx, bool is_start_of_statement, bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, bool is_terminal_entry) argument
285 FindLineEntryIndexByFileIndex( uint32_t start_idx, const std::vector<uint32_t> &file_indexes, uint32_t line, bool exact, LineEntry *line_entry_ptr) argument
329 FindLineEntryIndexByFileIndex(uint32_t start_idx, uint32_t file_idx, uint32_t line, bool exact, LineEntry *line_entry_ptr) argument
[all...]
H A DCompileUnit.cpp219 uint32_t CompileUnit::FindLineEntry(uint32_t start_idx, uint32_t line, argument
235 ResolveSymbolContext(const FileSpec &file_spec, uint32_t line, bool check_inlines, bool exact, SymbolContextItem resolve_scope, SymbolContextList &sc_list) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp106 void REPL::IOHandlerInputInterrupted(IOHandler &io_handler, std::string &line) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp51 uptr line; member in struct:__tsan::SymbolizeCodeContext
91 uptr line; member in struct:__tsan::SymbolizeDataContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h480 uint32_t line; member in struct:lldb_private::Disassembler::SourceLine
534 ElideMixedSourceAndDisassemblyLine(const ExecutionContext &exe_ctx, const SymbolContext &sc, LineEntry &line) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp64 static void AsanCheckFailed(const char *file, int line, const char *cond, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp487 IOHandlerInputComplete(IOHandler &io_handler, std::string &line) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp161 IOHandlerInputComplete(IOHandler &io_handler, std::string &line) argument
310 GetLine(std::string &line, bool &interrupted) argument
471 SetBaseLineNumber(uint32_t line) argument
497 std::string line; local
526 std::string line; local
[all...]

Completed in 390 milliseconds

<<11121314151617181920>>