HomeSort by: relevance | last modified time | path
    Searched defs:authinfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 78 static void authinfo (struct parse *, FILE *);
186 { "authinfo", authinfo, { NO, NO, NO, NO },
2306 * authinfo - obtain and print info about authentication
2310 authinfo( function
  /src/usr.bin/ftp/
fetch.c 83 struct authinfo { struct
106 static int auth_url(const char *, char **, const struct authinfo *);
115 struct authinfo *, struct urlinfo *);
117 static void freeauthinfo(struct authinfo *);
214 initauthinfo(struct authinfo *ai, char *auth)
221 freeauthinfo(struct authinfo *a)
262 auth_url(const char *challenge, char **response, const struct authinfo *auth)
478 struct authinfo *auth, struct urlinfo *rui)
623 ftp_socket(const struct urlinfo *ui, void **ssl, struct authinfo *auth)
784 struct authinfo *pauth
    [all...]
  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 57 static void authinfo (struct parse *, FILE *);
202 { "authinfo", authinfo, { NO, NO, NO, NO },
4117 * authinfo - implements ntpq -c authinfo
4120 authinfo( function

Completed in 23 milliseconds