Searched defs:NumLeft (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DConcatenation.c66 int NumLeft; local
77 NumLeft = (int)n;
82 return NumLeft; // Zero if we ran out of buffer ( strlen(s1) < strlen(s2) )
H A DCopying.c119 int NumLeft; local
124 NumLeft = (int)n;
130 return NumLeft; // Zero if we ran out of buffer ( strlen(s1) < strlen(s2) )

Completed in 42 milliseconds