Searched refs:text (Results 1 - 25 of 1027) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dacl_entries.c31 char *text = acl_to_text (acl, NULL); local
32 if (! text)
34 for (t = text; *t; t++)
36 acl_free (text);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dtext2atm.c20 static int try_pvc(const char *text,struct sockaddr_atmpvc *addr,int flags) argument
28 if (!*text) return FATAL; /* empty or ends with a dot */
30 if (isdigit(*text)) {
31 if (*text == '0' && isdigit(text[1])) return TRY_OTHER;
35 part[i] = part[i]*10+*text++-'0';
37 while (isdigit(*text));
39 if (!*text) break;
40 if (*text++ != '.') return TRY_OTHER; /* non-PVC character */
43 if (*text
75 do_try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
149 try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
161 try_e164(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
193 search(FILE *file,const char *text,struct sockaddr *addr,int length, int flags) argument
213 try_name(const char *text,struct sockaddr *addr,int length, int flags) argument
226 text2atm(const char *text,struct sockaddr *addr,int length,int flags) argument
[all...]
H A Dtext2qos.c25 int __t2q_get_rate(const char **text,int up) argument
33 if (!strncmp(*text,"max",3)) {
34 *text += 3;
37 rate = strtoul(*text,&end,10);
75 *text = end;
80 static int params(const char **text,struct atm_trafprm *a, argument
86 if (*(*text)++ != ':') return -1;
88 if (!**text) return -1;
89 switch (fetch(text,"max_pcr=","pcr=","min_pcr=","max_sdu=","sdu=",
92 if ((value = __t2q_get_rate(text,
125 text2qos(const char *text,struct atm_qos *qos,int flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/dumpload/
H A DMakefile3 BUILD= format.html text.html utility.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dvmlinux.lds.S3 text PT_LOAD FILEHDR PHDRS FLAGS (7);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S22 .hash : { *(.hash) } :text
36 .text : { *(.text) } :text =0x90909090
37 .note : { *(.note.*) } :text :note
38 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
39 .eh_frame : { KEEP (*(.eh_frame)) } :text
40 .dynamic : { *(.dynamic) } :text :dynamic
46 } :text
55 text PT_LOA
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvsyscall.lds.S12 .hash : { *(.hash) } :text
26 .text : { *(.text) } :text =0x90909090
27 .note : { *(.note.*) } :text :note
28 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
29 .eh_frame : { KEEP (*(.eh_frame)) } :text
30 .dynamic : { *(.dynamic) } :text :dynamic
36 } :text
45 text PT_LOA
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/tests/
H A Druntests.c71 _expect_failure(char *text, enum XML_Error errorCode, char *errorMessage, argument
74 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK)
82 #define expect_failure(text, errorCode, errorMessage) \
83 _expect_failure((text), (errorCode), (errorMessage), \
157 char text[] = "<doc>\0</doc>"; local
160 if (XML_Parse(parser, text, sizeof(text) - 1, XML_TRUE) == XML_STATUS_OK)
180 char *text = "\357\273\277<e/>"; local
182 if (XML_Parse(parser, text, strle
189 char text[] = "\\376\\377\\0<\\0e\\0/\\0>"; local
198 char text[] = "\\377\\376<\\0e\\0/\\0>\\0"; local
224 _run_character_check(XML_Char *text, XML_Char *expected, const char *file, int line) argument
241 _run_attribute_check(XML_Char *text, XML_Char *expected, const char *file, int line) argument
260 char *text = local
272 char *text = local
282 char *text = local
292 char *text = local
302 char *text = local
316 char *text = "<doc>\\xEF\\xBA\\xBF</doc>"; local
328 char text[100]; local
352 char text[] = local
368 char text[] = local
391 char *text = local
408 char *text = local
429 char *text = "<tag></tag>"; local
476 char *text = local
512 char *text = local
532 char *text = local
558 char *text = local
600 char *text = "<a><b><c/></b><d><f/></d></a>"; local
704 char *text = local
758 char *text = local
780 char *text = local
800 char *text = local
816 char *text = local
839 char *text = local
857 char *text = (char *)XML_GetUserData(parser); local
875 char *text = local
895 char *text = local
912 char *text = local
927 char *text = local
959 char *text = local
975 char *text = local
1031 char *text = long_character_data_text; local
1052 char *text = long_character_data_text; local
1120 char *text = local
1160 run_ns_tagname_overwrite_test(char *text, char *result) argument
1175 char *text = local
1196 char *text = local
1239 char *text = "<e xmlns='http://xml.libexpat.org/'></e>"; local
1258 char *text; local
1281 char *text = local
1303 char *text = local
1318 char *text = local
1331 char *text = local
1348 char *text = local
1371 char *text = local
1383 char *text = local
1396 char *text = "<doc a:attr=''/>"; local
1406 char *text = "<a:doc/>"; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/fault-injection/
H A Dfailmodule.sh29 echo `cat /sys/module/$2/sections/.text` > /debug/$1/require-start
30 echo `cat /sys/module/$2/sections/.exit.text` > /debug/$1/require-end
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dvmlinux.lds.c27 *(.text.reset)
28 *(.init.text)
30 * .exit.text is discarded at runtime, not
34 *(.exit.text)
66 .text : AT(ADDR(.text) - LOAD_OFFSET) {
69 *(.ex.text)
71 *(.tlbx.ex.text)
73 *(.tlbr.ex.text)
75 *(.tlbw.ex.text)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dmisc.S20 .text
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dobjsizes7 printf "%9s %11s %9s %9s %s\n" "text+data" "text+rodata" rwdata bss filename
12 while read text data bss dec hex filename; do
13 t_text=$((t_text+text))
16 printf "%9d %11d %9d %9d %s\n" $((text+data)) $text $data $bss "$filename"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Drecode-sr-latin.x2 recode-sr-latin \- convert Serbian text from Cyrillic to Latin script
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dvmlinux.lds.S52 * full. Then a programmer adds code to .DoubleExceptionVector.text
55 * .DoubleExceptionVector.text. (In practice, the literals will
77 /* .text section */
83 .text :
85 /* The .head.text section must be the first section! */
86 *(.head.text)
87 *(.literal .text)
89 *(.sched.literal .sched.text)
92 *(.spinlock.literal .spinlock.text)
136 .init.text
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/generic/
H A Dint-handler.S41 .text
42 .section .text.fastpath, "a"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dvmlinux.lds.S53 .text ALIGN(16) : {
57 *(.text.do_softirq)
58 *(.text.sys_exit)
59 *(.text.do_sigaltstack)
60 *(.text.do_fork)
61 *(.text.*)
63 *(.lock.text) /* out-of-line lock text */
67 _etext = .; /* End of text section */
146 .init.text
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dmdc2test.c99 static char *text="Now is the time for all "; local
102 ebcdic2ascii(text,text,strlen(text));
107 EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
126 EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/mdc2/
H A Dmdc2test.c99 static char *text="Now is the time for all "; local
102 ebcdic2ascii(text,text,strlen(text));
107 EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
126 EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/mdc2/
H A Dmdc2test.c99 static char *text="Now is the time for all "; local
102 ebcdic2ascii(text,text,strlen(text));
107 EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
126 EVP_DigestUpdate(&c,(unsigned char *)text,strlen(text));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dvmlinux.lds.S9 .text : { *(.text) } = 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lasat/image/
H A Dhead.S3 .text
4 .section .text.start, "ax"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dchangebit.S13 .text
H A Dclearbit.S13 .text
H A Dsetbit.S13 .text
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/
H A Dvmlinux.lds.S25 .text : {
26 *(.text)
30 *(.text.__*)
33 _etext = . ; /* End of text section */
57 .init.text : {
59 *(.init.text)
115 *(.text.exit)

Completed in 191 milliseconds

1234567891011>>