type_from_string_gently 737 fsck.c if (type_from_string_gently(buffer, eol - buffer, 1) < 0) type_from_string_gently 56 object.h extern int type_from_string_gently(const char *str, ssize_t, int gentle); type_from_string_gently 57 object.h #define type_from_string(str) type_from_string_gently(str, -1, 0) type_from_string_gently 1732 sha1_file.c type = type_from_string_gently(type_buf, type_len, 1);