Home
last modified time | relevance | path

Searched defs:name (Results 201 – 225 of 5044) sorted by relevance

12345678910>>...202

/freebsd/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c60 fileargs_get_lstat_cache(fileargs_t *fa, const char *name, struct stat *sb) in fileargs_get_lstat_cache()
89 fileargs_get_fd_cache(fileargs_t *fa, const char *name) in fileargs_get_fd_cache()
138 fileargs_fetch(fileargs_t *fa, const char *name, const char *cmd) in fileargs_fetch()
314 fileargs_open(fileargs_t *fa, const char *name) in fileargs_open()
353 fileargs_fopen(fileargs_t *fa, const char *name, const char *mode) in fileargs_fopen()
365 fileargs_lstat(fileargs_t *fa, const char *name, struct stat *sb) in fileargs_lstat()
509 open_file(const char *name) in open_file()
600 const char *name; in fileargs_allowed() local
643 const char *name; in fileargs_command_lstat() local
696 const char *name; in fileargs_command_open() local
/freebsd/sbin/restore/
H A Drestore.c51 listfile(char *name, ino_t ino, int type) in listfile()
67 addfile(char *name, ino_t ino, int type) in addfile()
108 deletefile(char *name, ino_t ino, int type) in deletefile()
199 nodeupdates(char *name, ino_t ino, int type) in nodeupdates()
774 char name[BUFSIZ]; in createlinks() local
832 verifyfile(char *name, ino_t ino, int type) in verifyfile()
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp290 StringRef name = undef->getName(); in loadMinGWSymbols() local
339 Defined *SymbolTable::impSymbol(StringRef name) { in impSymbol()
462 StringRef name = undef->getName(); in reportUnresolvable() local
494 StringRef name = undef->getName(); in resolveRemainingUndefines() local
545 std::pair<Symbol *, bool> SymbolTable::insert(StringRef name) { in insert()
565 Symbol *SymbolTable::addUndefined(StringRef name, InputFile *f, in addUndefined()
578 StringRef name = sym.getName(); in addLazyArchive() local
786 void SymbolTable::addLibcall(StringRef name) { in addLibcall()
825 StringRef name = pair.first.val(); in getSymsWithPrefix() local
835 Symbol *SymbolTable::findMangle(StringRef name) { in findMangle()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dsetenv.c58 __findenv(const char *name, int len, int *offset) in __findenv()
134 setenv(const char *name, const char *value, int rewrite) in setenv()
200 unsetenv(const char *name) in unsetenv()
/freebsd/crypto/openssl/include/openssl/
H A Dlhash.h49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ argument
51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ argument
55 # define LHASH_HASH_FN(name) name##_LHASH_HASH argument
58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ argument
60 # define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ argument
65 # define LHASH_COMP_FN(name) name##_LHASH_COMP argument
68 # define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
70 # define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
75 # define LHASH_DOALL_ARG_FN(name) name##_LHASH_DOALL_ARG argument
/freebsd/crypto/openssl/test/
H A Dprovider_test.c36 static int test_provider(OSSL_LIB_CTX **libctx, const char *name, in test_provider()
163 const char *name = "p_test_builtin"; in test_builtin_provider() local
182 const char *name = "p_test"; in test_builtin_provider_with_child() local
213 const char *name = "p_test"; in test_loaded_provider() local
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c62 is_remove_section(struct elfcopy *ecp, const char *name) in is_remove_section()
112 const char *name; in is_remove_reloc_sec() local
146 is_append_section(struct elfcopy *ecp, const char *name) in is_append_section()
204 get_section_flags(struct elfcopy *ecp, const char *name) in get_section_flags()
221 is_debug_section(const char *name) in is_debug_section()
242 is_dwo_section(const char *name) in is_dwo_section()
252 is_print_section(struct elfcopy *ecp, const char *name) in is_print_section()
264 is_modify_section(struct elfcopy *ecp, const char *name) in is_modify_section()
339 const char *name; in create_scn() local
691 const char *name; in filter_reloc() local
[all …]
/freebsd/contrib/lua/src/
H A Dldebug.c198 const char *name = NULL; in luaG_findlocal() local
221 const char *name; in lua_getlocal() local
244 const char *name; in lua_setlocal() local
427 static void kname (const Proto *p, int c, const char **name) { in kname()
517 const char *name; /* name of indexed variable */ in gxf() local
527 const char **name) { in getobjname()
595 int pc, const char **name) { in funcnamefromcode()
681 const char **name) { in getupvalname()
695 const char *name) { in formatvarinfo()
708 const char *name = NULL; /* to avoid warnings */ in varinfo() local
[all …]
/freebsd/contrib/diff/lib/
H A Dbasename.c36 base_name (char const *name) in base_name()
71 base_len (char const *name) in base_len()
/freebsd/contrib/dialog/
H A Ddlg_internals.h29 #define TableSize(name) (sizeof(name)/sizeof((name)[0])) argument
32 #define resizeit(name, NAME) \ argument
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py66 def __init__(self, name): argument
102 def __init__(self, name): argument
684 def CodeInitialize(self, name): argument
755 def CodeInitialize(self, name): argument
859 def CodeInitialize(self, name): argument
863 def CodeFree(self, name): argument
1039 def CodeInitialize(self, name): argument
1043 def CodeFree(self, name): argument
1171 def CodeFree(self, name): argument
1705 def GuardName(name): argument
[all …]
/freebsd/contrib/libevent/
H A Devent_rpcgen.py66 def __init__(self, name): argument
102 def __init__(self, name): argument
684 def CodeInitialize(self, name): argument
755 def CodeInitialize(self, name): argument
859 def CodeInitialize(self, name): argument
863 def CodeFree(self, name): argument
1039 def CodeInitialize(self, name): argument
1043 def CodeFree(self, name): argument
1171 def CodeFree(self, name): argument
1705 def GuardName(name): argument
[all …]
/freebsd/contrib/byacc/
H A Dsymtab.c15 hash(const char *name) in hash()
30 make_bucket(const char *name) in make_bucket()
63 lookup(const char *name) in lookup()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h60 void SetQueueName(const char *name) override { m_queue_name = name; } in SetQueueName()
70 void SetThreadName(const char *name) { m_thread_name = name; } in SetThreadName()
74 void SetName(const char *name) override { m_thread_name = name; } in SetName()
/freebsd/lib/libc/stdtime/
H A Dtimelocal.c128 time_load_locale(struct xlocale_time *l, int *using_locale, const char *name) in time_load_locale()
137 __time_load_locale(const char *name) in __time_load_locale()
142 void* __time_load(const char* name, locale_t loc) in __time_load()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c109 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read()
126 static int check_pem(const char *nm, const char *name) in check_pem()
236 char **pnm, const char *name, BIO *bp, in pem_bytes_read_bio_flags()
279 const char *name, BIO *bp, pem_password_cb *cb, in PEM_bytes_read_bio()
293 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, in PEM_ASN1_write()
312 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, in PEM_ASN1_write_bio()
591 int PEM_write(FILE *fp, const char *name, const char *header, in PEM_write()
608 int PEM_write_bio(BIO *bp, const char *name, const char *header, in PEM_write_bio()
671 int PEM_read(FILE *fp, char **name, char **header, unsigned char **data, in PEM_read()
742 static int get_name(BIO *bp, char **name, unsigned int flags) in get_name()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.c20 const char *name; in get_node_uri_iter() local
68 const char *name; in get_node_iter() local
123 xml_node_t * node_from_file(struct xml_node_ctx *ctx, const char *name) in node_from_file()
232 const char *name; in node_to_tnds() local
282 const char *name; in mo_to_tnds() local
311 const char *name) in get_first_child_node()
388 const char *name; in tnds_to_mo_iter() local
429 const char *name; in tnds_to_mo() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp54 ConstString name, in Create()
65 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult()
87 ConstString name, in Create()
101 ConstString name, in Create()
111 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult()
129 ConstString name, in Create()
142 const CompilerType &compiler_type, ConstString name, lldb::addr_t address, in ValueObjectConstResult()
188 ConstString name, Module *module) in ValueObjectConstResult()
/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c64 static const char *skip_dot(const char *name) in skip_dot()
82 const char *name, const char *value, in provider_conf_params_internal()
163 const char *name, const char *value, in provider_conf_params()
180 static int prov_already_activated(const char *name, in prov_already_activated()
200 static int provider_conf_load(OSSL_LIB_CTX *libctx, const char *name, in provider_conf_load()
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_event.c232 _zed_event_value_is_hex(const char *name) in _zed_event_value_is_hex()
373 const char *name; in _zed_event_add_int8_array() local
403 const char *name; in _zed_event_add_uint8_array() local
433 const char *name; in _zed_event_add_int16_array() local
463 const char *name; in _zed_event_add_uint16_array() local
493 const char *name; in _zed_event_add_int32_array() local
523 const char *name; in _zed_event_add_uint32_array() local
553 const char *name; in _zed_event_add_int64_array() local
583 const char *name; in _zed_event_add_uint64_array() local
615 const char *name; in _zed_event_add_string_array() local
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dmkdir.cc64 const char *name = (const char*)in.body.bytes + in TEST_F() local
99 const char *name = (const char*)in.body.bytes + in TEST_F() local
137 const char *name = (const char*)in.body.bytes + in TEST_F() local
175 const char *name = (const char*)in.body.bytes + in TEST_F() local
217 const char *name = (const char*)in.body.bytes + in TEST_F() local
258 const char *name = (const char*)in.body.bytes + in TEST_F() local
/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture.h29 #define TEST(group, name) \ argument
43 #define IGNORE_TEST(group, name) \ argument
52 #define DECLARE_TEST_CASE(group, name) \ argument
55 #define RUN_TEST_CASE(group, name) \ argument
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h94 #define X(type, name) type m_##name; argument
102 #define X(type, name) K_##name, argument
142 #define X(type, name) \ argument
166 #define X(type, name) \ in as() argument
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c330 send_docmd(char *name) in send_docmd()
747 char *name; in toggle() local
827 getset(char *name) in getset()
922 char *name; in unsetcmd() local
1360 char *name; member
1396 getslc(char *name) in getslc()
1433 char *name; member
1474 getenvcmd(char *name) in getenvcmd()
1743 char *name; member
1821 char *name; member
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_error.c61 _nc_set_source(const char *const name) in _nc_set_source()
68 _nc_set_type(const char *const name) in _nc_set_type()
82 _nc_get_type(char *name) in _nc_get_type()

12345678910>>...202