Searched refs:type_ptr (Results 1 – 3 of 3) sorted by relevance
824 char *type_ptr = NULL; /* stores malloc'd data from get_default_type */ in parse_command_line_arguments() local912 if (get_default_type(role_s, &type_ptr)) { in parse_command_line_arguments()917 type_s = type_ptr; in parse_command_line_arguments()976 free(type_ptr); in parse_command_line_arguments()982 free(type_ptr); in parse_command_line_arguments()
43 void get_type(int type, char *type_ptr, int type_ptr_sz) in get_type() argument47 strlcpy(type_ptr, e820_types[real_type], type_ptr_sz); in get_type()
24 /// @file glm/gtc/type_ptr.inl