Searched refs:name (Results 201 - 225 of 6942) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/gen/
H A Disqemu.h18 * 3. Neither the name of The NetBSD Foundation nor the names of its
44 char name[1024]; local
45 size_t len = sizeof(name);
47 if (sysctlbyname("machdep.cpu_brand", name, &len, NULL, 0) == -1) {
52 return strstr(name, "QEMU") != NULL;
H A Dt_setdomainname.c59 char name[MAXHOSTNAMELEN]; local
64 (void)memset(name, 0, sizeof(name));
72 ATF_REQUIRE_EQ(sizeof(name), MAXHOSTNAMELEN);
75 ATF_REQUIRE(getdomainname(name, sizeof(name) - 1) == 0);
78 ATF_REQUIRE(getdomainname(name, sizeof(name)) == 0);
80 ATF_REQUIRE(strcmp(domains[i], name) == 0);
94 atf_tc_set_md_var(tc, "descr", "Too long domain name error
100 char name[MAXHOSTNAMELEN + 1]; local
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/config/
H A Dtm-sunos.h26 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) \
/freebsd-11.0-release/contrib/gdb/gdb/regformats/
H A Dregdef.h26 /* The name of this register - NULL for pad entries. */
27 const char *name; member in struct:reg
/freebsd-11.0-release/contrib/byacc/
H A Dsymtab.c15 hash(const char *name) argument
20 assert(name && *name);
21 s = name;
30 make_bucket(const char *name) argument
34 assert(name != 0);
42 bp->name = TMALLOC(char, strlen(name) + 1);
43 NO_SPACE(bp->name);
57 strcpy(bp->name, nam
63 lookup(const char *name) argument
[all...]
/freebsd-11.0-release/contrib/expat/xmlwf/
H A Dfilemap.h8 int filemap(const wchar_t *name,
13 int filemap(const char *name,
/freebsd-11.0-release/bin/sh/
H A Dalias.h16 * 4. Neither the name of the University nor the names of its contributors
40 char *name; member in struct:alias
/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
38 int ignore_symbol(GElf_Sym *sym, const char *name);
/freebsd-11.0-release/sys/netinet6/
H A Draw_ip6.h13 * 3. Neither the name of the project nor the names of its contributors
54 #define RIP6STAT_ADD(name, val) \
55 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
56 #define RIP6STAT_INC(name) RIP6STAT_ADD(name, 1)
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dlockdep.h39 #define lockdep_set_class_and_name(lock, key, name)
/freebsd-11.0-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinquire_cred_by_mech.c17 * 3. Neither the name of the Institute nor the names of its contributors
41 gss_name_t * name,
49 if (name)
50 *name = GSS_C_NO_NAME;
37 _gss_ntlm_inquire_cred_by_mech( OM_uint32 * minor_status, const gss_cred_id_t cred_handle, const gss_OID mech_type, gss_name_t * name, OM_uint32 * initiator_lifetime, OM_uint32 * acceptor_lifetime, gss_cred_usage_t * cred_usage ) argument
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dgethostname.c17 * 3. Neither the name of the Institute nor the names of its contributors
44 * Return the local host's name in "name", up to "namelen" characters.
45 * "name" will be null-terminated if "namelen" is big enough.
51 gethostname(char *name, int namelen) argument
61 strlcpy (name, utsname.nodename, namelen);
65 strlcpy (name, "some.random.host", namelen);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DThisThread.h32 static void SetName(llvm::StringRef name, int max_length);
35 static void SetName(llvm::StringRef name);
36 static void GetName(llvm::SmallVectorImpl<char> &name);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp36 const ConstString &name,
41 return AddNewlyConstructedVariable(new ClangExpressionVariable(exe_scope, name, compiler_type, byte_order, addr_byte_size));
49 const char *name = variable->GetName().AsCString(); local
51 if (*name != '$')
53 name++;
55 if (strtoul(name, NULL, 0) == m_next_persistent_variable_id - 1)
64 ConstString name(name_cstr);
65 return name;
69 ClangPersistentVariables::RegisterPersistentType (const ConstString &name, argument
72 m_persistent_types.insert(std::pair<const char*, clang::TypeDecl*>(name
35 CreatePersistentVariable(ExecutionContextScope *exe_scope, const ConstString &name, const CompilerType& compiler_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
76 GetPersistentType(const ConstString &name) argument
[all...]
/freebsd-11.0-release/contrib/tcp_wrappers/
H A Dhosts_ctl.c4 * access control checker. The host name and user name arguments should be
24 int hosts_ctl(daemon, name, addr, user)
26 char *name;
34 RQ_CLIENT_NAME, name,
/freebsd-11.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_features.c13 * 3. The name of the author may not be used to endorse or promote
40 #define STRUCT_OPENPAM_FEATURE(name, descr, dflt) \
41 [OPENPAM_##name] = { \
42 "OPENPAM_" #name, \
/freebsd-11.0-release/etc/rc.d/
H A Dapm13 name="apm"
17 command="/usr/sbin/${name}"
46 load_rc_config $name
H A Dapmd13 name="apmd"
16 command="/usr/sbin/${name}"
37 load_rc_config $name
H A Dkld35 name="kld"
38 start_cmd="${name}_start"
53 load_rc_config $name
H A Dpowerd13 name="powerd"
16 command="/usr/sbin/${name}"
25 load_rc_config $name
H A Dypbind13 name="ypbind"
17 load_rc_config $name
19 command="/usr/sbin/${name}"
H A Dyppasswdd13 name="yppasswdd"
17 load_rc_config $name
19 command="/usr/sbin/rpc.${name}"
H A Dypserv12 name="ypserv"
16 load_rc_config $name
18 command="/usr/sbin/${name}"
H A Dypset12 name="ypset"
16 load_rc_config $name
18 command="/usr/sbin/${name}"
H A Dypupdated12 name="ypupdated"
15 load_rc_config $name
17 command="/usr/sbin/rpc.${name}"

Completed in 220 milliseconds

1234567891011>>