Searched refs:curtype (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c159 ctf_id_t curtype; local
165 if ((curtype = find_type(curname)) == CTF_ERR)
169 if ((sz = ctf_type_size(ctf, curtype)) < 0) {
193 return (curtype);
269 ga_member_find(ctf_id_t curtype, ga_member_cb_data_t *md) argument
278 if ((rc = ctf_member_iter(ctf, curtype, ga_member_cb, md)) == 0) {
288 ga_process_member(ctf_id_t curtype, char *line) argument
295 return (ga_member_find(curtype, &md));
301 static int curtype = -1; local
309 curtype
[all...]
H A Dforth.c182 char *curtype, *lpart, *part, *npart; local
185 curtype = xstrdup(fullname);
201 free(curtype);
208 free(curtype);
214 free(curtype);
220 free(curtype);
255 free(curtype);
259 fth_curtype = curtype;
/illumos-gate/usr/src/cmd/refer/
H A Dmkey2.c94 int curtype = 0; local
104 curtype = tm[1];
105 if (tlen < MAXLINE && mindex(iglist, curtype) == 0)
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c1026 enum types typelst[MAXARGS], curtype; local
1063 curtype = INT;
1071 curtype = LONG_DOUBLE;
1073 curtype = DOUBLE;
1076 curtype = CHAR_PTR;
1079 curtype = VOID_PTR;
1083 curtype = LONG_PTR;
1085 curtype = INT_PTR;
1089 curtype = LONG;
1091 curtype
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c1074 enum types typelst[MAXARGS], curtype; local
1124 curtype = INT;
1131 curtype = DOUBLE;
1134 curtype = CHAR_PTR;
1137 curtype = VOID_PTR;
1141 curtype = LONG_PTR;
1143 curtype = INT_PTR;
1147 curtype = LONG;
1149 curtype = INT;
1153 typelst[curargno] = curtype;
[all...]
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c2273 enum types typelst[MAXARGS], curtype; local
2356 curtype = INT;
2367 curtype = LONG_DOUBLE;
2369 curtype = DOUBLE;
2372 curtype = CHAR_PTR;
2375 curtype = VOID_PTR;
2379 curtype = LONG_LONG_PTR;
2381 curtype = LONG_PTR;
2383 curtype = INT_PTR;
2387 curtype
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_devconfig.c146 component_type_t curtype; local
152 if (devconfig_get_type(device, &curtype) != 0) {
156 if (curtype != type) {
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c464 int curtype = 0; local
473 if (aclent[i].a_type < curtype)
475 else if (aclent[i].a_type > curtype)
476 curtype = aclent[i].a_type;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c370 int curtype = 0; local
379 if (aclent[i].a_type < curtype)
381 else if (aclent[i].a_type > curtype)
382 curtype = aclent[i].a_type;
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c5443 int curtype = SA_SHARE_TRANSIENT; local
5633 curtype = SA_SHARE_PERMANENT;
5637 if (curtype != persist) {

Completed in 74 milliseconds