Searched refs:name (Results 176 - 200 of 5975) sorted by relevance

1234567891011>>

/freebsd-9.3-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-9.3-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-9.3-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
42 gss_name_t * name,
50 if (name)
51 *name = GSS_C_NO_NAME;
38 _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-9.3-release/crypto/heimdal/lib/roken/
H A Dgethostname.c17 * 3. Neither the name of the Institute nor the names of its contributors
46 * Return the local host's name in "name", up to "namelen" characters.
47 * "name" will be null-terminated if "namelen" is big enough.
53 gethostname(char *name, int namelen) argument
63 strlcpy (name, utsname.nodename, namelen);
67 strlcpy (name, "some.random.host", namelen);
/freebsd-9.3-release/etc/rc.d/
H A Dapm13 name="apm"
16 command="/usr/sbin/${name}"
45 load_rc_config $name
H A Dapmd13 name="apmd"
15 command="/usr/sbin/${name}"
36 load_rc_config $name
H A Dkld35 name="kld"
37 start_cmd="${name}_start"
52 load_rc_config $name
H A Dpowerd13 name="powerd"
15 command="/usr/sbin/${name}"
24 load_rc_config $name
H A Dypbind13 name="ypbind"
16 load_rc_config $name
18 command="/usr/sbin/${name}"
H A Dyppasswdd13 name="yppasswdd"
16 load_rc_config $name
18 command="/usr/sbin/rpc.${name}"
H A Dypserv12 name="ypserv"
15 load_rc_config $name
17 command="/usr/sbin/${name}"
H A Dypset12 name="ypset"
15 load_rc_config $name
17 command="/usr/sbin/${name}"
H A Dypupdated12 name="ypupdated"
15 load_rc_config $name
17 command="/usr/sbin/rpc.${name}"
H A Dypxfrd12 name="ypxfrd"
15 load_rc_config $name
17 command="/usr/sbin/rpc.${name}"
/freebsd-9.3-release/lib/libc/gen/
H A Dsysctlnametomib.c43 sysctlnametomib(const char *name, int *mibp, size_t *sizep) argument
52 error = sysctl(oid, 2, mibp, sizep, name, strlen(name));
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Ddnlc.h34 #define dnlc_lookup(dvp, name) (NULL)
35 #define dnlc_update(dvp, name, vp) do { } while (0)
36 #define dnlc_remove(dvp, name) do { } while (0)
/freebsd-9.3-release/tools/regression/usr.bin/make/shell/select/
H A DMakefile12 .SHELL: name=sh macro
17 .SHELL: name=csh macro
22 .SHELL: name=ksh macro
/freebsd-9.3-release/tools/regression/usr.bin/pkill/
H A Dpgrep-U.t8 name="pgrep -U <uid>"
17 echo "ok 1 - $name"
19 echo "not ok 1 - $name"
24 name="pgrep -U <user>"
33 echo "ok 2 - $name"
35 echo "not ok 2 - $name"
H A Dpgrep-_g.t8 name="pgrep -G <gid>"
17 echo "ok 1 - $name"
19 echo "not ok 1 - $name"
24 name="pgrep -G <group>"
33 echo "ok 2 - $name"
35 echo "not ok 2 - $name"
H A Dpgrep-g.t8 name="pgrep -g <pgrp>"
17 echo "ok 1 - $name"
19 echo "not ok 1 - $name"
24 name="pgrep -g 0"
32 echo "ok 2 - $name"
34 echo "not ok 2 - $name"
H A Dpgrep-s.t8 name="pgrep -s <sid>"
17 echo "ok 1 - $name"
19 echo "not ok 1 - $name"
24 name="pgrep -s 0"
32 echo "ok 2 - $name"
34 echo "not ok 2 - $name"
H A Dpkill-U.t8 name="pkill -U <uid>"
18 echo "ok 1 - $name"
21 echo "not ok 1 - $name"
26 name="pkill -U <user>"
36 echo "ok 2 - $name"
39 echo "not ok 2 - $name"
H A Dpkill-_g.t8 name="pkill -G <gid>"
18 echo "ok 1 - $name"
21 echo "not ok 1 - $name"
26 name="pkill -G <group>"
36 echo "ok 2 - $name"
39 echo "not ok 2 - $name"
H A Dpkill-g.t8 name="pkill -g <pgrp>"
18 echo "ok 1 - $name"
21 echo "not ok 1 - $name"
26 name="pkill -g 0"
35 echo "ok 2 - $name"
38 echo "not ok 2 - $name"
H A Dpkill-s.t8 name="pkill -s <sid>"
18 echo "ok 1 - $name"
21 echo "not ok 1 - $name"
26 name="pkill -s 0"
35 echo "ok 2 - $name"
38 echo "not ok 2 - $name"

Completed in 111 milliseconds

1234567891011>>