Searched refs:inMax (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecMac.cpp120 void MacFileHelpers::PLstrcpy(Str255 dst, const char* src, int inMax) argument
124 NS_ASSERTION(srcLength <= inMax, "Oops, string is too long!");
125 if (srcLength > inMax)
126 srcLength = inMax;
132 void MacFileHelpers::PLstrncpy(Str255 dst, const char* src, int inMax) argument
136 if (srcLength > inMax)
137 srcLength = inMax;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp522 static void myPLstrncpy(Str255 dst, const char* src, int inMax) argument
525 if (srcLength > inMax)
526 srcLength = inMax;

Completed in 525 milliseconds