HomeSort by relevance Sort by last modified time
    Searched refs:_cupsGetPassword (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
cups-private.h 247 extern const char *_cupsGetPassword(const char *prompt);
usersys.c 309 cg->password_cb = (cups_password_cb2_t)_cupsGetPassword;
341 cg->password_cb = (cups_password_cb2_t)_cupsGetPassword;
571 * '_cupsGetPassword()' - Get a password from the user.
575 _cupsGetPassword(const char *prompt) /* I - Prompt string */
    [all...]
globals.c 204 cg->password_cb = (cups_password_cb2_t)_cupsGetPassword;

Completed in 180 milliseconds