Lines Matching +defs:val +defs:username
1209 get_attr(char *username, pwu_repository_t *repository, attrlist **attributes)
1219 res = __get_authtoken_attr(username, repository, *attributes);
1228 username);
1548 event->adt_passwd.username = usrname;
1552 event->adt_passwd.username = pass->pw_name;
1680 * int attrlist_add(attrlist **l, attrtype type, char *val)
1681 * add an item, with type "type" and value "val", at the tail of list l.
1685 attrlist_add(attrlist **l, attrtype type, char *val)
1703 (*w)->data.val_i = atoi(val);
1706 (*w)->data.val_s = val;