Searched refs:name (Results 1 - 25 of 6957) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/binutils/libiberty/
H A Dlbasename.c23 @deftypefn Replacement {const char*} lbasename (const char *@var{name})
49 lbasename (const char *name) argument
54 /* Skip over a possible disk name. */
55 if (ISALPHA (name[0]) && name[1] == ':')
56 name += 2;
59 for (base = name; *name; name++)
60 if (IS_DIR_SEPARATOR (*name))
[all...]
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dlbasename.c23 @deftypefn Replacement {const char*} lbasename (const char *@var{name})
49 lbasename (const char *name) argument
54 /* Skip over a possible disk name. */
55 if (ISALPHA (name[0]) && name[1] == ':')
56 name += 2;
59 for (base = name; *name; name++)
60 if (IS_DIR_SEPARATOR (*name))
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="zfs" parent="pseudo";
/freebsd-10-stable/etc/rc.d/
H A Dauditdistd13 name="auditdistd"
14 rcvar="${name}_enable"
15 pidfile="/var/run/${name}.pid"
16 command="/usr/sbin/${name}"
17 required_files="/etc/security/${name}.conf"
20 load_rc_config $name
H A Dinetd12 name="inetd"
14 command="/usr/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
16 required_files="/etc/${name}.conf"
19 load_rc_config $name
H A Dmrouted12 name="mrouted"
14 command="/usr/local/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
16 required_files="/etc/${name}.conf"
19 load_rc_config $name
H A Dbootparams13 name="bootparamd"
16 command="/usr/sbin/${name}"
18 load_rc_config $name
H A Dnfscbd12 name="nfscbd"
14 command="/usr/sbin/${name}"
17 load_rc_config $name
H A Drpcbind12 name="rpcbind"
14 command="/usr/sbin/${name}"
18 load_rc_config $name
H A Drwho13 name="rwhod"
15 command="/usr/sbin/${name}"
17 load_rc_config $name
H A Dtimed13 name="timed"
15 command="/usr/sbin/${name}"
17 load_rc_config $name
H A Dcron13 name="cron"
15 command="/usr/sbin/${name}"
16 pidfile="/var/run/${name}.pid"
18 load_rc_config $name
H A Dctld13 name="ctld"
15 pidfile="/var/run/${name}.pid"
16 command="/usr/sbin/${name}"
21 load_rc_config $name
H A Discsid13 name="iscsid"
15 pidfile="/var/run/${name}.pid"
16 command="/usr/sbin/${name}"
19 load_rc_config $name
H A Drarpd13 name="rarpd"
15 command="/usr/sbin/${name}"
18 load_rc_config $name
19 pidfile="${rarpd_pidfile:-/var/run/${name}.pid}"
H A Dwatchdogd36 name="watchdogd"
38 command="/usr/sbin/${name}"
39 pidfile="/var/run/${name}.pid"
41 load_rc_config $name
H A Dautomountd12 name="automountd"
14 pidfile="/var/run/${name}.pid"
15 command="/usr/sbin/${name}"
18 load_rc_config $name
H A Dautounmountd12 name="autounmountd"
14 pidfile="/var/run/${name}.pid"
15 command="/usr/sbin/${name}"
17 load_rc_config $name
/freebsd-10-stable/contrib/gcc/
H A Dunwind-compat.h31 #define symver(name, version) \
32 __asm__ (".symver " #name"," #name "@" #version)
34 #define alias(name) \
35 __typeof(name) __libunwind##name __attribute__ ((alias (#name)))
/freebsd-10-stable/contrib/binutils/include/elf/
H A Dreloc-macros.h68 string version name of the name of that relocation. If
71 #define START_RELOC_NUMBERS(name) \
72 static const char *name (unsigned long rtype); \
74 name (unsigned long rtype) \
79 #define RELOC_NUMBER(name, number) \
80 case number: return #name;
82 #define FAKE_RELOC(name, number)
83 #define EMPTY_RELOC(name)
85 #define END_RELOC_NUMBERS(name) \
[all...]
/freebsd-10-stable/contrib/gdb/gdb/config/sparc/
H A Dtm-sol2.h34 extern char *sparc_stabs_unglobalize_name (char *name);
35 #define STATIC_TRANSFORM_NAME(name) \
36 sparc_stabs_unglobalize_name (name)
37 #define IS_STATIC_TRANSFORM_NAME(name) \
38 ((name) != sparc_stabs_unglobalize_name (name))
/freebsd-10-stable/crypto/openssh/regress/unittests/sshkey/
H A Dcommon.h9 struct sshbuf *load_file(const char *name);
12 struct sshbuf *load_text_file(const char *name);
15 BIGNUM *load_bignum(const char *name);
/freebsd-10-stable/lib/libc/db/test/hash.tests/
H A Dtestit8 set name=WORDS
11 thash4 $i $j 25000 65536 $name < $name
15 thash4 $i $j 25000 65536 $name < $name
19 thash4 $i $j 25000 65536 $name < $name
23 thash4 $i $j 25000 65536 $name < $name
27 thash4 $i $j 25000 65536 $name <
[all...]
/freebsd-10-stable/crypto/openssh/contrib/aix/
H A Dinventory.sh33 find . ! -name . -print | perl -ne '{
42 $name = $_;
43 $name =~ s|^.||; # Strip leading dot from path
44 print "$name:\n";
/freebsd-10-stable/bin/pkill/tests/
H A Dpgrep-x_test.sh8 name="pgrep -x"
15 echo "ok 1 - $name"
17 echo "not ok 1 - $name"
20 echo "ok 2 - $name"
22 echo "not ok 2 - $name"
24 name="pgrep -x -f"
26 echo "ok 3 - $name"
28 echo "not ok 3 - $name"
31 echo "ok 4 - $name"
33 echo "not ok 4 - $name"
[all...]

Completed in 280 milliseconds

1234567891011>>