Searched refs:str (Results 101 - 125 of 7365) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dargv_split.c19 static int count_argc(const char *str) argument
23 while (*str) {
24 str = skip_spaces(str);
25 if (*str) {
27 str = skip_arg(str);
53 * @str: the string to be split
57 * @str. This is performed by strictly splitting on white-space; no
63 char **argv_split(gfp_t gfp, const char *str, in argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/buffer/
H A Dbuffer.c97 int BUF_MEM_grow(BUF_MEM *str, size_t len) argument
102 if (str->length >= len)
104 str->length=len;
107 if (str->max >= len)
109 memset(&str->data[str->length],0,len-str->length);
110 str->length=len;
120 if (str->data == NULL)
123 ret=OPENSSL_realloc(str
139 BUF_MEM_grow_clean(BUF_MEM *str, size_t len) argument
182 BUF_strdup(const char *str) argument
188 BUF_strndup(const char *str, size_t siz) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/buffer/
H A Dbuffer.c97 int BUF_MEM_grow(BUF_MEM *str, size_t len) argument
102 if (str->length >= len)
104 str->length=len;
107 if (str->max >= len)
109 memset(&str->data[str->length],0,len-str->length);
110 str->length=len;
120 if (str->data == NULL)
123 ret=OPENSSL_realloc(str
139 BUF_MEM_grow_clean(BUF_MEM *str, size_t len) argument
182 BUF_strdup(const char *str) argument
188 BUF_strndup(const char *str, size_t siz) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/buffer/
H A Dbuffer.c97 int BUF_MEM_grow(BUF_MEM *str, size_t len) argument
102 if (str->length >= len)
104 str->length=len;
107 if (str->max >= len)
109 memset(&str->data[str->length],0,len-str->length);
110 str->length=len;
120 if (str->data == NULL)
123 ret=OPENSSL_realloc(str
139 BUF_MEM_grow_clean(BUF_MEM *str, size_t len) argument
182 BUF_strdup(const char *str) argument
188 BUF_strndup(const char *str, size_t siz) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dstrdup.c27 char *curlx_strdup(const char *str) argument
32 if(!str)
35 len = strlen(str);
44 memcpy(newstr,str,(len+1)*sizeof(char));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dstrdup.c27 char *curlx_strdup(const char *str) argument
32 if(!str)
35 len = strlen(str);
44 memcpy(newstr,str,(len+1)*sizeof(char));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.arch/
H A Di386-size-overlap.c21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dstrdup.c27 char *curlx_strdup(const char *str) argument
32 if(!str)
35 len = strlen(str);
44 memcpy(newstr,str,(len+1)*sizeof(char));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.arch/
H A Di386-size-overlap.c21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Di386-gen.c75 remove_leading_whitespaces (char *str) argument
77 while (ISSPACE (*str))
78 str++;
79 return str;
85 remove_trailing_whitespaces (char *str) argument
87 size_t last = strlen (str);
95 if (ISSPACE (str [last]))
96 str[last] = '\0';
107 next_field (char *str, char sep, char **next) argument
111 p = remove_leading_whitespaces (str);
128 char *str, *p, *last; local
283 char *str, *p, *last; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Di386-gen.c75 remove_leading_whitespaces (char *str) argument
77 while (ISSPACE (*str))
78 str++;
79 return str;
85 remove_trailing_whitespaces (char *str) argument
87 size_t last = strlen (str);
95 if (ISSPACE (str [last]))
96 str[last] = '\0';
107 next_field (char *str, char sep, char **next) argument
111 p = remove_leading_whitespaces (str);
128 char *str, *p, *last; local
283 char *str, *p, *last; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.arch/
H A Di386-size-overlap.c21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Di386-gen.c75 remove_leading_whitespaces (char *str) argument
77 while (ISSPACE (*str))
78 str++;
79 return str;
85 remove_trailing_whitespaces (char *str) argument
87 size_t last = strlen (str);
95 if (ISSPACE (str [last]))
96 str[last] = '\0';
107 next_field (char *str, char sep, char **next) argument
111 p = remove_leading_whitespaces (str);
128 char *str, *p, *last; local
283 char *str, *p, *last; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openpam/lib/libpam/
H A Dpam_getenv.c60 char *str; local
70 for (str = pamh->env[i]; *str != '\0'; ++str) {
71 if (*str == '=') {
72 ++str;
76 RETURNS(str);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openpam/lib/libpam/
H A Dpam_getenv.c60 char *str; local
70 for (str = pamh->env[i]; *str != '\0'; ++str) {
71 if (*str == '=') {
72 ++str;
76 RETURNS(str);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/lib/libpam/
H A Dpam_getenv.c60 char *str; local
70 for (str = pamh->env[i]; *str != '\0'; ++str) {
71 if (*str == '=') {
72 ++str;
76 RETURNS(str);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dsdb006.tcl103 gets $did str
104 do_join_subdb $testfile primary.db "1 0" $str $oargs
105 gets $did str
106 do_join_subdb $testfile primary.db "2 0" $str $oargs
107 gets $did str
108 do_join_subdb $testfile primary.db "3 0" $str $oargs
109 gets $did str
110 do_join_subdb $testfile primary.db "4 0" $str $oargs
111 gets $did str
112 do_join_subdb $testfile primary.db "1" $str
[all...]
H A Dsdb018.tcl89 gets $did str
90 do_join_subdb $testfile primary.db "1 0" $str $oargs
91 gets $did str
92 do_join_subdb $testfile primary.db "2 0" $str $oargs
93 gets $did str
94 do_join_subdb $testfile primary.db "3 0" $str $oargs
95 gets $did str
96 do_join_subdb $testfile primary.db "4 0" $str $oargs
97 gets $did str
98 do_join_subdb $testfile primary.db "1" $str
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dsdb006.tcl103 gets $did str
104 do_join_subdb $testfile primary.db "1 0" $str $oargs
105 gets $did str
106 do_join_subdb $testfile primary.db "2 0" $str $oargs
107 gets $did str
108 do_join_subdb $testfile primary.db "3 0" $str $oargs
109 gets $did str
110 do_join_subdb $testfile primary.db "4 0" $str $oargs
111 gets $did str
112 do_join_subdb $testfile primary.db "1" $str
[all...]
H A Dsdb018.tcl89 gets $did str
90 do_join_subdb $testfile primary.db "1 0" $str $oargs
91 gets $did str
92 do_join_subdb $testfile primary.db "2 0" $str $oargs
93 gets $did str
94 do_join_subdb $testfile primary.db "3 0" $str $oargs
95 gets $did str
96 do_join_subdb $testfile primary.db "4 0" $str $oargs
97 gets $did str
98 do_join_subdb $testfile primary.db "1" $str
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Dsdb006.tcl103 gets $did str
104 do_join_subdb $testfile primary.db "1 0" $str $oargs
105 gets $did str
106 do_join_subdb $testfile primary.db "2 0" $str $oargs
107 gets $did str
108 do_join_subdb $testfile primary.db "3 0" $str $oargs
109 gets $did str
110 do_join_subdb $testfile primary.db "4 0" $str $oargs
111 gets $did str
112 do_join_subdb $testfile primary.db "1" $str
[all...]
H A Dsdb018.tcl89 gets $did str
90 do_join_subdb $testfile primary.db "1 0" $str $oargs
91 gets $did str
92 do_join_subdb $testfile primary.db "2 0" $str $oargs
93 gets $did str
94 do_join_subdb $testfile primary.db "3 0" $str $oargs
95 gets $did str
96 do_join_subdb $testfile primary.db "4 0" $str $oargs
97 gets $did str
98 do_join_subdb $testfile primary.db "1" $str
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/
H A Dglobmatch.c33 int glob_pattern( char *pattern, const char *str )
39 /* DEBUG4("glob_pattern: pattern '%s' to '%s'", pattern, str ); */
45 if( (len == 0 || !safestrncasecmp( pattern, str, len )) ){
50 str += len;
51 /* DEBUG4("glob_pattern: rest of pattern '%s', str '%s'", pattern, str ); */
54 if( *str ){
55 result = glob_pattern( pattern, str+1 );
74 /* DEBUG4("globmatch: c '0x%x', pat '%c', str '%c'",
75 c, *pattern, *str ); */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/common/
H A Dglobmatch.c33 int glob_pattern( char *pattern, const char *str )
39 /* DEBUG4("glob_pattern: pattern '%s' to '%s'", pattern, str ); */
45 if( (len == 0 || !safestrncasecmp( pattern, str, len )) ){
50 str += len;
51 /* DEBUG4("glob_pattern: rest of pattern '%s', str '%s'", pattern, str ); */
54 if( *str ){
55 result = glob_pattern( pattern, str+1 );
74 /* DEBUG4("globmatch: c '0x%x', pat '%c', str '%c'",
75 c, *pattern, *str ); */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/common/
H A Dglobmatch.c33 int glob_pattern( char *pattern, const char *str )
39 /* DEBUG4("glob_pattern: pattern '%s' to '%s'", pattern, str ); */
45 if( (len == 0 || !safestrncasecmp( pattern, str, len )) ){
50 str += len;
51 /* DEBUG4("glob_pattern: rest of pattern '%s', str '%s'", pattern, str ); */
54 if( *str ){
55 result = glob_pattern( pattern, str+1 );
74 /* DEBUG4("globmatch: c '0x%x', pat '%c', str '%c'",
75 c, *pattern, *str ); */
[all...]

Completed in 264 milliseconds

1234567891011>>