Lines Matching defs:where
67 * where = pointer to where to return the name of
68 * where the attribute was found.
69 * = NULL, don't return where found.
77 * *where = NULL, if where is specified, ENOMEM.
85 * Memory for the returned value and the optional where should be
93 getuserattrnam(const char *user, const char *key, char **where,
107 if (where != NULL) {
108 *where = attrval.prof_name;
137 if (ret != NULL && where != NULL) {
138 *where = strdup(deffile);
144 getuserattruid(const uid_t u, const char *key, char **where, const char *deflt)
153 return (getuserattrnam(pwd.pw_name, key, where, deflt));