Searched refs:Id_t (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/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 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))))
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))))
/ast/src/lib/libpz/
H A Dpzsplit.c52 } Id_t; typedef in typeref:struct:Id_s
115 * free Id_t
121 if (((Id_t*)ip)->sp)
122 sfclose(((Id_t*)ip)->sp);
134 register Id_t* ip;
160 for (ip = (Id_t*)dtfirst(dp->ids); ip; ip = (Id_t*)dtnext(dp->ids, ip))
191 for (ip = (Id_t*)dtfirst(dp->sqs); ip; ip = (Id_t*)dtnext(dp->sqs, ip))
215 for (ip = (Id_t*)dtfirs
[all...]
/ast/src/lib/libast/port/
H A Dastlicense.c132 } Id_t; typedef in typeref:struct:Id_s
201 Id_t id[IDS];
/ast/src/cmd/INIT/
H A Dproto.c1501 } Id_t; typedef in typeref:struct:Id_s
1570 Id_t id[64];

Completed in 40 milliseconds