Searched refs:name (Results 126 - 150 of 6942) sorted by relevance

1234567891011>>

/freebsd-11.0-release/lib/libc/gen/
H A Dgetbootfile.c13 * 4. Neither the name of the University nor the names of its contributors
44 static char name[MAXPATHLEN]; local
45 size_t size = sizeof name;
50 if (sysctl(mib, 2, name, &size, NULL, 0) == -1)
52 return (name);
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A Dregcclass.h21 * 3. Neither the name of the University nor the names of its contributors
45 const char *name; member in struct:cclass
H A Dregcname.h19 * 3. Neither the name of the University nor the names of its contributors
41 /* character-name table */
43 const char *name; member in struct:cname
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_termname.c23 * Except as contained in this notice, the name(s) of the above copyright *
36 char *name = 0; local
42 name = TerminalOf(SP_PARM)->_termname;
46 name = cur_term->_termname;
49 returnPtr(name);
/freebsd-11.0-release/contrib/libarchive/test_utils/
H A Dtest_utils.h33 const char *name; member in struct:test_list_t
/freebsd-11.0-release/contrib/blacklist/etc/rc.d/
H A Dblacklistd12 name="blacklistd"
13 rcvar=$name
14 command="/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
16 required_files="/etc/${name}.conf"
17 start_precmd="${name}_precmd"
20 _sockfile="/var/run/${name}.sockets"
56 load_rc_config $name
/freebsd-11.0-release/lib/libc/regex/
H A Dcname.h17 * 4. Neither the name of the University nor the names of its contributors
37 /* character-name table */
39 char *name; member in struct:cname
/freebsd-11.0-release/tools/build/mk/
H A DOptionalObsoleteFiles.inc4108 \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4110 -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4120 \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
4122 -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
/freebsd-11.0-release/contrib/ntp/scripts/rc/rc.d/
H A Dntpwait8 name="ntpwait"
13 load_rc_config "$name"
/freebsd-11.0-release/usr.bin/tftp/
H A Dtftp.h13 * 4. Neither the name of the University nor the names of its contributors
33 void recvfile(int peer, char *port, int fd, char *name, char *mode);
34 void xmitfile(int peer, char *port, int fd, char *name, char *mode);
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dgen_free.c17 * 3. Neither the name of the Institute nor the names of its contributors
39 free_primitive (const char *typename, const char *name) argument
41 fprintf (codefile, "der_free_%s(%s);\n", typename, name);
45 free_type (const char *name, const Type *t, int preserve) argument
50 free_type (name, t->symbol->type, preserve);
52 fprintf (codefile, "free_%s(%s);\n", t->symbol->gen_name, name);
56 free_primitive ("heim_integer", name);
67 free_primitive("bit_string", name);
70 free_primitive ("octet_string", name);
84 fprintf(codefile, "switch((%s)->element) {\n", name);
[all...]
/freebsd-11.0-release/usr.sbin/ngctl/
H A Dname.c3 * name.c
37 * $FreeBSD: releng/11.0/usr.sbin/ngctl/name.c 160423 2006-07-17 08:35:47Z stefanf $
51 "name <path> <name>",
52 "Assign name <name> to the node at <path>",
60 struct ngm_name name; local
67 snprintf(name.name, sizeof(name
[all...]
/freebsd-11.0-release/contrib/ncurses/menu/
H A Dm_attribs.c23 * Except as contained in this notice, the name(s) of the above copyright *
51 #define GEN_MENU_ATTR_SET_FCT( name ) \
52 NCURSES_IMPEXP int NCURSES_API set_menu_ ## name (MENU* menu, chtype attr) \
54 T((T_CALLED("set_menu_" #name "(%p,%s)"), (void *) menu, _traceattr(attr))); \
57 if (menu && ( menu -> name != attr))\
59 (menu -> name) = attr;\
62 Normalize_Menu( menu ) -> name = attr;\
67 #define GEN_MENU_ATTR_GET_FCT( name ) \
68 NCURSES_IMPEXP chtype NCURSES_API menu_ ## name (const MENU * menu)\
70 T((T_CALLED("menu_" #name "(
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/fs/
H A Dh_funcs.subr31 # require_fs name
38 local name
40 name="${1}"
43 atf_require_prog mount_${name}
54 if [ ${1} = ${name} ]; then
62 "\`${name}' file system"
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdb_gcore.sh35 name=core
45 name=$2
64 gcore $name.$pid
69 if [ -r $name.$pid ] ; then
72 echo gcore: failed to create $name.$pid
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Denv.cpp44 impl::get(const std::string& name) argument
46 return atf_env_get(name.c_str());
50 impl::get(const std::string& name, const std::string& default_value) argument
52 return atf_env_get_with_default(name.c_str(), default_value.c_str());
56 impl::has(const std::string& name) argument
58 return atf_env_has(name.c_str());
62 impl::set(const std::string& name, const std::string& val) argument
64 atf_error_t err = atf_env_set(name.c_str(), val.c_str());
70 impl::unset(const std::string& name) argument
72 atf_error_t err = atf_env_unset(name
[all...]
/freebsd-11.0-release/tools/tools/sysdoc/
H A Dsysctl.sh7 # sysctl.sh name "descr"
9 # write its name to tunables.TODO with 'name missing description'
15 name="$1"
16 if [ X"${name}" = X"" ]; then
17 echo "usage: $(basename $0) sysctl-name" >&2
22 # Look up $name in tunables.mdoc
25 sed -ne "/^${name}[[:space:]]*$/,/^---[[:space:]]*$/p" | \
37 echo "ERROR: Missing type for ${name}" >&2 ; \
41 echo "ERROR: Missing default for ${name}" >
[all...]
/freebsd-11.0-release/sys/kern/
H A Dkern_xxx.c13 * 4. Neither the name of the University nor the names of its contributors
65 int name[2]; local
68 name[0] = CTL_KERN;
69 name[1] = KERN_HOSTNAME;
70 return (userland_sysctl(td, name, 2, uap->hostname, &len,
86 int name[2]; local
88 name[0] = CTL_KERN;
89 name[1] = KERN_HOSTNAME;
90 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname,
106 int name[ local
127 int name[2]; local
211 int error, name[6]; local
362 struct utsname *name; member in struct:uname_args
369 int name[2], error; local
444 int name[2]; local
464 int name[2]; local
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dunsetenv.c17 * 3. Neither the name of the Institute nor the names of its contributors
49 unsetenv(const char *name) argument
55 if (name == 0 || environ == 0)
58 for (np = name; *np && *np != '='; np++)
60 len = np - name;
63 if (strncmp(*p, name, len) == 0 && (*p)[len] == '=')
/freebsd-11.0-release/etc/rc.d/
H A Ddevd13 name="devd"
16 command="/sbin/${name}"
18 start_precmd=${name}_prestart
26 pidfile="/var/run/${name}.pid"
41 load_rc_config $name
/freebsd-11.0-release/sys/dev/cfe/
H A Dcfe_env.c46 char name[KENV_MNAMELEN], val[KENV_MVALLEN]; local
52 if (cfe_enumenv(idx, name, sizeof(name), val, sizeof(val)) != 0)
55 if (kern_setenv(name, val) != 0) {
57 name, val);
/freebsd-11.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_names.c32 _gss_find_mn(OM_uint32 *minor_status, struct _gss_name *name, gss_OID mech, argument
41 HEIM_SLIST_FOREACH(mn, &name->gn_mn, gmn_link) {
48 * If this name is canonical (i.e. there is only an
51 if (!name->gn_value.value)
63 &name->gn_value,
64 (name->gn_type.elements
65 ? &name->gn_type : GSS_C_NO_OID),
75 HEIM_SLIST_INSERT_HEAD(&name->gn_mn, mn, gmn_link);
83 * Make a name from an MN.
88 struct _gss_name *name; local
[all...]
/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Denv.c40 atf_env_get(const char *name) argument
42 const char* val = getenv(name);
48 atf_env_get_with_default(const char *name, const char *default_value) argument
50 const char* val = getenv(name);
58 atf_env_has(const char *name) argument
60 return getenv(name) != NULL;
64 atf_env_set(const char *name, const char *val) argument
69 if (setenv(name, val, 1) == -1)
71 "'%s' to '%s'", name, val);
77 err = atf_text_format(&buf, "%s=%s", name, va
92 atf_env_unset(const char *name) argument
[all...]
/freebsd-11.0-release/sys/i386/include/
H A Dpcpu.h79 * Evaluates to the byte offset of the per-cpu variable name.
81 #define __pcpu_offset(name) \
82 __offsetof(struct pcpu, name)
85 * Evaluates to the type of the per-cpu variable name.
87 #define __pcpu_type(name) \
88 __typeof(((struct pcpu *)0)->name)
91 * Evaluates to the address of the per-cpu variable name.
93 #define __PCPU_PTR(name) __extension__ ({ \
94 __pcpu_type(name) *__p; \
99 "i" (__pcpu_offset(name))); \
[all...]
/freebsd-11.0-release/lib/libc/include/
H A Dnscache.h74 #define NSS_MP_CACHE_HANDLING(name) \
75 struct name##_mp_state { \
81 name##_mp_endstate(void *s) { \
82 struct name##_mp_state *mp_state; \
84 mp_state = (struct name##_mp_state *)s; \
91 NSS_TLS_HANDLING(name##_mp); \
94 name##_set_mp_ws(cached_mp_write_session ws) \
96 struct name##_mp_state *mp_state; \
99 res = name##_mp_getstate(&mp_state); \
107 name##_get_mp_w
[all...]

Completed in 247 milliseconds

1234567891011>>