HomeSort by relevance Sort by last modified time
    Searched refs:EBUFSIZE (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Xform.c 133 retval = EBUFSIZE;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 121 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE;
137 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE;
155 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE;
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 170 #define EBUFSIZE __EBUFSIZE /* 98 Buffer too small to hold result */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 167 EBUFSIZE = 1313
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 837 #ifdef EBUFSIZE
838 inscode(d, ds, de, "EBUFSIZE", EBUFSIZE, "Buffer too small to hold result");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 836 #ifdef EBUFSIZE
837 inscode(d, ds, de, "EBUFSIZE", EBUFSIZE, "Buffer too small to hold result");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 837 #ifdef EBUFSIZE
838 inscode(d, ds, de, "EBUFSIZE", EBUFSIZE, "Buffer too small to hold result");

Completed in 367 milliseconds