Searched refs:strings (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcompare_string_array.c22 int index_in_strings(const char *strings, const char *key) argument
26 while (strings[0]) {
27 if (strcmp(strings, key) == 0) {
30 strings += strlen(strings) + 1; /* skip NUL */
54 int index_in_substrings(const char *strings, const char *key) argument
60 while (strings[0]) {
61 if (strncmp(strings, key, len) == 0) {
64 strings += strlen(strings)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dstandardcheck.py24 import strings, comfychair namespace
31 tests = strings.tests + smbcontrol.tests + sambalib.tests
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Denvsubst.x2 envsubst \- substitutes environment variables in shell format strings
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dxgettext.x2 xgettext \- extract gettext strings from source
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_stack.c30 char **strings; local
38 strings = backtrace_symbols(array, size);
41 __db_errx(env, "%s", strings[i]);
42 free(strings);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dgetusershell.c51 static char **shells, *strings; variable
77 if (strings != NULL)
78 free(strings);
79 strings = NULL;
100 if (strings != NULL)
101 free(strings);
102 strings = NULL;
109 if ((strings = malloc((unsigned)statb.st_size)) == NULL) {
116 free(strings);
117 strings
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dgetusershell.c51 static char **shells, *strings; variable
77 if (strings != NULL)
78 free(strings);
79 strings = NULL;
100 if (strings != NULL)
101 free(strings);
102 strings = NULL;
109 if ((strings = malloc((unsigned)statb.st_size)) == NULL) {
116 free(strings);
117 strings
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-3-prg.c41 struct data_t strings[] = variable in typeref:struct:data_t
46 const int data_cnt = sizeof (strings) / sizeof (strings[0]);
76 printf ("%s - %s\n", strings[j].selection,
77 gettext (strings[j].description));
H A Dxgettext-stringtable-13 # Test extractor of NeXTstep/GNUstep .strings files.
8 tmpfiles="$tmpfiles xg-st-1.strings"
9 cat <<\EOF > xg-st-1.strings
11 German.lproj/Localizable.strings
28 ${XGETTEXT} -o xg-st-1.tmp xg-st-1.strings
52 # German.lproj/Localizable.strings
H A Dxgettext-223 /* also empty strings */
H A Dxgettext-323 /* no additional empty strings */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib576.c46 if(finfo->strings.perm) {
47 printf("Permissions: %s", finfo->strings.perm);
53 if(finfo->strings.user)
54 printf("User: %s\n", finfo->strings.user);
55 if(finfo->strings.group)
56 printf("Group: %s\n", finfo->strings.group);
57 if(finfo->strings.time)
58 printf("Time: %s\n", finfo->strings.time);
69 printf("Target: %s\n", finfo->strings.target);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfield.c67 field->latin1list.strings = 0;
76 field->stringlist.strings = 0;
128 free(field->latin1list.strings[i]);
130 if (field->latin1list.strings)
131 free(field->latin1list.strings);
142 free(field->stringlist.strings[i]);
144 if (field->stringlist.strings)
145 free(field->stringlist.strings);
251 id3_latin1_t *latin1, **strings; local
260 strings
290 id3_ucs4_t *ucs4, **strings; local
588 id3_ucs4_t **strings; local
628 id3_ucs4_t *new, **strings; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfield.c67 field->latin1list.strings = 0;
76 field->stringlist.strings = 0;
128 free(field->latin1list.strings[i]);
130 if (field->latin1list.strings)
131 free(field->latin1list.strings);
142 free(field->stringlist.strings[i]);
144 if (field->stringlist.strings)
145 free(field->stringlist.strings);
251 id3_latin1_t *latin1, **strings; local
260 strings
290 id3_ucs4_t *ucs4, **strings; local
588 id3_ucs4_t **strings; local
628 id3_ucs4_t *new, **strings; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_memrchr.h33 # include <strings.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dinfo_oss.c39 static DEFINE_MUTEX(strings);
49 mutex_lock(&strings);
58 mutex_unlock(&strings);
63 mutex_unlock(&strings);
77 mutex_lock(&strings);
88 mutex_unlock(&strings);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Deshlibld.h74 unsigned char *strings, unsigned long stringlength,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/
H A DGNUmakefile20 Hello_LOCALIZED_RESOURCE_FILES = Localizable.strings
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ui/
H A Dui_locl.h137 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more member in struct:ui_st
H A Dui_lib.c91 ret->strings=NULL;
120 sk_UI_STRING_pop_free(ui->strings,free_string);
127 if (ui->strings == NULL)
129 ui->strings=sk_UI_STRING_new_null();
130 if (ui->strings == NULL)
179 ret=sk_UI_STRING_push(ui->strings, s);
228 ret=sk_UI_STRING_push(ui->strings, s);
464 if (i >= sk_UI_STRING_num(ui->strings))
469 return UI_get0_result_string(sk_UI_STRING_value(ui->strings, i));
498 for(i=0; i<sk_UI_STRING_num(ui->strings);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_locl.h142 STACK_OF(UI_STRING) *strings; /* We might want to prompt for more member in struct:ui_st
H A Dui_lib.c91 ret->strings=NULL;
120 sk_UI_STRING_pop_free(ui->strings,free_string);
127 if (ui->strings == NULL)
129 ui->strings=sk_UI_STRING_new_null();
130 if (ui->strings == NULL)
179 ret=sk_UI_STRING_push(ui->strings, s);
228 ret=sk_UI_STRING_push(ui->strings, s);
464 if (i >= sk_UI_STRING_num(ui->strings))
469 return UI_get0_result_string(sk_UI_STRING_value(ui->strings, i));
498 for(i=0; i<sk_UI_STRING_num(ui->strings);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djinclude.h60 #include <strings.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dmodule.c38 char *strings, Elf32_Sym *symbols)
53 strings + symbols[ELF32_R_SYM(rela->r_info)].st_name,
62 strings + symbols[ELF32_R_SYM(rela->r_info)].st_name);
75 char *strings; local
100 strings = (void *)hdr + sechdrs[symtab->sh_link].sh_offset;
103 strcmp(strings + symbols[i].st_name,
120 strings, symbols);
37 check_rela(Elf32_Rela *rela, struct module *module, char *strings, Elf32_Sym *symbols) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestXPath.c145 int strings = 0; local
194 strings ++;
197 if (strings == 0) {
200 printf("\tParse the XPath strings and output the result of the parsing\n");

Completed in 164 milliseconds

1234567891011>>