HomeSort by: relevance | last modified time | path
    Searched defs:partyp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/arch/mac68k/
md.c 617 char partyp[32]; local in function:whichType
624 if (maxsiz > (int)sizeof(partyp))
625 maxsiz = sizeof(partyp);
626 strncpy(partyp, (char *)part->pmPartType, maxsiz);
627 partyp[maxsiz-1] = '\0';
633 if (stricmp(map_entry->name, partyp) == 0) {
698 char partyp[32]; local in function:getUse
718 strncpy(partyp, (char *)part->pmPartType, sizeof(partyp));
719 partyp[sizeof(partyp)-1] = '\0'
    [all...]
md.c 617 char partyp[32]; local in function:whichType
624 if (maxsiz > (int)sizeof(partyp))
625 maxsiz = sizeof(partyp);
626 strncpy(partyp, (char *)part->pmPartType, maxsiz);
627 partyp[maxsiz-1] = '\0';
633 if (stricmp(map_entry->name, partyp) == 0) {
698 char partyp[32]; local in function:getUse
718 strncpy(partyp, (char *)part->pmPartType, sizeof(partyp));
719 partyp[sizeof(partyp)-1] = '\0'
    [all...]

Completed in 27 milliseconds