Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrperm.c47 register int typ; in strperm() local
143 typ &= who; in strperm()
158 typ &= mask; in strperm()
171 perm |= typ; in strperm()
172 typ = 0; in strperm()
176 typ = 0; in strperm()
179 perm &= typ; in strperm()
180 typ = 0; in strperm()
215 typ = 0; in strperm()
228 typ = 0; in strperm()
[all …]
/illumos-gate/usr/src/cmd/devprop/
H A Ddevprop.c64 #define PER_OPT(ch, typ) \ in main() argument
70 type = (typ); \ in main()
126 #define PER_TYPE(typ, func, val, incr, form, pv, sep) \ in main() argument
127 case (typ): \ in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsys57 typ dev_t,nlink_t fail{
63 typ gid_t,mode_t,uid_t fail{
69 typ wchar_t stdio.h wchar.h fail{
75 typ pid_t,ssize_t fail{
81 typ wint_t stdio.h wchar.h fail{
87 typ socklen_t sys/socket.h fail{
93 typ size_t fail{
99 typ clock_t,ino_t,off_t,ptrdiff_t fail{
105 typ time_t fail{
111 typ div_t fail{
[all …]
H A Dcommon4 typ long.double,size_t,ssize_t
5 typ __va_list stdio.h
403 typ int8_t stdint.h inttypes.h no{
408 typ uint8_t stdint.h inttypes.h no{
413 typ int16_t stdint.h inttypes.h no{
418 typ uint16_t stdint.h inttypes.h no{
423 typ int32_t stdint.h inttypes.h no{
428 typ uint32_t stdint.h inttypes.h no{
433 typ int64_t stdint.h inttypes.h no{
440 typ uint64_t stdint.h inttypes.h no{
[all …]
H A Dtime3 typ clock_t = uint32_t
4 typ time_t = uint32_t
H A Dvmalloc5 # {lib,hdr,sys,typ} tests may also be done in the AST features/lib;
17 typ ssize_t
/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c1475 static char *gettype(char *buffer, char *typ) in gettype() argument
1477 if (!typ || !*typ || (typ[0] == '.' && typ[1] == 0)) typ = "_http._tcp"; in gettype()
1478 if (!strchr(typ, '.')) { snprintf(buffer, TypeBufferSize, "%s._tcp", typ); typ = buffer; } in gettype()
1479 return(typ); in gettype()
1874 char buffer[TypeBufferSize], *typ, *dom; in main() local
2087 typ = gettype(buffer, typ); in main()
2095 typ = gettype(buffer, typ); in main()
2107 typ = (argc < opi+2) ? "" : argv[opi+1]; in main()
2109 typ = gettype(buffer, typ); in main()
2118 typ = (argc < opi+2) ? "" : argv[opi+1]; in main()
[all …]
/illumos-gate/usr/src/cmd/od/
H A Dod.c126 #define DECL_GET(typ) \ argument
127 static typ \
128 get_ ## typ(buffer_t *b, int index) \
130 typ val = *(typ *)(void *)(b->data + index); \
145 #define DECL_OUT(nm, typ, fmt) \ argument
149 typ v = get_ ## typ(buf, index); \
154 sizeof (typ), do_ ## nm \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dmnt.c58 char typ[128];
114 if (GetVolumeInformation(drive, 0, 0, &vser, &len, &flags, hp->typ, sizeof(hp->typ) - 1))
115 hp->mnt.type = hp->typ;
698 static char typ[32];
700 …t->mnt_dir, stat(mp->mnt->mnt_dir, &st) ? FS_default : strlcpy(typ, fmtfs(&st), sizeof(typ)), OPTI…
/illumos-gate/usr/src/tools/smatch/src/Documentation/sphinx/
H A Dcdoc.py205 typ = info.get('type', '???')
206 if typ == '???':
209 elif typ == 'bloc':
224 elif typ == 'func':
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c490 const char *typ = NULL, *not_typ = NULL; in syncq() local
514 't', MDB_OPT_STR, &typ, in syncq()
523 if (flag != NULL || not_flag != NULL || typ != NULL || not_typ != NULL) in syncq()
537 if (typ != NULL && streams_parse_flag(sqt, typ, &tmask) == -1) { in syncq()
538 mdb_warn("unrecognized syncq type '%s'\n", typ); in syncq()
1236 const char *typ = NULL, *not_typ = NULL; in mblk_prt() local
1260 't', MDB_OPT_STR, &typ, in mblk_prt()
1274 if ((flag != NULL) || (not_flag != NULL) || (typ != NULL) || in mblk_prt()
1292 if (typ != NULL && streams_parse_type(mbt, typ, &tmask) == -1) { in mblk_prt()
1293 mdb_warn("unrecognized dblk type '%s'\n", typ); in mblk_prt()
/illumos-gate/usr/src/uts/common/sys/audio/
H A Daudio_common.h144 #define AUDIO_MKMN(inst, typ) \ argument
145 (((inst) << AUDIO_MN_INST_SHIFT) | ((typ) << AUDIO_MN_TYPE_SHIFT))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c2051 int typ; in grp() local
2061 typ = -1; in grp()
2184 typ = ARE; in grp()
2189 typ = BRE; in grp()
2194 typ = ERE; in grp()
2200 typ = ERE; in grp()
2205 typ = KRE; in grp()
2219 typ = ERE; in grp()
2224 typ = SRE; in grp()
2238 typ = BRE; in grp()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h265 #define VALID_FSTYPSTR16(typ) (bcmp((typ), "FAT", 3) == 0) argument
266 #define VALID_FSTYPSTR32(typ) (bcmp((typ), "FAT32", 5) == 0) argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dsetjmp2 typ sigjmp_buf setjmp.h
H A Drlimits3 typ rlim_t,rlim64_t sys/types.h sys/time.h sys/resource.h
H A Dlocale4 typ wctrans_t wctype.h
H A Dpoll6 typ fd_set sys/socket.h sys/select.h
7 typ socklen_t unistd.h sys/socket.h = unsigned int
H A Dsigfeatures2 typ sigset_t ast.h signal.h
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dprobe.win32134 typ=$(package)
162 CC.EXECTYPE = $typ
163 CC.HOSTTYPE = $typ
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dmutex.c41 kmutex_init(kmutex_t *mp, char *name, kmutex_type_t typ, void *arg) in kmutex_init() argument
/illumos-gate/usr/src/uts/sun/io/
H A Dsbusmem.c253 sbmem_open(dev_t *devp, int flag, int typ, cred_t *cred) in sbmem_open() argument
257 if (typ != OTYP_CHR) in sbmem_open()
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c262 #define DO_CMD_NUMBER(typ, nam, min, max, ptyp, func) \ argument
264 typ ## _t arrval[MAX_ARGS]; \
270 arrval[i - 1] = (typ ## _t) val; \
/illumos-gate/usr/src/uts/common/sys/mpt/
H A Dmpi.h152 #define MPI_SET_CONTEXT_REPLY_TYPE(x, typ) \ argument
154 (((typ) << MPI_CONTEXT_REPLY_TYPE_SHIFT) & \
/illumos-gate/usr/src/uts/common/io/
H A Ddevfm.c176 fm_open(dev_t *devp, int flag, int typ, struct cred *cred) in fm_open() argument
178 if (typ != OTYP_CHR) in fm_open()

12