Searched defs:string (Results 1 - 13 of 13) sorted by relevance

/bionic/libc/tools/
H A Dcheck-symbols.py6 import string namespace
H A Dgenserv.py4 import sys, os, string, re namespace
49 line = string.strip(line)
56 rest = string.strip(m.group(4))
63 rest = string.strip(m.group(2))
H A Dbionic_utils.py3 import sys, os, commands, string namespace
71 return_type = string.join(return_type[:-1],' ')
103 syscall_aliases = string.split(alias_list, ',')
109 params = string.join(syscall_params,',')
129 for arch in string.split(arch_list, ','):
H A Dgenerate-NOTICE.py11 import string namespace
H A Dcheck-symbols-glibc.py6 import string namespace
/bionic/libc/kernel/tools/
H A Dutils.py3 import sys, os, commands, string, commands namespace
H A Dkernel.py7 import sys, cpp, re, os.path, string, time namespace
59 r"^.*<((%s)/[\d\w_\+\.\-/]*)>.*$" % string.join(kernel_dirs,"|")
304 line = string.strip(line)
H A Dcpp.py3 import sys, re, string namespace
59 tokSTRING = "<string>"
64 an 'id' and a 'value'. the id is a string that identifies
65 the token's class, while the value is the string of the
98 return "(string '%s')" % self.value
554 where "op" is a string describing the operation"""
632 return ("int", string.atoi(v))
1185 return string.join([ str(x) for x in tok[:i+1] ],"")
1289 """generate the string representation of a given block"""
1836 lines = string
[all...]
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c59 * number of consecutive slashes within pattern and string will NOT match;
72 * path segment of string, and FNM_CASEFOLD to ignore alpha case.
81 * state of pattern and string (rewinding pattern and string repeatedly).
89 #include <string.h>
143 * Both pattern and string are **char to support pointer increment of arbitrary
146 static int fnmatch_ch(const char **pattern, const char **string, int flags) argument
174 ++*string;
191 if (classmatch(*pattern, **string, nocase, pattern)
215 if ((**string >
280 fnmatch(const char *pattern, const char *string, int flags) argument
[all...]
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c112 const char *beginp; /* start of string -- virtual NUL precedes */
113 const char *endp; /* end of string -- virtual NUL here */
129 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
172 == static int matcher(struct re_guts *g, char *string, \
178 const char *string,
195 _DIAGASSERT(string != NULL);
203 start = string + (size_t)pmatch[0].rm_so;
204 stop = string + (size_t)pmatch[0].rm_eo;
206 start = string;
227 m->offp = string;
176 matcher( struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
/bionic/libc/dns/resolv/
H A Dres_send.c113 #include <string.h>
1268 Aerror(const res_state statp, FILE *file, const char *string, int error, argument
1284 string, hbuf, sbuf, strerror(error));
1290 Perror(const res_state statp, FILE *file, const char *string, int error) { argument
1295 string, strerror(error));
/bionic/libc/kernel/uapi/linux/
H A Dirda.h151 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon422::__anon424
H A Dvideodev2.h817 char *string; member in union:v4l2_ext_control::__anon781

Completed in 160 milliseconds