Searched refs:strchr (Results 1 - 25 of 217) sorted by relevance

123456789

/vbox/src/VBox/Runtime/common/string/
H A Dstrchr_alias.c3 * IPRT - No-CRT strchr() alias for gcc.
32 #undef strchr macro
36 # pragma weak strchr macro
40 extern char *(strchr)(const char *psz, int ch) function
42 return RT_NOCRT(strchr)(psz, ch);
47 __asm__(".weak strchr\t\n"
48 " .set strchr," RT_NOCRT_STR(strchr) "\t\n");
51 extern __typeof(RT_NOCRT(strchr)) strchr __attribute_
[all...]
H A Dstrstrip.cpp51 char *pszEnd = strchr(psz, '\0');
86 char *pszEnd = strchr(psz, '\0');
H A Dstrchr.asm3 ; IPRT - No-CRT strchr - AMD64 & X86.
34 RT_NOCRT_BEGINPROC strchr
37 ; check for ch == 0 and setup normal strchr.
106 ; Special case: strchr(str, '\0');
131 ENDPROC RT_NOCRT(strchr)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strchr.d37 printf("strchr(\"%s\", '%c') = \"%s\"\n", str, c, strchr(str, c));
41 printf("strchr(\"%s\", '%c') = \"%s\"\n", str, c, strchr(str, c));
44 printf("strrchr(\"%s\", '%c') = \"%s\"\n", strchr(str, c), c,
45 strrchr(strchr(str, c), c));
57 /strchr(str, 'a') != NULL/
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d37 int strchr;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstrings.h51 #define index(x,y) strchr((x), (y))
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/safety/
H A Dtst.strchr.d41 trace(strchr((char *)(rand() ^ timestamp), rand()));
53 trace(strchr((char *)arg0, '!'));
/vbox/src/VBox/Runtime/common/path/
H A DRTPathTraverseList.cpp60 const char *pszEnd = strchr(psz, chSep);
62 pszEnd = pszNext = strchr(psz, '\0');
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dinet_net_pton.c158 n = (int)(strchr(xdigits, ch) - xdigits);
175 n = (int)(strchr(digits, ch) - digits);
203 n = (int)(strchr(digits, ch) - digits);
H A Dinet_pton.c134 if ((pch = strchr(digits, ch)) != NULL) {
199 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
200 pch = strchr((xdigits = xdigits_u), ch);
H A Dns_addr.c78 if ((hostname = strchr(buf, '#')) != NULL)
81 hostname = strchr(buf, '.');
82 if ((cp = strchr(buf, ':')) &&
97 socketname = strchr(hostname, separator);
H A Dres_init.c111 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL)
291 if ((cp = strchr(_res.defdname, '\n')) != NULL)
390 (cp = strchr(buf, '.')) != NULL)
408 cp = strchr(cp, '.') + 1; /* we know there is one */
/vbox/include/iprt/nocrt/
H A Dstring.h42 char * RT_NOCRT(strchr)(const char *psz, int ch);
64 # define strchr RT_NOCRT(strchr) macro
/vbox/src/VBox/Main/src-all/
H A DHashedPw.cpp54 const char *pszSaltEnd = strchr(pszSalt, '#');
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrchr.c46 return strchr(s, c);
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Duri.c93 if ( ( tmp = strchr ( raw, '#' ) ) ) {
103 if ( ( tmp = strchr ( raw, ':' ) ) && ( tmp > ( raw + 1 ) ) ) {
127 if ( ( tmp = strchr ( path, '?' ) ) ) {
141 if ( ( tmp = strchr ( authority, '/' ) ) ) {
162 if ( ( tmp = strchr ( authority, '@' ) ) ) {
167 if ( ( tmp = strchr ( authority, ':' ) ) ) {
178 if ( ( tmp = strchr ( uri->host, ':' ) ) ) {
H A Dbase64.c126 match = strchr ( base64, encoded_byte );
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos.h51 * index/rindex and strchr/strrchr, so any systems that don't provide them all
55 * #defined index(s,c) strchr(s,c)
67 # define index(s,c) (strchr((s),(c)))
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/privs/
H A Dtst.unpriv_funcs.ksh47 BEGIN { printf("strchr(\"strchr\", \'t\') = %s\n",
48 strchr("strchr", 't')); }
H A Dtst.func_access.ksh50 BEGIN { trace(strchr(`initname, 0x69)); }
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprenv.c93 if ( !strchr(string, '=')) return(PR_FAILURE);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c215 A = strchr(path, ':');
506 if (strchr(prog, SEP))
510 char *delim = strchr(path, DELIM);
644 char *delim = strchr(defpath, DELIM);
693 char *delim = strchr(defpath, DELIM);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrError.cpp105 Str = strchr (Record, ' ');
108 Str = strchr (Str, '\"');
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d85 STRFUNC(strchr("The SystemTap, The.", 't'))
/vbox/src/VBox/Runtime/common/misc/
H A Dmessage.cpp83 char *pszEnd = strchr(psz, '\n');
105 if (!strchr(pszFormat, '\n'))

Completed in 1665 milliseconds

123456789