Searched refs:string (Results 26 - 50 of 18695) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/genl/
H A Dstatic-syms.c1 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/ip/
H A Dstatic-syms.c1 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dstatic-syms.c1 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dcpu-h8500.c31 scan_mach (info, string)
33 const char *string;
35 if (strcmp (string,"h8/500") == 0)
37 if (strcmp (string,"H8/500") == 0)
39 if (strcmp (string,"h8500") == 0)
41 if (strcmp (string,"H8500") == 0)
H A Dcpu-h8300.c28 h8300_scan (const struct bfd_arch_info *info, const char *string) argument
30 if (*string != 'h' && *string != 'H')
33 string++;
34 if (*string != '8')
37 string++;
38 if (*string == '/')
39 string++;
41 if (*string != '3')
43 string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dcpu-h8500.c31 scan_mach (info, string)
33 const char *string;
35 if (strcmp (string,"h8/500") == 0)
37 if (strcmp (string,"H8/500") == 0)
39 if (strcmp (string,"h8500") == 0)
41 if (strcmp (string,"H8500") == 0)
H A Dcpu-h8300.c28 h8300_scan (const struct bfd_arch_info *info, const char *string) argument
30 if (*string != 'h' && *string != 'H')
33 string++;
34 if (*string != '8')
37 string++;
38 if (*string == '/')
39 string++;
41 if (*string != '3')
43 string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dcpu-h8500.c31 scan_mach (info, string)
33 const char *string;
35 if (strcmp (string,"h8/500") == 0)
37 if (strcmp (string,"H8/500") == 0)
39 if (strcmp (string,"h8500") == 0)
41 if (strcmp (string,"H8500") == 0)
H A Dcpu-h8300.c28 h8300_scan (const struct bfd_arch_info *info, const char *string) argument
30 if (*string != 'h' && *string != 'H')
33 string++;
34 if (*string != '8')
37 string++;
38 if (*string == '/')
39 string++;
41 if (*string != '3')
43 string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libid3tag/
H A Dgenre.c38 * DESCRIPTION: return an ID3v1 genre string indexed by number
49 id3_ucs4_t const *id3_genre_name(id3_ucs4_t const *string) argument
56 if (string == 0 || *string == 0)
59 if (string[0] == 'R' && string[1] == 'X' && string[2] == 0)
61 if (string[0] == 'C' && string[1] == 'R' && string[
122 id3_genre_number(id3_ucs4_t const *string) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libid3tag/
H A Dgenre.c38 * DESCRIPTION: return an ID3v1 genre string indexed by number
49 id3_ucs4_t const *id3_genre_name(id3_ucs4_t const *string) argument
56 if (string == 0 || *string == 0)
59 if (string[0] == 'R' && string[1] == 'X' && string[2] == 0)
61 if (string[0] == 'C' && string[1] == 'R' && string[
122 id3_genre_number(id3_ucs4_t const *string) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libid3tag/
H A Dgenre.c38 * DESCRIPTION: return an ID3v1 genre string indexed by number
49 id3_ucs4_t const *id3_genre_name(id3_ucs4_t const *string) argument
56 if (string == 0 || *string == 0)
59 if (string[0] == 'R' && string[1] == 'X' && string[2] == 0)
61 if (string[0] == 'C' && string[1] == 'R' && string[
122 id3_genre_number(id3_ucs4_t const *string) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dxstrndup.c1 /* Duplicate a bounded initial segment of a string, with out-of-memory
23 #include <string.h>
30 xstrndup (const char *string, size_t n) argument
32 char *s = strndup (string, n);
H A Dxstrndup.h1 /* Duplicate a bounded initial segment of a string, with out-of-memory
23 extern char *xstrndup (const char *string, size_t n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dxstrndup.c1 /* Duplicate a bounded initial segment of a string, with out-of-memory
23 #include <string.h>
30 xstrndup (const char *string, size_t n) argument
32 char *s = strndup (string, n);
H A Dxstrndup.h1 /* Duplicate a bounded initial segment of a string, with out-of-memory
23 extern char *xstrndup (const char *string, size_t n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dxstrndup.c1 /* Duplicate a bounded initial segment of a string, with out-of-memory
23 #include <string.h>
30 xstrndup (const char *string, size_t n) argument
32 char *s = strndup (string, n);
H A Dxstrndup.h1 /* Duplicate a bounded initial segment of a string, with out-of-memory
23 extern char *xstrndup (const char *string, size_t n);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dputenv.c21 @deftypefn Supplemental int putenv (const char *@var{string})
23 Uses @code{setenv} or @code{unsetenv} to put @var{string} into
24 the environment or remove it. If @var{string} is of the form
25 @samp{name=value} the string is added; if no @samp{=} is present the
48 # include <string.h>
70 putenv (const char *string) argument
72 const char *const name_end = strchr (string, '=');
76 char *name = (char *) alloca (name_end - string + 1);
77 memcpy (name, string, name_end - string);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dputenv.c21 @deftypefn Supplemental int putenv (const char *@var{string})
23 Uses @code{setenv} or @code{unsetenv} to put @var{string} into
24 the environment or remove it. If @var{string} is of the form
25 @samp{name=value} the string is added; if no @samp{=} is present the
48 # include <string.h>
70 putenv (const char *string) argument
72 const char *const name_end = strchr (string, '=');
76 char *name = (char *) alloca (name_end - string + 1);
77 memcpy (name, string, name_end - string);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dputenv.c21 @deftypefn Supplemental int putenv (const char *@var{string})
23 Uses @code{setenv} or @code{unsetenv} to put @var{string} into
24 the environment or remove it. If @var{string} is of the form
25 @samp{name=value} the string is added; if no @samp{=} is present the
48 # include <string.h>
70 putenv (const char *string) argument
72 const char *const name_end = strchr (string, '=');
76 char *name = (char *) alloca (name_end - string + 1);
77 memcpy (name, string, name_end - string);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dhashstr.c14 #include <string.h>
22 const char *string; member in struct:hash
37 for (p = hash_list; p->string; p++) {
39 return p->string;
48 int e2p_string2hash(char *string) argument
54 for (p = hash_list; p->string; p++) {
55 if (!strcasecmp(string, p->string)) {
59 if (strncasecmp(string, "HASHALG_", 8))
62 if (string[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dhashstr.c14 #include <string.h>
22 const char *string; member in struct:hash
37 for (p = hash_list; p->string; p++) {
39 return p->string;
48 int e2p_string2hash(char *string) argument
54 for (p = hash_list; p->string; p++) {
55 if (!strcasecmp(string, p->string)) {
59 if (strncasecmp(string, "HASHALG_", 8))
62 if (string[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dhashstr.c14 #include <string.h>
22 const char *string; member in struct:hash
37 for (p = hash_list; p->string; p++) {
39 return p->string;
48 int e2p_string2hash(char *string) argument
54 for (p = hash_list; p->string; p++) {
55 if (!strcasecmp(string, p->string)) {
59 if (strncasecmp(string, "HASHALG_", 8))
62 if (string[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_cxx/getting_started/
H A DMyDb.hpp14 #include <string>
22 MyDb(std::string &path, std::string &dbName,
32 std::string dbFileName_;

Completed in 246 milliseconds

1234567891011>>