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

  /system/core/toolbox/
pwcache.c 43 char* group_from_gid(gid_t gid, int noname) {
48 return noname ? NULL : buf;
53 char* user_from_uid(uid_t uid, int noname) {
58 return noname ? NULL : buf;
bsd-compatibility.h 59 char* group_from_gid(gid_t gid, int noname);
61 char* user_from_uid(uid_t uid, int noname);
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 37 noname = 0
44 noname = noname + 1
55 if noname:

Completed in 58 milliseconds