Searched refs:string_array (Results 1 - 25 of 45) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dcompare_string_array.c10 int FAST_FUNC index_in_str_array(const char *const string_array[], const char *key) argument
14 for (i = 0; string_array[i] != 0; i++) {
15 if (strcmp(string_array[i], key) == 0) {
39 int FAST_FUNC index_in_substr_array(const char *const string_array[], const char *key) argument
44 for (i = 0; string_array[i] != 0; i++) {
45 if (strncmp(string_array[i], key, len) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dcompare_string_array.c10 int FAST_FUNC index_in_str_array(const char *const string_array[], const char *key) argument
14 for (i = 0; string_array[i] != 0; i++) {
15 if (strcmp(string_array[i], key) == 0) {
39 int FAST_FUNC index_in_substr_array(const char *const string_array[], const char *key) argument
44 for (i = 0; string_array[i] != 0; i++) {
45 if (strncmp(string_array[i], key, len) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dcompare_string_array.c10 int FAST_FUNC index_in_str_array(const char *const string_array[], const char *key) argument
14 for (i = 0; string_array[i] != 0; i++) {
15 if (strcmp(string_array[i], key) == 0) {
39 int FAST_FUNC index_in_substr_array(const char *const string_array[], const char *key) argument
44 for (i = 0; string_array[i] != 0; i++) {
45 if (strncmp(string_array[i], key, len) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dutil_reg.c91 push a string_array in unix charset into a REG_MULTI_SZ UCS2 double-null
99 data.string_array = a;
123 pull a string_array in unix charset out of a REG_MULTI_SZ UCS2 double-null
136 *a = data.string_array;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dutil_reg.c91 push a string_array in unix charset into a REG_MULTI_SZ UCS2 double-null
99 data.string_array = a;
123 pull a string_array in unix charset out of a REG_MULTI_SZ UCS2 double-null
136 *a = data.string_array;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dutil_reg.c91 push a string_array in unix charset into a REG_MULTI_SZ UCS2 double-null
99 data.string_array = a;
123 pull a string_array in unix charset out of a REG_MULTI_SZ UCS2 double-null
136 *a = data.string_array;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/mailutils/
H A Dmime.c177 static const char *find_token(const char *const string_array[], const char *key, const char *defvalue) argument
181 for (i = 0; string_array[i] != NULL; i++) {
182 if (strcasecmp(string_array[i], key) == 0) {
183 r = (char *)string_array[i+1];
190 static const char *xfind_token(const char *const string_array[], const char *key) argument
192 const char *r = find_token(string_array, key, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/mailutils/
H A Dmime.c177 static const char *find_token(const char *const string_array[], const char *key, const char *defvalue) argument
181 for (i = 0; string_array[i] != NULL; i++) {
182 if (strcasecmp(string_array[i], key) == 0) {
183 r = (char *)string_array[i+1];
190 static const char *xfind_token(const char *const string_array[], const char *key) argument
192 const char *r = find_token(string_array, key, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/mailutils/
H A Dmime.c177 static const char *find_token(const char *const string_array[], const char *key, const char *defvalue) argument
181 for (i = 0; string_array[i] != NULL; i++) {
182 if (strcasecmp(string_array[i], key) == 0) {
183 r = (char *)string_array[i+1];
190 static const char *xfind_token(const char *const string_array[], const char *key) argument
192 const char *r = find_token(string_array, key, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/gen_ndr/
H A Dmisc.h90 const char ** string_array;/* [flag(LIBNDR_FLAG_STR_NULLTERM|LIBNDR_FLAG_ALIGN2),case(REG_MULTI_SZ)] */ member in union:winreg_Data
H A Dndr_misc.c270 NDR_CHECK(ndr_push_string_array(ndr, NDR_SCALARS, r->string_array));
377 NDR_CHECK(ndr_pull_string_array(ndr, NDR_SCALARS, &r->string_array));
459 ndr_print_string_array(ndr, "string_array", r->string_array);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/idl/
H A Didl_types.h53 #define nstring_array [flag(STR_NULLTERM|NDR_ALIGN2)] string_array
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/gen_ndr/
H A Dmisc.h90 const char ** string_array;/* [flag(LIBNDR_FLAG_STR_NULLTERM|LIBNDR_FLAG_ALIGN2),case(REG_MULTI_SZ)] */ member in union:winreg_Data
H A Dndr_misc.c270 NDR_CHECK(ndr_push_string_array(ndr, NDR_SCALARS, r->string_array));
377 NDR_CHECK(ndr_pull_string_array(ndr, NDR_SCALARS, &r->string_array));
459 ndr_print_string_array(ndr, "string_array", r->string_array);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/idl/
H A Didl_types.h53 #define nstring_array [flag(STR_NULLTERM|NDR_ALIGN2)] string_array
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/librpc/gen_ndr/
H A Dmisc.h90 const char ** string_array;/* [flag(LIBNDR_FLAG_STR_NULLTERM|LIBNDR_FLAG_ALIGN2),case(REG_MULTI_SZ)] */ member in union:winreg_Data
H A Dndr_misc.c270 NDR_CHECK(ndr_push_string_array(ndr, NDR_SCALARS, r->string_array));
377 NDR_CHECK(ndr_pull_string_array(ndr, NDR_SCALARS, &r->string_array));
459 ndr_print_string_array(ndr, "string_array", r->string_array);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/librpc/idl/
H A Didl_types.h53 #define nstring_array [flag(STR_NULLTERM|NDR_ALIGN2)] string_array
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpcclient/
H A Dcmd_spoolss.c793 for (i=0; r.string_array[i] != NULL; i++) {
794 printf("%s ", r.string_array[i]);
2482 data.string_array = talloc_zero_array(mem_ctx, const char *, num_strings + 1);
2483 if (!data.string_array) {
2488 data.string_array[i] = strings[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpcclient/
H A Dcmd_spoolss.c793 for (i=0; r.string_array[i] != NULL; i++) {
794 printf("%s ", r.string_array[i]);
2482 data.string_array = talloc_zero_array(mem_ctx, const char *, num_strings + 1);
2483 if (!data.string_array) {
2488 data.string_array[i] = strings[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpcclient/
H A Dcmd_spoolss.c793 for (i=0; r.string_array[i] != NULL; i++) {
794 printf("%s ", r.string_array[i]);
2482 data.string_array = talloc_zero_array(mem_ctx, const char *, num_strings + 1);
2483 if (!data.string_array) {
2488 data.string_array[i] = strings[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_client/
H A Dcli_spoolss.c847 *key_buffer = _key_buffer.string_array;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_client/
H A Dcli_spoolss.c847 *key_buffer = _key_buffer.string_array;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_client/
H A Dcli_spoolss.c847 *key_buffer = _key_buffer.string_array;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/rpc/
H A Dspoolss.c3768 if (key_buffer.string_array) {
3771 for (s=0; key_buffer.string_array[s]; s++) {
3772 calc_needed += strlen_m_term(key_buffer.string_array[s])*2;
3774 if (!key_buffer.string_array[0]) {
3785 *array = key_buffer.string_array;

Completed in 152 milliseconds

12