Home
last modified time | relevance | path

Searched refs:curtype (Results 1 – 9 of 9) sorted by relevance

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