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

/macosx-10.5.8/xnu-1228.15.4/osfmk/libsa/
H A Dstring.h84 extern char *strchr(const char *s, int c);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dnetboot.c143 p = strchr(p, '.');
172 colon = strchr(start, ':');
183 colon = strchr(start, ':');
192 colon = strchr(start, ':');
219 while ((colon = strchr(start, ':')) != NULL) {
265 colon = strchr(start, ':');
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStringFuncs.c426 char *strchr(const char *str, int ch) function
H A DIORegistryEntry.cpp1171 end = strchr( path, ':' );
H A DIOHibernateIO.cpp709 char * tail = strchr(str1, ':');
H A DIOService.cpp518 if( (skip = strchr( path, '/')))
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp133 skip = strchr( path, ':');
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_compat.h63 #define index strchr
H A Din.c1443 p = strchr(p, '.');
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c983 if (strchr(magic, *q) != NULL) {
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1267 element_data = strchr(element_name, '/');
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c1167 d = strchr(svcname, ':');
H A Dnfs_subs.c1608 if ((strlen(cp) != len) || strchr(cp, '/'))

Completed in 261 milliseconds