Searched defs:DIR_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c46 #define DIR_SIZE (256+1) macro
460 if (strlen(optarg) > (size_t)DIR_SIZE ||
632 if ((passwd_st.pw_dir = malloc((size_t)DIR_SIZE)) == NULL)

Completed in 60 milliseconds