Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
330 curtype = -1; in ga_process_line()
334 if (curtype == -1) in ga_process_line()
335 return ((curtype = ga_process_name(line))); in ga_process_line()
[all …]
H A Dforth.c180 char *curtype, *lpart, *part, *npart; in fth_section_init() local
183 curtype = xstrdup(fullname); in fth_section_init()
199 free(curtype); in fth_section_init()
206 free(curtype); in fth_section_init()
212 free(curtype); in fth_section_init()
218 free(curtype); in fth_section_init()
253 free(curtype); in fth_section_init()
257 fth_curtype = curtype; in fth_section_init()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c1072 enum types typelst[MAXARGS], curtype; in _mkarglst() local
1122 curtype = INT; in _mkarglst()
1129 curtype = DOUBLE; in _mkarglst()
1132 curtype = CHAR_PTR; in _mkarglst()
1135 curtype = VOID_PTR; in _mkarglst()
1139 curtype = LONG_PTR; in _mkarglst()
1141 curtype = INT_PTR; in _mkarglst()
1145 curtype = LONG; in _mkarglst()
1147 curtype = INT; in _mkarglst()
1151 typelst[curargno] = curtype; in _mkarglst()
/illumos-gate/usr/src/cmd/refer/
H A Dmkey2.c92 int curtype = 0; in grec() local
102 curtype = tm[1]; in grec()
103 if (tlen < MAXLINE && mindex(iglist, curtype) == 0) in grec()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c2350 curtype = INT; in _wmkarglst()
2361 curtype = LONG_DOUBLE; in _wmkarglst()
2363 curtype = DOUBLE; in _wmkarglst()
2366 curtype = CHAR_PTR; in _wmkarglst()
2369 curtype = VOID_PTR; in _wmkarglst()
2373 curtype = LONG_LONG_PTR; in _wmkarglst()
2375 curtype = LONG_PTR; in _wmkarglst()
2377 curtype = INT_PTR; in _wmkarglst()
2381 curtype = LONG_LONG; in _wmkarglst()
2383 curtype = LONG; in _wmkarglst()
[all …]
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c465 int curtype = 0; in ln_aent_preprocess() local
474 if (aclent[i].a_type < curtype) in ln_aent_preprocess()
476 else if (aclent[i].a_type > curtype) in ln_aent_preprocess()
477 curtype = aclent[i].a_type; in ln_aent_preprocess()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c5449 int curtype = SA_SHARE_TRANSIENT; in sa_legacy_share() local
5639 curtype = SA_SHARE_PERMANENT; in sa_legacy_share()
5643 if (curtype != persist) { in sa_legacy_share()