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

/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dupdate-game-score.c166 get_prefix (running_suid, user_prefix)
168 char *user_prefix;
170 if (!running_suid && user_prefix == NULL)
180 return user_prefix;
190 char *user_id, *scorefile, *prefix, *user_prefix = NULL; local
205 user_prefix = optarg;
224 prefix = get_prefix (running_suid, user_prefix);

Completed in 121 milliseconds