Home
last modified time | relevance | path

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

/dports/misc/sfm/sfm-0.4/
H A Dsfm.c44 #define MAX_USRI 32 macro
731 user_input = ecalloc(MAX_USRI, sizeof(char)); in crnd()
732 if (get_usrinput(user_input, MAX_USRI, "new dir") < 0) { in crnd()
756 user_input = ecalloc(MAX_USRI, sizeof(char)); in crnf()
757 if (get_usrinput(user_input, MAX_USRI, "new file") < 0) { in crnf()
1196 user_input = ecalloc(MAX_USRI, sizeof(char)); in start_filter()
1197 if (get_usrinput(user_input, MAX_USRI, "filter") < 0) { in start_filter()