Searched refs:MAX_CMD (Results 1 – 2 of 2) sorted by relevance
38 for (i = 0; i < MAX_CMD && list[i] != NULL; i++) in free_fcmd_list()338 tmp_fcmd = (char **) xcalloc (MAX_CMD, sizeof(char *)); in fcmd_resolve()
56 #define MAX_CMD 2048 /* this is temp, should use realloc instead, macro