/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...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-4 | 556 user name like a gecos field, and when extracting a real 557 name from a gecos field, replace '&' by the capitalized [all...] |
NEWS | [all...] |
/external/bluetooth/glib/glib/ |
gutils.c | [all...] |