Home | History | Annotate | Download | only in gio

Lines Matching full:gecos

1066   char *gecos, *comma;
1091 gecos = pwbufp->pw_gecos;
1093 if (gecos)
1095 comma = strchr (gecos, ',');
1098 data->real_name = convert_pwd_string_to_utf8 (gecos);