Home
last modified time | relevance | path

Searched refs:Id_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtfs.c54 } 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 Dfmtgid.c53 } 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 Dfmtuid.c53 } 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 Dstruid.c56 } 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 Dstrgid.c60 } 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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastlicense.c132 } Id_t; typedef
201 Id_t id[IDS];
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c1501 } Id_t; typedef
1570 Id_t id[64];