Searched refs:curtype (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/tools/ctf/stabs/common/ |
H A D | genassym.c | 159 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 D | forth.c | 182 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 D | doprnt.c | 1026 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 D | mkey2.c | 94 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 D | doprnt.c | 1074 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 D | doprnt.c | 2273 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 D | acl_common.c | 464 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 D | nfs4_acl.c | 370 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 D | commands.c | 5443 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()
|