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

  /src/usr.sbin/sysinst/arch/mac68k/
md.c 618 int type, maxsiz, entry_type = MAP_OTHER; local in function:whichType
623 maxsiz = sizeof(part->pmPartType);
624 if (maxsiz > (int)sizeof(partyp))
625 maxsiz = sizeof(partyp);
626 strncpy(partyp, (char *)part->pmPartType, maxsiz);
627 partyp[maxsiz-1] = '\0';
md.c 618 int type, maxsiz, entry_type = MAP_OTHER; local in function:whichType
623 maxsiz = sizeof(part->pmPartType);
624 if (maxsiz > (int)sizeof(partyp))
625 maxsiz = sizeof(partyp);
626 strncpy(partyp, (char *)part->pmPartType, maxsiz);
627 partyp[maxsiz-1] = '\0';
md.c 618 int type, maxsiz, entry_type = MAP_OTHER; local in function:whichType
623 maxsiz = sizeof(part->pmPartType);
624 if (maxsiz > (int)sizeof(partyp))
625 maxsiz = sizeof(partyp);
626 strncpy(partyp, (char *)part->pmPartType, maxsiz);
627 partyp[maxsiz-1] = '\0';

Completed in 170 milliseconds