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

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Daliasname_local.h61 __isforcemapping(const char *name) argument
65 name[0] == '/' &&
66 (name[1] == 'F' || name[1] == 'f') &&
67 (name[2] == 'O' || name[2] == 'o') &&
68 (name[3] == 'R' || name[3] == 'r') &&
69 (name[4] == 'C' || name[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20040611-1.c2 void foo (char *name) argument
4 if (*name)
5 name ++;
6 while (name[0]);
7 asm ("" : "=r" (name));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20040611-1.c2 void foo (char *name) argument
4 if (*name)
5 name ++;
6 while (name[0]);
7 asm ("" : "=r" (name));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dlarge-size-array-2.c4 static char * name[] = { variable
H A Dlarge-size-array-4.c4 static char * name[] = { variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dlarge-size-array-2.c4 static char * name[] = { variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpr35800.c5 const char *name; local
13 name = "int";
16 name = "char";
18 name = "short";
21 name = "long";
23 name = "unsigned char";
25 name = "signed char";
27 name = "unsigned short";
29 name = "unsigned int";
31 name
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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...]
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Ddhcpd12 name="dhcpd"
13 rcvar=$name
14 command="/usr/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
16 required_files="/etc/${name}.conf /var/db/${name}.leases"
18 load_rc_config $name
H A Dinetd12 name="inetd"
13 rcvar=$name
14 command="/usr/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
16 required_files="/etc/${name}.conf"
19 load_rc_config $name
H A Disdnd16 name="isdnd"
17 rcvar=$name
18 required_files="/etc/isdn/${name}.rc"
20 command="/usr/sbin/${name}"
21 pidfile="/var/run/${name}.pid"
23 load_rc_config $name
H A Dmrouted12 name="mrouted"
13 rcvar=$name
14 command="/usr/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
16 required_files="/etc/${name}.conf"
19 load_rc_config $name
H A Drbootd12 name="rbootd"
13 rcvar=$name
14 command="/usr/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
16 required_files="/etc/${name}.conf"
19 load_rc_config $name
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dlbasename.c23 @deftypefn Replacement {const char*} lbasename (const char *@var{name})
49 unix_lbasename (const char *name) argument
53 for (base = name; *name; name++)
54 if (IS_UNIX_DIR_SEPARATOR (*name))
55 base = name + 1;
61 dos_lbasename (const char *name) argument
65 /* Skip over a possible disk name. */
66 if (ISALPHA (name[
77 lbasename(const char *name) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dlbasename.c23 @deftypefn Replacement {const char*} lbasename (const char *@var{name})
49 unix_lbasename (const char *name) argument
53 for (base = name; *name; name++)
54 if (IS_UNIX_DIR_SEPARATOR (*name))
55 base = name + 1;
61 dos_lbasename (const char *name) argument
65 /* Skip over a possible disk name. */
66 if (ISALPHA (name[
77 lbasename(const char *name) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dcond2.C3 struct name {}; struct
11 if (int name = f ())
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/parse/
H A Dcond2.C3 struct name {}; struct
11 if (int name = f ())
/netbsd-6-1-5-RELEASE/lib/libcurses/PSD.doc/
H A Dlife.c14 .\" 3. Neither the name of the University nor the names of its contributors
114 mvaddstr(0, 0, "File name: ");
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dcanonicalize.h1 /* Return the canonical absolute name of a given file.
18 /* Return a malloc'd string containing the canonical absolute name of the
19 named file. The last file name component need not exist, and may be a
21 extern char *canonicalize_file_name (const char *name);
H A Dquote.h21 char const *quote_n (int n, char const *name);
22 char const *quote (char const *name);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dunwind-compat.h26 #define symver(name, version) \
27 __asm__ (".symver " #name"," #name "@" #version)
29 #define alias(name) \
30 __typeof(name) __libunwind##name __attribute__ ((alias (#name)))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dtinfo2.cc38 return name () < arg.name ();
40 return (name ()[0] == '*') ? name () < arg.name ()
41 : __builtin_strcmp (name (), arg.name ()) < 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)))
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dkeyname.c44 static char name[KEYNAMEMAX + 1]; variable
48 * Return name of key or NULL;
55 strcpy(name, "-1\0");
56 return name;
59 strcpy(name, "-1\0");
60 return name;
63 /* No name. */
65 strcpy(name, "-1\0");
66 return name;
71 name[
[all...]

Completed in 285 milliseconds

1234567891011>>