Home
last modified time | relevance | path

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

123

/titanic_51/usr/src/lib/libast/common/string/
H A Dstrperm.c47 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 …]
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrperm.c47 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 in strperm()
[all...]
/titanic_51/usr/src/cmd/devprop/
H A Ddevprop.c64 #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()
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c1383 const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv, DNSServiceFlags flags) in RegisterService() argument
1394 printf("Registering Service %s.%s%s%s", nam[0] ? nam : "<<Default>>", typ, dom[0] ? "." : "", dom); in RegisterService()
1420 return(DNSServiceRegister(sdref, flags, opinterface, nam, typ, dom, host, registerPort.NotAnInteger, (uint16_t) (ptr-txt), txt, reg_reply, NULL)); in RegisterService()
1424 static char *gettype(char *buffer, char *typ) in gettype() argument
1426 if (!typ || !*typ || (typ[0] == '.' && typ[1] == 0)) typ = "_http._tcp"; in gettype()
1427 if (!strchr(typ, ' in gettype()
1434 char buffer[TypeBufferSize], *typ, *dom; main() local
[all...]
/titanic_51/usr/src/lib/libast/common/features/
H A Dsys49 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 Dtime3 typ clock_t = uint32_t
4 typ time_t = uint32_t
H A Dcommon4 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 …]
/titanic_51/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_
[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_
[all...]
H A Dtime3 typ clock_t = uint32_t
4 typ time_t = uint32_t
/titanic_51/usr/src/cmd/od/
H A Dod.c122 #define DECL_GET(typ) \ argument
123 static typ \
124 get_ ## typ(buffer_t *b, int index) \
126 typ val = *(typ *)(void *)(b->data + index); \
141 #define DECL_OUT(nm, typ, fmt) \ argument
145 typ v = get_ ## typ(buf, index); \
150 sizeof (typ), do_ ## nm \
/titanic_51/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 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, stat(mp->mnt->mnt_dir, &st) ? FS_default : strlcpy(typ, fmtfs(&st), sizeof(typ)), OPTIONS(mp->mnt));
/titanic_51/usr/src/lib/libast/common/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;
679 static char typ[32];
681 …t->mnt_dir, stat(mp->mnt->mnt_dir, &st) ? FS_default : strncpy(typ, fmtfs(&st), sizeof(typ) - 1), …
/titanic_51/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c486 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 ! in mblk_prt()
[all...]
/titanic_51/usr/src/uts/common/tnf/
H A Dtnf_buf.h164 #define TNFW_B_ALLOC(wcb, size, buf, typ) \ argument
178 buf = (typ)((char *)xx_blk + xx_off); \
/titanic_51/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))
/titanic_51/usr/src/lib/libshell/common/features/
H A Drlimits3 typ rlim_t sys/types.h sys/resource.h
H A Dsetjmp2 typ sigjmp_buf setjmp.h
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c1156 ce->typ = bt == et ? bt : COLL_range; in col()
1159 ce->typ = COLL_char; in col()
1511 ce->typ = COLL_call; in bra()
1595 ce->typ = COLL_call; in bra()
1637 ce->typ = COLL_range_lc; in bra()
1639 ce->typ = COLL_range_uc; in bra()
1641 ce->typ = COLL_range; in bra()
1698 (ce-1)->typ = COLL_char; in bra()
1700 ce->typ = COLL_char; in bra()
1713 ce->typ in bra()
2051 int typ; grp() local
[all...]
/titanic_51/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
/titanic_51/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
/titanic_51/usr/src/lib/libfakekernel/common/
H A Dmutex.c40 kmutex_init(kmutex_t *mp, char *name, kmutex_type_t typ, void *arg) in kmutex_init() argument
/titanic_51/usr/src/lib/libast/common/regex/
H A Dregcomp.c1147 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 …]

123