Searched defs:Id_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtfs.c54 } Id_t; typedef in typeref:struct:Id_s
59 register Id_t* ip;
71 disc.key = offsetof(Id_t, id);
75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev))
84 if (!dict || !(ip = newof(0, Id_t, 1, strlen(s))))
H A Dfmtgid.c53 } Id_t; typedef in typeref:struct:Id_s
62 register Id_t* ip;
72 disc.key = offsetof(Id_t, id);
76 else if (ip = (Id_t*)dtmatch(dict, &gid))
93 if (dict && (ip = newof(0, Id_t, 1, strlen(name))))
H A Dfmtuid.c53 } Id_t; typedef in typeref:struct:Id_s
62 register Id_t* ip;
72 disc.key = offsetof(Id_t, id);
76 else if (ip = (Id_t*)dtmatch(dict, &uid))
93 if (dict && (ip = newof(0, Id_t, 1, strlen(name))))
H A Dstrgid.c60 } Id_t; typedef in typeref:struct:Id_s
72 register Id_t* ip;
83 disc.key = offsetof(Id_t, name);
86 else if (ip = (Id_t*)dtmatch(dict, name))
114 if (dict && (ip = newof(0, Id_t, 1, strlen(name))))
H A Dstruid.c56 } Id_t; typedef in typeref:struct:Id_s
67 register Id_t* ip;
77 disc.key = offsetof(Id_t, name);
80 else if (ip = (Id_t*)dtmatch(dict, name))
102 if (dict && (ip = newof(0, Id_t, 1, strlen(name))))
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c119 } Id_t; typedef in typeref:struct:Id_s
183 Id_t id[IDS];

Completed in 62 milliseconds