Searched refs:MAX_STRLEN_TYPE (Results 1 – 1 of 1) sorted by relevance
228 #define MAX_STRLEN_TYPE(type) (sizeof(type) * 8 / 3 + (is_signed_type(type) ? 1 : 0)) macro233 char filename[6 + MAX_STRLEN_TYPE(typeof(cmd->pid)) + 7 + 1]; in check_if_command_finished()
Completed in 3 milliseconds