Home
last modified time | relevance | path

Searched refs:NumLeft (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/String/
DConcatenation.c66 int NumLeft; in strncatX() local
77 NumLeft = (int)n; in strncatX()
82 return NumLeft; // Zero if we ran out of buffer ( strlen(s1) < strlen(s2) ) in strncatX()
DCopying.c122 int NumLeft; in strncpyX() local
127 NumLeft = (int)n; in strncpyX()
133 return NumLeft; // Zero if we ran out of buffer ( strlen(s1) < strlen(s2) ) in strncpyX()