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

/freebsd-9.3-release/usr.sbin/sa/
H A Dusrdb.c70 static struct userinfo uiv2;
121 struct userinfo newui;
184 struct userinfo uistore, *ui = &uistore;
193 memcpy(ui, data.data, sizeof(struct userinfo));
H A Dextern.h54 struct userinfo { struct
/freebsd-9.3-release/usr.bin/finger/
H A Dutil.c61 static void userinfo(PERSON *, struct passwd *);
178 userinfo(pn, pw);
324 userinfo(PERSON *pn, struct passwd *pw) function
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c4242 char *userinfo; /* userinfo (typically username:pass), or NULL */ member in struct:evhttp_uri
4287 /* Return true iff [s..eos) is a valid userinfo */
4399 /* Optionally, we start with "userinfo@" */
4406 uri->userinfo = mm_strdup(s);
4407 if (uri->userinfo == NULL) {
4666 URI_FREE_STR_(userinfo);
4698 if (uri->userinfo)
4699 evbuffer_add_printf(tmp,"%s@", uri->userinfo);
4748 return uri->userinfo;
4799 evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h1003 * Return the userinfo part of an evhttp_uri, or NULL if it has no userinfo
1041 /** Set the userinfo of an evhttp_uri, or clear the userinfo if userinfo==NULL.
1042 * Returns 0 on success, -1 if userinfo is not well-formed. */
1044 int evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo);
1074 * scheme://[[userinfo]@]foo.com[:port]]/[path][?query][#fragment]

Completed in 73 milliseconds