Searched defs:userinfo (Results 1 – 3 of 3) sorted by relevance
54 struct userinfo { struct55 uid_t ui_uid; /* user id; for consistency */56 u_quad_t ui_calls; /* number of invocations */57 double ui_utime; /* user time */58 double ui_stime; /* system time */59 double ui_mem; /* memory use */60 double ui_io; /* number of disk i/o ops */
324 userinfo(PERSON *pn, struct passwd *pw) in userinfo() function
4242 char *userinfo; /* userinfo (typically username:pass), or NULL */ member4799 evhttp_uri_set_userinfo(struct evhttp_uri *uri, const char *userinfo) in evhttp_uri_set_userinfo()