Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 25 of 122) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldblib.c134 if (strchr(options, 'S')) { in db_getinfo()
141 if (strchr(options, 'l')) in db_getinfo()
143 if (strchr(options, 'u')) { in db_getinfo()
148 if (strchr(options, 'n')) { in db_getinfo()
152 if (strchr(options, 't')) in db_getinfo()
154 if (strchr(options, 'L')) in db_getinfo()
156 if (strchr(options, 'f')) in db_getinfo()
278 if (strchr(smask, 'c')) mask |= LUA_MASKCALL; in makemask()
279 if (strchr(smask, 'r')) mask |= LUA_MASKRET; in makemask()
280 if (strchr(smask, 'l')) mask |= LUA_MASKLINE; in makemask()
Dlobject.c182 const char *e = strchr(fmt, '%'); in luaO_pushvfstring()
272 const char *nl = strchr(source, '\n'); /* find first new line (if any) */ in luaO_chunkid()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_addr.c79 if ((hostname = strchr(buf, '#')) != NULL) in ns_addr()
82 hostname = strchr(buf, '.'); in ns_addr()
83 if ((cp = strchr(buf, ':')) && in ns_addr()
98 socketname = strchr(hostname, separator); in ns_addr()
Dinet_pton.c134 if ((pch = strchr(digits, ch)) != NULL) { in inet_pton4()
199 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6()
200 pch = strchr((xdigits = xdigits_u), ch); in inet_pton6()
Dinet_net_pton.c158 n = (int)(strchr(xdigits, ch) - xdigits); in inet_net_pton_ipv4()
175 n = (int)(strchr(digits, ch) - digits); in inet_net_pton_ipv4()
203 n = (int)(strchr(digits, ch) - digits); in inet_net_pton_ipv4()
Dres_init.c111 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL)
291 if ((cp = strchr(_res.defdname, '\n')) != NULL) in res_init()
390 (cp = strchr(buf, '.')) != NULL) in res_init()
408 cp = strchr(cp, '.') + 1; /* we know there is one */ in res_init()
Dns_name.c184 if ((cp = strchr(digits, c)) != NULL) { in ns_name_pton()
187 (cp = strchr(digits, c)) == NULL) { in ns_name_pton()
193 (cp = strchr(digits, c)) == NULL) { in ns_name_pton()
Dres_update.c234 dname = strchr(dname, '.'); in res_update()
264 } else if ((dname = strchr(dname, '.')) != NULL) in res_update()
267 dname = strchr(svdname, '.'); in res_update()
294 dname = strchr(dname, '.'); in res_update()
/device/generic/opengl-transport/host/commands/emugen/
Dgetopt.c32 if (!strchr(ostr, '-')) { in getopt()
43 char* oindex = strchr(ostr, optopt); in getopt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c146 A = strchr(path, ':'); in is_absolute()
420 if (strchr(prog, SEP)) in calculate_path()
424 char *delim = strchr(path, DELIM); in calculate_path()
523 char *delim = strchr(defpath, DELIM); in calculate_path()
568 char *delim = strchr(defpath, DELIM); in calculate_path()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedQemuCamera.cpp76 const char* c = strchr(frame_dims, ','); in Initialize()
89 char* sep = strchr(first_dim, 'x'); in Initialize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c271 delim = strchr(prefix, DELIM); in search_for_prefix()
328 delim = strchr(home, DELIM); in search_for_exec_prefix()
405 if (strchr(prog, SEP)) in calculate_path()
423 char *delim = strchr(path, DELIM); in calculate_path()
559 char *delim = strchr(defpath, DELIM); in calculate_path()
604 char *delim = strchr(defpath, DELIM); in calculate_path()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c215 A = strchr(path, ':'); in is_absolute()
489 if (strchr(prog, SEP)) in calculate_path()
493 char *delim = strchr(path, DELIM); in calculate_path()
592 char *delim = strchr(defpath, DELIM); in calculate_path()
637 char *delim = strchr(defpath, DELIM); in calculate_path()
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dstrchr.c40 strchr(const char *p, int ch) in strchr() function
Dstdlib.mk16 strchr.c \
/device/linaro/bootloader/edk2/StdLib/Include/
Dstrings.h51 #define index(x,y) strchr((x), (y))
/device/generic/goldfish/network/netmgr/
Dutils.cpp26 space = ::strchr(cur, divider); in explode()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dstring.h59 char *strchr(const char *, int) __pure;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrError.cpp107 Str = strchr (Record, ' '); in SVfrFileScopeRecord()
110 Str = strchr (Str, '\"'); in SVfrFileScopeRecord()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetopt.c95 if ((ptr = strchr(optstring, option)) == NULL) { in _PyOS_GetOpt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dgetopt.c105 if ((ptr = strchr(optstring, option)) == NULL) { in _PyOS_GetOpt()
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dsetlocale.c175 if ((r = strchr(locale, '/')) == 0) { in __setlocale()
311 if (strchr(locname, '/') != NULL) in load_locale_sub()
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
Dlibfdt_env.h74 static inline char *strchr(const char *s, int c) { in strchr() function
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrError.cpp124 Str = strchr (Record, ' '); in SVfrFileScopeRecord()
127 Str = strchr (Str, '\"'); in SVfrFileScopeRecord()
/device/generic/goldfish/radio/ril/
Dat_tok.c37 *p_cur = strchr(*p_cur, ':'); in at_tok_start()

12345