OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxsiz
(Results
1 - 1
of
1
) 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';
Completed in 12 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025