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

1234567891011>>

/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/ntp/scripts/rc/rc.d/
H A Dntpwait8 name="ntpwait"
13 load_rc_config "$name"
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dgethost.c13 int gethost(name, hostp)
14 char *name;
21 if (!strcmp(name, "test.host.dots")) {
26 if (!strcmp(name, "<thishost>"))
27 name = thishost;
29 h = gethostbyname(name);
38 n = getnetbyname(name);
/freebsd-9.3-release/usr.sbin/ngctl/
H A Dname.c3 * name.c
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.name), "
[all...]
/freebsd-9.3-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-9.3-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)"), 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-9.3-release/tools/regression/usr.bin/pkill/
H A Dpgrep-v.t8 name="pgrep -v"
15 echo "ok 1 - $name"
17 echo "not ok 1 - $name"
20 echo "ok 2 - $name"
22 echo "not ok 2 - $name"
/freebsd-9.3-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-9.3-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-9.3-release/crypto/heimdal/lib/roken/
H A Dunsetenv.c17 * 3. Neither the name of the Institute nor the names of its contributors
50 unsetenv(const char *name) argument
56 if (name == 0 || environ == 0)
59 for (np = name; *np && *np != '='; np++)
61 len = np - name;
64 if (strncmp(*p, name, len) == 0 && (*p)[len] == '=')
/freebsd-9.3-release/etc/rc.d/
H A Ddevd13 name="devd"
15 command="/sbin/${name}"
17 start_precmd=${name}_prestart
25 pidfile="/var/run/${name}.pid"
39 load_rc_config $name
H A Dsendmail17 name="sendmail"
19 required_files="/etc/mail/${name}.cf"
22 load_rc_config $name
23 command=${sendmail_program:-/usr/sbin/${name}}
24 pidfile=${sendmail_pidfile:-/var/run/${name}.pid}
25 procname=${sendmail_procname:-/usr/sbin/${name}}
52 if checkyesno ${rcvar} && [ -f "/etc/${name}.cf" ]; then
53 if ! cmp -s "/etc/mail/${name}.cf" "/etc/${name}.cf"; then
55 "${name} wa
[all...]
H A Dcleartmp12 name="cleartmp"
15 start_cmd="${name}_start"
40 find -x ${tmp}/. ! -name . \
41 ! \( -name .sujournal -type f -user root \) \
42 ! \( -name .snap -type d -user root \) \
43 ! \( -name lost+found -type d -user root \) \
44 ! \( \( -name quota.user -or -name quota.group \) \
59 load_rc_config $name
/freebsd-9.3-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 (setenv(name, val) != 0) {
57 name, val);
/freebsd-9.3-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-9.3-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...]
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfld_attr.c23 * Except as contained in this notice, the name(s) of the above copyright *
41 #define GEN_FIELD_ATTR_SET_FCT( name ) \
42 NCURSES_IMPEXP int NCURSES_API set_field_ ## name (FIELD * field, chtype attr)\
45 T((T_CALLED("set_field_" #name "(%p,%s)"), field, _traceattr(attr)));\
51 if ((field -> name) != attr)\
53 field -> name = attr;\
66 #define GEN_FIELD_ATTR_GET_FCT( name ) \
67 NCURSES_IMPEXP chtype NCURSES_API field_ ## name (const FIELD * field)\
69 T((T_CALLED("field_" #name "(%p)"), field));\
70 returnAttr( A_ATTRIBUTES & (Normalize_Field( field ) -> name) );\
[all...]
/freebsd-9.3-release/sys/sys/
H A Dcons.h18 * 4. Neither the name of the University nor the names of its contributors
75 char cn_name[SPECNAMELEN + 1]; /* console (device) name */
99 #define CONSOLE_DEVICE(name, ops, arg) \
100 static struct consdev name = { \
104 DATA_SET(cons_set, name)
106 #define CONSOLE_DRIVER(name) \
107 static const struct consdev_ops name##_consdev_ops = { \
108 .cn_probe = name##_cnprobe, \
109 .cn_init = name##_cninit, \
110 .cn_term = name##_cnter
[all...]
H A Ddomain.h13 * 4. Neither the name of the University nor the names of its contributors
86 #define DOMAIN_SET(name) \
87 SYSINIT(domain_add_ ## name, SI_SUB_PROTO_DOMAIN, \
88 SI_ORDER_FIRST, domain_add, & name ## domain); \
89 SYSINIT(domain_init_ ## name, SI_SUB_PROTO_DOMAIN, \
90 SI_ORDER_SECOND, domain_init, & name ## domain);
92 #define VNET_DOMAIN_SET(name) \
93 SYSINIT(domain_add_ ## name, SI_SUB_PROTO_DOMAIN, \
94 SI_ORDER_FIRST, domain_add, & name ## domain); \
95 VNET_SYSINIT(vnet_domain_init_ ## name, SI_SUB_PROTO_DOMAI
[all...]
/freebsd-9.3-release/sys/xen/interface/
H A Dkexec.h166 #define VMCOREINFO_SYMBOL(name) \
167 vmcoreinfo_append_str("SYMBOL(%s)=%lx\n", #name, (unsigned long)&name)
168 #define VMCOREINFO_SYMBOL_ALIAS(alias, name) \
169 vmcoreinfo_append_str("SYMBOL(%s)=%lx\n", #alias, (unsigned long)&name)
170 #define VMCOREINFO_STRUCT_SIZE(name) \
171 vmcoreinfo_append_str("SIZE(%s)=%zu\n", #name, sizeof(struct name))
172 #define VMCOREINFO_OFFSET(name, field) \
173 vmcoreinfo_append_str("OFFSET(%s.%s)=%lu\n", #name, #fiel
[all...]
/freebsd-9.3-release/usr.bin/gprof/
H A Dkernel.c23 char *name; local
40 for (name = namelist; *name != '\0'; name += strlen(name) + 1)
46 for (name = namelist; *name != '\0'; name += strlen(name) + 1) {
50 ksl.symname = name;
[all...]
/freebsd-9.3-release/sbin/dhclient/
H A Ddhclient.conf3 send host-name "andare.fugue.com";
6 supersede domain-name "fugue.com home.vix.com";
7 prepend domain-name-servers 127.0.0.1;
9 classless-routes, routers, domain-name,
10 domain-name-servers, host-name;
11 require subnet-mask, domain-name-servers;
31 option host-name "andare.swiftmedia.com";
35 option domain-name-servers 127.0.0.1;
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dfixedname.h31 * dns_fixedname_t is a convenience type containing a name, an offsets table,
32 * and a dedicated buffer big enough for the longest possible name.
60 #include <dns/name.h>
67 dns_name_t name; member in struct:dns_fixedname
75 dns_name_init(&((fn)->name), (fn)->offsets); \
78 dns_name_setbuffer(&((fn)->name), &((fn)->buffer)); \
82 dns_name_invalidate(&((fn)->name))
84 #define dns_fixedname_name(fn) (&((fn)->name))

Completed in 137 milliseconds

1234567891011>>