Searched refs:name (Results 26 - 50 of 5975) sorted by relevance

1234567891011>>

/freebsd-9.3-release/etc/rc.d/
H A Dwatchdogd36 name="watchdogd"
38 command="/usr/sbin/${name}"
39 pidfile="/var/run/${name}.pid"
41 load_rc_config $name
H A Dhcsecd13 name="hcsecd"
15 command="/usr/sbin/${name}"
16 pidfile="/var/run/${name}.pid"
19 load_rc_config $name
20 config="${hcsecd_config:-/etc/bluetooth/${name}.conf}"
H A Dkeyserv15 name="keyserv"
17 command="/usr/sbin/${name}"
25 load_rc_config $name
H A Dadjkerntz13 name="adjkerntz"
17 load_rc_config $name
H A Dftp-proxy12 name="ftpproxy"
16 load_rc_config $name
H A Dftpd12 name="ftpd"
14 command="/usr/libexec/${name}"
15 pidfile="/var/run/${name}.pid"
24 load_rc_config $name
H A Dipxrouted13 name="ipxrouted"
18 load_rc_config $name
H A Dmroute6d13 name="mroute6d"
17 load_rc_config $name
H A Drtsold13 name="rtsold"
15 command="/usr/sbin/${name}"
16 pidfile="/var/run/${name}.pid"
25 load_rc_config $name
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprintifname.c13 void printifname(format, name, ifp)
14 char *format, *name;
17 printf("%s%s", format, name);
18 if ((ifp == NULL) && strcmp(name, "-") && strcmp(name, "*"))
H A Dgetproto.c13 int getproto(name)
14 char *name;
19 for (s = name; *s != '\0'; s++)
23 return atoi(name);
29 if (!strcasecmp(name, "ip"))
33 p = getprotobyname(name);
/freebsd-9.3-release/tools/regression/usr.bin/pkill/
H A Dpgrep-x.t8 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...]
H A Dpgrep-_s.t8 name="pgrep -S"
11 echo "ok 1 - $name"
13 echo "not ok 1 - $name"
17 echo "ok 2 - $name"
19 echo "not ok 2 - $name"
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DIncludeFile.h32 #define FORCE_DEFINING_FILE_TO_BE_LINKED(name) \
34 extern const char name ## LinkVar; \
35 __attribute__((used)) static const char *const name ## LinkObj = \
36 &name ## LinkVar; \
40 #define FORCE_DEFINING_FILE_TO_BE_LINKED(name) \
42 extern const char name ## LinkVar; \
43 static const IncludeFile name ## LinkObj ( &name ## LinkVar ); \
48 /// be used in a .cpp file to define the name referenced in a header file that
50 #define DEFINING_FILE_FOR(name) \
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dbasename.c6 @deftypefn Supplemental char* basename (const char *@var{name})
8 Returns a pointer to the last component of pathname @var{name}.
43 basename (const char *name) argument
48 /* Skip over the disk name in MSDOS pathnames. */
49 if (ISALPHA (name[0]) && name[1] == ':')
50 name += 2;
53 for (base = name; *name; name
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dbasename.c6 @deftypefn Supplemental char* basename (const char *@var{name})
8 Returns a pointer to the last component of pathname @var{name}.
43 basename (const char *name) argument
48 /* Skip over the disk name in MSDOS pathnames. */
49 if (ISALPHA (name[0]) && name[1] == ':')
50 name += 2;
53 for (base = name; *name; name
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/x86/
H A Ddiv.pl6 local($name)=@_;
8 &function_begin($name,"");
13 &function_end($name);
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dassembly.h27 #define LOCAL_LABEL(name) L_##name
31 #define LOCAL_LABEL(name) .L_##name
37 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
40 #define DECLARE_SYMBOL_VISIBILITY(name) \
41 HIDDEN_DIRECTIVE SYMBOL_NAME(name) SEPARATOR
43 #define DECLARE_SYMBOL_VISIBILITY(name)
46 #define DEFINE_COMPILERRT_FUNCTION(name) \
[all...]
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dppc-asm.h94 * or -mcall-nt, create a function descriptor with the given name, and create
99 #define FUNC_NAME(name) GLUE(.,name)
100 #define JUMP_TARGET(name) FUNC_NAME(name)
101 #define FUNC_START(name) \
103 name: \
104 .quad GLUE(.,name); \
108 .type GLUE(.,name),@function; \
109 .globl name; \
[all...]
/freebsd-9.3-release/contrib/ncurses/misc/
H A Djpf-indent24 #* Except as contained in this notice, the name(s) of the above copyright *
63 for name in $*
65 case $name in
71 OPTS="$OPTS $name"
74 save="${name}".a$$
75 test="${name}".b$$
77 mv "$name" "$save"
85 cp "$test" "$name"
86 chmod u+w "$name"
88 ${INDENT_PROG-indent} -npro $OPTS "$name"
[all...]
H A Dncu-indent24 #* Except as contained in this notice, the name(s) of the above copyright *
74 for name in $*
76 case $name in
82 OPTS="$OPTS $name"
85 save="${name}".a$$
86 test="${name}".b$$
88 mv "$name" "$save"
97 cp "$test" "$name"
98 chmod u+w "$name"
100 ${INDENT_PROG-indent} -npro $OPTS "$name"
[all...]
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dwait-kdc.sh18 # 3. Neither the name of the Institute nor the names of its contributors
37 name=${1:-KDC}
43 echo "Waiting for ${name} to start, looking logfile ${log}"
49 if tail -30 ${log} | grep "${name} started" > /dev/null; then
53 echo "The ${name} failed to bind to any sockets, another ${name} running ?"
57 echo "The ${name} failed to bind to any sockets, another ${name} running ?"
61 echo "Waited for $waitsec for the ${name} to start, and it didnt happen"
/freebsd-9.3-release/lib/libc/ia64/
H A DSYS.h35 #define CALLSYS_ERROR(name) \
36 CALLSYS_NOERROR(name); \
41 #define SYSCALL(name) \
42 ENTRY(__sys_ ## name,0); /* XXX # of args? */ \
43 WEAK_ALIAS(name, __sys_ ## name); \
44 WEAK_ALIAS(_ ## name, __sys_ ## name); \
45 CALLSYS_ERROR(name)
47 #define SYSCALL_NOERROR(name) \
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dversion.c29 print_version (const char *name) argument
33 printf ("GNU %s %s\n", name, BFD_VERSION_STRING);
/freebsd-9.3-release/tools/regression/lib/libutil/
H A Dtest-flopen.t7 name=$(basename $0 .t)
11 make -s $name >/dev/null
12 exec $base/$name

Completed in 108 milliseconds

1234567891011>>