/src/sys/arch/hpc/stand/libsa/ |
stricmp.cpp | 1 /* $NetBSD: stricmp.cpp,v 1.4 2011/09/23 16:00:15 nonaka Exp $ */ 40 stricmp(const char *s1, const char *s2) function in typeref:typename:LIBSA_NAMESPACE_BEGIN __BEGIN_DECLS int
|
stricmp.cpp | 1 /* $NetBSD: stricmp.cpp,v 1.4 2011/09/23 16:00:15 nonaka Exp $ */ 40 stricmp(const char *s1, const char *s2) function in typeref:typename:LIBSA_NAMESPACE_BEGIN __BEGIN_DECLS int
|
/src/usr.sbin/sysinst/arch/mac68k/ |
md.c | 50 static int stricmp(const char *c1, const char *c2); 229 if (stricmp("Apple_partition_map", (char *)block.pmPartType) == 0) { 562 stricmp(s1, s2) function 633 if (stricmp(map_entry->name, partyp) == 0) { 720 if (stricmp("Apple_Free", partyp) == 0) 722 else if (stricmp("Apple_Scratch", partyp) == 0) 724 else if (stricmp("Apple_MFS", partyp) == 0) 726 else if (stricmp("Apple_PRODOS", partyp) == 0) 938 if (stricmp("Apple_Free", (char *)map.blk[i].pmPartType) == 0 && 939 stricmp("Apple_Free", (char *)map.blk[i+1].pmPartType) == 0) [all...] |
md.c | 50 static int stricmp(const char *c1, const char *c2); 229 if (stricmp("Apple_partition_map", (char *)block.pmPartType) == 0) { 562 stricmp(s1, s2) function 633 if (stricmp(map_entry->name, partyp) == 0) { 720 if (stricmp("Apple_Free", partyp) == 0) 722 else if (stricmp("Apple_Scratch", partyp) == 0) 724 else if (stricmp("Apple_MFS", partyp) == 0) 726 else if (stricmp("Apple_PRODOS", partyp) == 0) 938 if (stricmp("Apple_Free", (char *)map.blk[i].pmPartType) == 0 && 939 stricmp("Apple_Free", (char *)map.blk[i+1].pmPartType) == 0) [all...] |