Searched refs:name (Results 76 - 100 of 11473) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/trad/
H A Dpaste.c9 #define A(name) X/**/name
11 #define B(name) \
12 void A(Y/**/name)() { A(name)(); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dtr-paste.c10 #define A(name) X/**/name
12 #define B(name) \
13 void A(Y/**/name)() { A(name)(); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/trad/
H A Dpaste.c9 #define A(name) X/**/name
11 #define B(name) \
12 void A(Y/**/name)() { A(name)(); }
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Ddhcpcd9 name=dhcpcd
10 rcvar=$name
11 command=/sbin/$name
12 pidfile=/var/run/$name.pid
14 load_rc_config $name
H A Dypbind12 name="ypbind"
13 rcvar=$name
14 command="/usr/sbin/${name}"
26 load_rc_config $name
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob40 # analyze_brprob `find . -name *.life`
84 name=$0
85 sub (/^ /,"",name)
86 sub (/ heuristics: .*.$/,"",name)
87 if (!(name in branches))
89 names[nnames] = name
90 branches[name]=0
91 counts[name]=0
92 hits[name]=0
93 phits[name]
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Danalyze_brprob40 # analyze_brprob `find . -name *.life`
84 name=$0
85 sub (/^ /,"",name)
86 sub (/ heuristics: .*.$/,"",name)
87 if (!(name in branches))
89 names[nnames] = name
90 branches[name]=0
91 counts[name]=0
92 hits[name]=0
93 phits[name]
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Ddummy_lc_template.h35 _PREFIX(setlocale)(const char * __restrict name, argument
38 if (name != NULL) {
39 if (*name == '\0')
40 name = _get_locale_env(_CATEGORY_NAME);
41 if (strcmp(name, locale->part_name[(size_t)_CATEGORY_ID])) {
42 if (!strcmp(_C_LOCALE, name))
43 name = _C_LOCALE;
44 else if (!strcmp(_POSIX_LOCALE, name))
45 name = _POSIX_LOCALE;
48 locale->part_name[(size_t)_CATEGORY_ID] = name;
[all...]
H A Dgeneric_lc_template.h32 #define _LOCALE_CATEGORY_ENTRY(name) \
33 const _locale_category_t name##desc = { \
35 .setlocale = &name##setlocale, \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-3.inc1 .macro test_call,name
4 .ent test_\name
5 test_\name:
6 jal \name
7 .end test_\name
10 .macro call_stub,name
12 .section .mips16.call.\name, "ax", @progbits
13 .ent __call_\name
14 __call_\name:
15 la $25,\name
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dexception.exp86 set name "info breakpoints (before inferior run)"
87 gdb_test_multiple "info breakpoints" $name {
89 pass $name
93 fail $name
118 set name "info breakpoints (after inferior run)"
119 gdb_test_multiple "info breakpoints" $name {
121 pass $name
126 fail $name
132 set name "continue to first throw"
133 gdb_test_multiple "continue" $name {
[all...]
/netbsd-6-1-5-RELEASE/include/
H A Dstruct.h15 * 3. Neither the name of the University nor the names of its contributors
38 #define fldoff(name, field) \
39 ((int)&(((struct name *)0)->field))
42 #define fldsiz(name, field) \
43 (sizeof(((struct name *)0)->field))
46 #define strbase(name, addr, field) \
47 ((struct name *)((char *)(addr) - fldoff(name, field)))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86/
H A Ddiv.pl6 local($name)=@_;
8 &function_begin($name,"");
13 &function_end($name);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dexterns-1.c1 typedef struct { char *name; } dummy; member in struct:__anon6972
9 while (pd->name)
11 printf ("%s\n", pd->name);
H A Dexterns-2.c1 typedef struct { char *name; } dummy; member in struct:__anon6973
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dwait-kdc.sh18 # 3. Neither the name of the Institute nor the names of its contributors
34 name=${1:-KDC}
36 waitfor=${3:-${name} started}
41 echo "Waiting for ${name} to start, looking logfile ${log}"
51 echo "The ${name} failed to bind to any sockets, another ${name} running ?"
55 echo "The ${name} failed to bind to any sockets, another ${name} running ?"
59 echo "Waited for $waitsec for the ${name} to start, and it didnt happen"
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dsetenv.h33 extern int setenv (const char *name, const char *value, int replace);
42 # define unsetenv(name) ((unsetenv)(name), 0)
48 extern int unsetenv (const char *name);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Darray1.C8 const char *s = typeid(double[][]).name(); // { dg-error "bounds|confused" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20051104-1.c6 char *name; member in struct:__anon5504
13 s.name = "";
14 if (s.name [s.len] != 0)
15 s.name [s.len] = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/usr.bin/gcc/arch/i386/
H A Dconfigargs.h10 const char *name, *value; member in struct:__anon165

Completed in 188 milliseconds

1234567891011>>