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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
find.h 105 #define FORMAT_BUFFER_SIZE 50
116 char format[FORMAT_BUFFER_SIZE] = "O|OO:";
119 strncpy(format + len, function_name, FORMAT_BUFFER_SIZE - len - 1);
120 format[FORMAT_BUFFER_SIZE - 1] = '\0';
141 #undef FORMAT_BUFFER_SIZE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
find.h 105 #define FORMAT_BUFFER_SIZE 50
116 char format[FORMAT_BUFFER_SIZE] = "O|OO:";
119 strncpy(format + len, function_name, FORMAT_BUFFER_SIZE - len - 1);
120 format[FORMAT_BUFFER_SIZE - 1] = '\0';
141 #undef FORMAT_BUFFER_SIZE
  /external/python/cpython2/Objects/stringlib/
find.h 105 #define FORMAT_BUFFER_SIZE 50
116 char format[FORMAT_BUFFER_SIZE] = "O|OO:";
119 strncpy(format + len, function_name, FORMAT_BUFFER_SIZE - len - 1);
120 format[FORMAT_BUFFER_SIZE - 1] = '\0';
141 #undef FORMAT_BUFFER_SIZE

Completed in 121 milliseconds