Searched refs:Id_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | fmtfs.c | 54 } Id_t; typedef 59 register Id_t* ip; in fmtfs() 71 disc.key = offsetof(Id_t, id); in fmtfs() 75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev)) in fmtfs() 84 if (!dict || !(ip = newof(0, Id_t, 1, strlen(s)))) in fmtfs()
|
H A D | fmtgid.c | 53 } Id_t; typedef 62 register Id_t* ip; in fmtgid() 72 disc.key = offsetof(Id_t, id); in fmtgid() 76 else if (ip = (Id_t*)dtmatch(dict, &gid)) in fmtgid() 93 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) in fmtgid()
|
H A D | fmtuid.c | 53 } Id_t; typedef 62 register Id_t* ip; in fmtuid() 72 disc.key = offsetof(Id_t, id); in fmtuid() 76 else if (ip = (Id_t*)dtmatch(dict, &uid)) in fmtuid() 93 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) in fmtuid()
|
H A D | struid.c | 56 } Id_t; typedef 67 register Id_t* ip; in struid() 77 disc.key = offsetof(Id_t, name); in struid() 80 else if (ip = (Id_t*)dtmatch(dict, name)) in struid() 102 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) in struid()
|
H A D | strgid.c | 60 } Id_t; typedef 72 register Id_t* ip; in strgid() 83 disc.key = offsetof(Id_t, name); in strgid() 86 else if (ip = (Id_t*)dtmatch(dict, name)) in strgid() 114 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) in strgid()
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 119 } Id_t; typedef 183 Id_t id[IDS];
|