Home
last modified time | relevance | path

Searched refs:MAX_CMD (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/clients/ksu/
H A Dauthorization.c38 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()
H A Dksu.h56 #define MAX_CMD 2048 /* this is temp, should use realloc instead, macro