Searched refs:MAXPROMPTLEN (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c44 #define MAXPROMPTLEN (ZFS_MAXNAMELEN + 35) /* 35 = prompt - dataset name */ macro
234 char prompt[MAXPROMPTLEN];
243 (void) snprintf(prompt, MAXPROMPTLEN, "%s \'%s\': ",
248 (void) snprintf(prompt, MAXPROMPTLEN, "%s \'%s\': ",
254 (void) snprintf(prompt, MAXPROMPTLEN, "%s \'%s\': ",
258 (void) snprintf(prompt, MAXPROMPTLEN, "%s \'%s\': ",
281 (void) snprintf(prompt, MAXPROMPTLEN,
323 char prompt[MAXPROMPTLEN];
379 (void) snprintf(prompt, MAXPROMPTLEN,
384 (void) snprintf(prompt, MAXPROMPTLEN,
[all...]

Completed in 16 milliseconds