| /onnv-gate/usr/src/lib/libast/common/string/ |
| H A D | strperm.c | 47 register int typ; in strperm() local 64 op = num = who = typ = 0; in strperm() 107 typ |= S_IRUSR|S_IRGRP|S_IROTH; in strperm() 110 typ |= S_IWUSR|S_IWGRP|S_IWOTH; in strperm() 117 typ |= S_IXUSR|S_IXGRP|S_IXOTH; in strperm() 120 typ |= S_ISUID|S_ISGID; in strperm() 123 typ |= S_ISVTX; in strperm() 132 typ |= S_ISGID; in strperm() 143 typ &= who; in strperm() 158 typ &= mask; in strperm() [all …]
|
| /onnv-gate/usr/src/cmd/devprop/ |
| H A D | devprop.c | 64 #define PER_OPT(ch, typ) \ in main() argument 70 type = (typ); \ in main() 120 #define PER_TYPE(typ, func, val, incr, form, pv, sep) \ in main() argument 121 case (typ): \ in main()
|
| /onnv-gate/usr/src/common/openssl/crypto/asn1/ |
| H A D | tasn_new.c | 327 ASN1_TYPE *typ; in ASN1_primitive_new() local 359 typ = OPENSSL_malloc(sizeof(ASN1_TYPE)); in ASN1_primitive_new() 360 if (!typ) in ASN1_primitive_new() 362 typ->value.ptr = NULL; in ASN1_primitive_new() 363 typ->type = -1; in ASN1_primitive_new() 364 *pval = (ASN1_VALUE *)typ; in ASN1_primitive_new()
|
| H A D | tasn_fre.c | 222 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local 223 utype = typ->type; in ASN1_primitive_free() 224 pval = (ASN1_VALUE **)&typ->value.ptr; in ASN1_primitive_free()
|
| H A D | tasn_dec.c | 914 ASN1_TYPE *typ = NULL; in asn1_ex_c2i() local 927 typ = ASN1_TYPE_new(); in asn1_ex_c2i() 928 *pval = (ASN1_VALUE *)typ; in asn1_ex_c2i() 931 typ = (ASN1_TYPE *)*pval; in asn1_ex_c2i() 933 if (utype != typ->type) in asn1_ex_c2i() 934 ASN1_TYPE_set(typ, utype, NULL); in asn1_ex_c2i() 936 pval = (ASN1_VALUE **)&typ->value.ptr; in asn1_ex_c2i() 1056 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i() 1057 typ->value.ptr = NULL; in asn1_ex_c2i() 1063 ASN1_TYPE_free(typ); in asn1_ex_c2i()
|
| H A D | asn1_gen.c | 442 ASN1_TYPE *ret = NULL, *typ = NULL; in asn1_multi() local 458 typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); in asn1_multi() 459 if (!typ) in asn1_multi() 461 sk_ASN1_TYPE_push(sk, typ); in asn1_multi() 462 typ = NULL; in asn1_multi() 501 if (typ) in asn1_multi() 502 ASN1_TYPE_free(typ); in asn1_multi()
|
| H A D | tasn_enc.c | 596 ASN1_TYPE *typ; in asn1_ex_i2c() local 597 typ = (ASN1_TYPE *)*pval; in asn1_ex_i2c() 598 utype = typ->type; in asn1_ex_i2c() 600 pval = (ASN1_VALUE **)&typ->value.ptr; in asn1_ex_i2c()
|
| /onnv-gate/usr/src/lib/libast/common/features/ |
| H A D | sys | 49 typ dev_t,nlink_t fail{ 55 typ gid_t,mode_t,uid_t fail{ 61 typ wchar_t stdio.h wchar.h fail{ 67 typ pid_t,ssize_t fail{ 73 typ wint_t stdio.h wchar.h fail{ 79 typ socklen_t sys/socket.h fail{ 85 typ size_t fail{ 91 typ clock_t,ino_t,off_t,ptrdiff_t fail{ 97 typ time_t fail{ 103 typ div_t fail{ [all …]
|
| H A D | time | 3 typ clock_t = uint32_t 4 typ time_t = uint32_t
|
| H A D | common | 4 typ long.double,size_t,ssize_t 332 typ int8_t stdint.h inttypes.h no{ 337 typ uint8_t stdint.h inttypes.h no{ 342 typ int16_t stdint.h inttypes.h no{ 347 typ uint16_t stdint.h inttypes.h no{ 352 typ int32_t stdint.h inttypes.h no{ 357 typ uint32_t stdint.h inttypes.h no{ 362 typ int64_t stdint.h inttypes.h no{ 369 typ uint64_t stdint.h inttypes.h no{ 376 typ intmax_t stdint.h inttypes.h no{ [all …]
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | asn1pars.c | 312 int typ; in MAIN() local 331 typ = ASN1_TYPE_get(at); in MAIN() 332 if ((typ == V_ASN1_OBJECT) in MAIN() 333 || (typ == V_ASN1_NULL)) in MAIN() 336 typ == V_ASN1_NULL ? "NULL" : "OBJECT"); in MAIN()
|
| /onnv-gate/usr/src/lib/libast/common/port/ |
| H A D | mnt.c | 58 char typ[128]; 114 if (GetVolumeInformation(drive, 0, 0, &vser, &len, &flags, hp->typ, sizeof(hp->typ) - 1)) 115 hp->mnt.type = hp->typ; 679 static char typ[32]; 681 …t->mnt_dir, stat(mp->mnt->mnt_dir, &st) ? FS_default : strncpy(typ, fmtfs(&st), sizeof(typ) - 1), …
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | streams.c | 486 const char *typ = NULL, *not_typ = NULL; in syncq() local 510 't', MDB_OPT_STR, &typ, in syncq() 519 if (flag != NULL || not_flag != NULL || typ != NULL || not_typ != NULL) in syncq() 533 if (typ != NULL && streams_parse_flag(sqt, typ, &tmask) == -1) { in syncq() 534 mdb_warn("unrecognized syncq type '%s'\n", typ); in syncq() 1232 const char *typ = NULL, *not_typ = NULL; in mblk_prt() local 1256 't', MDB_OPT_STR, &typ, in mblk_prt() 1270 if ((flag != NULL) || (not_flag != NULL) || (typ != NULL) || in mblk_prt() 1288 if (typ != NULL && streams_parse_type(mbt, typ, &tmask) == -1) { in mblk_prt() 1289 mdb_warn("unrecognized dblk type '%s'\n", typ); in mblk_prt()
|
| /onnv-gate/usr/src/common/openssl/crypto/x509v3/ |
| H A D | v3_conf.c | 309 ASN1_TYPE *typ; in generic_asn1() local 311 typ = ASN1_generate_v3(value, ctx); in generic_asn1() 312 if (typ == NULL) in generic_asn1() 314 *ext_len = i2d_ASN1_TYPE(typ, &ext_der); in generic_asn1() 315 ASN1_TYPE_free(typ); in generic_asn1()
|
| /onnv-gate/usr/src/uts/common/tnf/ |
| H A D | tnf_buf.h | 164 #define TNFW_B_ALLOC(wcb, size, buf, typ) \ argument 178 buf = (typ)((char *)xx_blk + xx_off); \
|
| /onnv-gate/usr/src/uts/common/sys/audio/ |
| H A D | audio_common.h | 144 #define AUDIO_MKMN(inst, typ) \ argument 145 (((inst) << AUDIO_MN_INST_SHIFT) | ((typ) << AUDIO_MN_TYPE_SHIFT))
|
| /onnv-gate/usr/src/lib/libshell/common/features/ |
| H A D | rlimits | 3 typ rlim_t sys/types.h sys/resource.h
|
| H A D | setjmp | 2 typ sigjmp_buf setjmp.h
|
| H A D | sigfeatures | 2 typ sigset_t ast.h signal.h
|
| /onnv-gate/usr/src/uts/common/sys/fs/ |
| H A D | pc_fs.h | 265 #define VALID_FSTYPSTR16(typ) (bcmp((typ), "FAT", 3) == 0) argument 266 #define VALID_FSTYPSTR32(typ) (bcmp((typ), "FAT32", 5) == 0) argument
|
| /onnv-gate/usr/src/lib/libast/common/regex/ |
| H A D | regcomp.c | 1147 ce->typ = bt == et ? bt : COLL_range; in col() 1150 ce->typ = COLL_char; in col() 1503 ce->typ = COLL_call; in bra() 1587 ce->typ = COLL_call; in bra() 1623 ce->typ = COLL_range_lc; in bra() 1625 ce->typ = COLL_range_uc; in bra() 1627 ce->typ = COLL_range; in bra() 1675 (ce-1)->typ = COLL_char; in bra() 1677 ce->typ = COLL_char; in bra() 1690 ce->typ = COLL_end; in bra() [all …]
|
| /onnv-gate/usr/src/uts/sun4u/starfire/sys/ |
| H A D | idn.h | 1415 #define IDN_TIMER_STOP(tq, typ, ck) \ argument 1416 ((void) idn_timer_stop((tq), (typ), (ck))) 1419 #define IDN_TIMER_GET(tq, typ, tp, ck) \ argument 1422 (tp) = idn_timer_get((tq), (typ), (ck)); \ 1436 #define IDN_MSGTIMER_START(domid, typ, subtyp, tim, ckp) \ argument 1441 inum2str((typ), _str); \ 1443 (domid), _str, (typ)); \ 1445 _tp->t_type = (ushort_t)(typ); \ 1458 #define IDN_MSGTIMER_STOP(domid, typ, ck) \ argument 1461 inum2str((typ), _str); \ [all …]
|
| /onnv-gate/usr/src/uts/sun/io/ |
| H A D | sbusmem.c | 257 sbmem_open(dev_t *devp, int flag, int typ, cred_t *cred) in sbmem_open() argument 261 if (typ != OTYP_CHR) in sbmem_open()
|
| /onnv-gate/usr/src/uts/common/io/ |
| H A D | devfm.c | 168 fm_open(dev_t *devp, int flag, int typ, struct cred *cred) in fm_open() argument 170 if (typ != OTYP_CHR) in fm_open()
|
| /onnv-gate/usr/src/uts/common/sys/mpt/ |
| H A D | mpi.h | 154 #define MPI_SET_CONTEXT_REPLY_TYPE(x, typ) \ argument 156 (((typ) << MPI_CONTEXT_REPLY_TYPE_SHIFT) & \
|