Home
last modified time | relevance | path

Searched refs:curtype (Results 1 – 9 of 9) 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()
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.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/test/os-tests/tests/
H A Dfifo-tvnsec.c53 static const char *curtype; variable
80 curtype, side, desc); in check_times()
86 curtype, side, desc); in check_times()
92 curtype, side, desc); in check_times()
98 curtype, side, desc); in check_times()
104 curtype, side, desc); in check_times()
110 curtype, side, desc); in check_times()
145 curtype); in check_fifos()
163 curtype); in check_fifos()
209 curtype = "pipe(2)"; in main()
[all …]
/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.c2268 enum types typelst[MAXARGS], curtype; in _wmkarglst() local
2350 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()
[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.c5451 int curtype = SA_SHARE_TRANSIENT; in sa_legacy_share() local
5641 curtype = SA_SHARE_PERMANENT; in sa_legacy_share()
5645 if (curtype != persist) { in sa_legacy_share()