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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dasm.h14 #define G_ENTRY(name) \
16 .globl name; \
17 .type name,@function; \
18 name
19 #define G_DATA(name) \
20 .globl name; \
21 .type name,@object; \
22 name
23 #define END(name) \
24 .size name,
[all...]
H A Dclinkage.h20 #define C_SYMBOL_NAME(name) macrology_paste(_, name)
21 #define C_SYMBOL_STRING(name) macrology_stringify(C_SYMBOL_NAME(name))
22 #define C_ENTRY(name) G_ENTRY(C_SYMBOL_NAME(name))
23 #define C_DATA(name) G_DATA(C_SYMBOL_NAME(name))
24 #define C_END(name) END(C_SYMBOL_NAME(name))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dquote.h20 char const *quote_n (int n, char const *name);
21 char const *quote (char const *name);
H A Dquote.c29 quote_n (int n, char const *name) argument
31 return quotearg_n_style (n, locale_quoting_style, name);
37 quote (char const *name) argument
39 return quote_n (0, name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dsysdep.h3 #define C_SYMBOL_NAME(name) _##name
5 #define C_SYMBOL_NAME(name) _/**/name
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dbb_basename.c12 const char *bb_basename(const char *name) argument
14 const char *cp = strrchr(name, '/');
17 return name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dvdso.h30 #define V_FUNCTION_BEGIN(name) \
31 .globl name; \
34 name: \
35 .quad .name,.TOC.@tocbase,0; \
37 .globl .name; \
38 .type .name,@function; \
39 .name: \
41 #define V_FUNCTION_END(name) \
42 .size .name,.-.name;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/distrib/initscripts/
H A Drc.cnid_metad.netbsd.tmpl12 name="cnid_metad"
13 rcvar=$name
17 load_rc_config $name
H A Drc.afpd.netbsd.tmpl15 name="afpd"
16 rcvar=$name
19 pidfile="/var/run/${name}.pid"
22 load_rc_config $name
H A Drc.papd.netbsd.tmpl14 name="papd"
15 rcvar=$name
17 pidfile="/var/run/${name}.pid"
20 load_rc_config $name
H A Drc.timelord.netbsd.tmpl14 name="timelord"
15 rcvar=$name
17 pidfile="/var/run/${name}.pid"
19 load_rc_config $name
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dfind_bad_common_bufsiz10 find -name '*.c' \
11 | while read name; do
12 grep -Hc bb_common_bufsiz1 "$name"
H A Dfind_stray_common_vars6 find -name '*.o' \
7 | while read name; do
8 b=`basename "$name"`
9 nm "$name" | sed "s/^/$b: /"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/distrib/initscripts/
H A Drc.cnid_metad.netbsd.tmpl12 name="cnid_metad"
13 rcvar=$name
17 load_rc_config $name
H A Drc.papd.netbsd.tmpl14 name="papd"
15 rcvar=$name
17 pidfile="/var/run/${name}.pid"
20 load_rc_config $name
H A Drc.timelord.netbsd.tmpl14 name="timelord"
15 rcvar=$name
17 pidfile="/var/run/${name}.pid"
19 load_rc_config $name
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.conf0 name="ppp" parent="pseudo" instance=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dfinddevice.c13 phandle finddevice(const char *name) argument
15 return (phandle) call_prom("finddevice", 1, 1, name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dlinkage.h15 #define ENTRY(name) \
16 .export name !\
18 name:
21 #define ENDPROC(name) \
22 END(name)
24 #define ENDPROC(name) \
25 .type name, @function !\
26 END(name)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Dddp.conf5 name="ddp" parent="pseudo" instance=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Dddp.conf5 name="ddp" parent="pseudo" instance=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Duname.c9 struct utsname name; local
11 if (uname(&name) == 0)
12 printf("<p>%s, %s<br>\n%s, %s, %s</p>\n", name.nodename,
13 name.machine, name.sysname, name.release, name.version);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_gethostname.c33 * overriding the host name that the function would normally return.
38 * For libcurl debug enabled builds host name overriding takes place
40 * held by the variable to override returned host name.
50 * CURL_GETHOSTNAME set in order to override the returned host name.
55 int Curl_gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) { argument
60 (void) name;
70 /* Override host name when environment variable CURL_GETHOSTNAME is set */
73 strncpy(name, force_hostname, namelen);
77 name[0] = '\0';
78 err = gethostname(name, namele
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dsethostname.c28 * we force our own host name, in order to make some tests machine independent
31 int gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) argument
35 strncpy(name, force_hostname, namelen);
36 name[namelen-1] = '\0';

Completed in 229 milliseconds

1234567891011>>