HomeSort by relevance Sort by last modified time
    Searched refs:gecos (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/scripts/
ChangeLog.py 214 (name, passwd, uid, gid, gecos, dir, shell) = pwd.getpwnam(author)
215 fullname = "%s <%s@%s>" % (gecos, name, socket.gethostname())
  /external/bluetooth/glib/gio/
glocalfileinfo.c 1066 char *gecos, *comma; local
1091 gecos = pwbufp->pw_gecos;
1093 if (gecos)
1095 comma = strchr (gecos, ',');
1098 data->real_name = convert_pwd_string_to_utf8 (gecos);
    [all...]

Completed in 21 milliseconds