Searched refs:name (Results 101 - 125 of 6474) sorted by relevance

1234567891011>>

/freebsd-10.1-release/tools/regression/geom_shsec/
H A Dconf.sh4 name="test"
/freebsd-10.1-release/tools/regression/geom_stripe/
H A Dconf.sh4 name="test"
/freebsd-10.1-release/usr.sbin/ctm/ctm_rmail/
H A Derror.h4 extern void err_prog_name(char *name);
/freebsd-10.1-release/contrib/ntp/scripts/rc/rc.d/
H A Dntpd9 name="ntpd"
11 command="/usr/sbin/${name}"
12 pidfile="/var/run/${name}.pid"
15 load_rc_config $name
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h37 name(NULL)
42 name(n)
49 if (name == rhs.name)
51 else if (name && rhs.name)
52 return strcmp(name, rhs.name) == 0;
63 const char *name; member in struct:DWARFDeclContext::Entry
72 AppendDeclContext (dw_tag_t tag, const char *name) argument
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracechr.c23 * Except as contained in this notice, the name(s) of the above copyright *
49 NCURSES_CONST char *name; local
55 name = _nc_keyname(sp, ch);
56 if (name == 0 || *name == '\0')
57 name = "NULL";
58 (void) sprintf(MyBuffer, "'%.30s' = %#03o", name, ch);
67 name = _nc_unctrl(sp, (chtype) ch);
68 if (name == 0 || *name
[all...]
/freebsd-10.1-release/sys/powerpc/include/
H A Dmmuvar.h87 #define MMU_DEF(name, ident, methods, size) \
89 mmu_def_t name = { \
92 DATA_SET(mmu_set, name)
94 #define MMU_DEF_INHERIT(name, ident, methods, size, base1) \
96 static kobj_class_t name ## _baseclasses[] = \
98 mmu_def_t name = { \
99 ident, methods, size, name ## _baseclasses \
101 DATA_SET(mmu_set, name)
105 mmu_def_t name = { \
106 ident, methods, size, name ## _baseclasse
[all...]
/freebsd-10.1-release/sys/dev/fb/
H A Dsplashreg.h37 char *name; member in struct:image_decoder
49 #define SPLASH_DECODER(name, sw) \
50 static int name##_modevent(module_t mod, int type, void *data) \
63 static moduledata_t name##_mod = { \
64 #name, \
65 name##_modevent, \
68 DECLARE_MODULE(name, name##_mod, SI_SUB_DRIVERS, SI_ORDER_ANY); \
69 MODULE_DEPEND(name, splash, 1, 1, 1)
71 #define SAVER_MODULE(name, s
[all...]
/freebsd-10.1-release/contrib/ncurses/misc/
H A Dcmpdef.cmd23 * Except as contained in this notice, the name(s) of the above copyright *
78 * We retrieve the symbol name (NAME) and its number (NUMBER)
80 parse pull '"' name '"' '@'number rest
81 if number = '' || name = '' then
84 say 'Symbol' name 'has no number'
89 numbers.name = number
90 names.number = name
100 parse pull '"' name '"' '@'number rest
101 if name = '' | number = '' then
104 say 'Symbol' name 'ha
[all...]
/freebsd-10.1-release/contrib/apr-util/include/
H A Dapr_hooks.h65 * @param name The name of the hook
69 #define APR_HOOK_PROBE_ENTRY(ud,ns,name,args)
76 * @param name The name of the hook
81 #define APR_HOOK_PROBE_RETURN(ud,ns,name,rv,args)
88 * @param name The name of the hook
94 #define APR_HOOK_PROBE_INVOKE(ud,ns,name,src,args)
101 * @param name Th
[all...]
/freebsd-10.1-release/lib/libc/powerpc64/
H A DSYS.h13 * 3. Neither the name of the author nor the names of any contributors
36 #define _SYSCALL(name) \
39 li 0,(__CONCAT(SYS_, name)); \
42 #define SYSCALL(name) \
54 ENTRY(__CONCAT(__sys_, name)); \
55 WEAK_REFERENCE(__CONCAT(__sys_, name), name); \
56 WEAK_REFERENCE(__CONCAT(__sys_, name), __CONCAT(_, name)); \
57 _SYSCALL(name); \
[all...]
/freebsd-10.1-release/usr.bin/mail/
H A Dvars.c13 * 4. Neither the name of the University nor the names of its contributors
51 assign(const char *name, const char *value) argument
56 h = hash(name);
57 vp = lookup(name);
60 vp->v_name = vcopy(name);
107 value(const char *name) argument
111 if ((vp = lookup(name)) == NULL)
112 return (getenv(name));
122 lookup(const char *name) argument
126 for (vp = variables[hash(name)]; v
137 findgroup(char name[]) argument
151 printgroup(char name[]) argument
171 hash(const char *name) argument
[all...]
/freebsd-10.1-release/contrib/libarchive/test_utils/
H A Dtest_utils.h33 const char *name; member in struct:test_list_t
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dregcclass.h21 * 3. Neither the name of the University nor the names of its contributors
42 const char *name; member in struct:cclass
H A Dregcname.h19 * 3. Neither the name of the University nor the names of its contributors
38 /* character-name table */
40 const char *name; member in struct:cname
/freebsd-10.1-release/contrib/texinfo/info/
H A Dkey.h28 char *name; member in struct:__anon4588
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dinitgroups.c17 * 3. Neither the name of the Institute nor the names of its contributors
39 initgroups(const char *name, gid_t basegid) argument
/freebsd-10.1-release/etc/rc.d/
H A Daddswap15 name="addswap"
23 load_rc_config $name
H A Dhastd13 name="hastd"
15 pidfile="/var/run/${name}.pid"
16 command="/sbin/${name}"
28 load_rc_config $name
H A Dipmon13 name="ipmon"
15 command="/sbin/${name}"
24 err 1 "${name} requires either ipfilter or ipnat enabled"
32 load_rc_config $name
H A Dipropd_slave12 name=ipropd_slave
13 rcvar=${name}_enable
15 start_precmd=${name}_start_precmd
31 load_rc_config $name
H A Dkadmind12 name=kadmind
13 rcvar=${name}_enable
15 start_precmd=${name}_start_precmd
27 load_rc_config $name
H A Dkdc12 name=kdc
13 rcvar=${name}_enable
14 start_precmd=${name}_start_precmd
26 load_rc_config $name
H A Dkpasswdd12 name=kpasswdd
13 rcvar=${name}_enable
15 start_precmd=${name}_start_precmd
27 load_rc_config $name
/freebsd-10.1-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);

Completed in 278 milliseconds

1234567891011>>