Searched refs:typ (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libast/common/string/
H A Dstrperm.c47 register int typ; local
64 op = num = who = typ = 0;
107 typ |= S_IRUSR|S_IRGRP|S_IROTH;
110 typ |= S_IWUSR|S_IWGRP|S_IWOTH;
117 typ |= S_IXUSR|S_IXGRP|S_IXOTH;
120 typ |= S_ISUID|S_ISGID;
123 typ |= S_ISVTX;
132 typ |= S_ISGID;
143 typ &= who;
158 typ
[all...]
/osnet-11/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;
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));
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c1157 ce->typ = bt == et ? bt : COLL_range;
1160 ce->typ = COLL_char;
1513 ce->typ = COLL_call;
1597 ce->typ = COLL_call;
1639 ce->typ = COLL_range_lc;
1641 ce->typ = COLL_range_uc;
1643 ce->typ = COLL_range;
1700 (ce-1)->typ = COLL_char;
1702 ce->typ = COLL_char;
1715 ce->typ
2052 int typ; local
[all...]
H A Dreglib.h284 short typ; member in struct:Celt_s
H A Dregnexec.c589 switch (ce->typ)
/osnet-11/usr/src/lib/libshell/common/features/
H A Dmath.sh37 eval `iffe $iffeflags -c "$cc" - typ long.double 2>&$stderr`
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c293 void nv_setlist(register struct argnod *arg,register int flags, Namval_t *typ) argument
379 if(typ && !array && (!shp->prefix || nv_isnull(np) || nv_isarray(np)))
383 nv_settype(np,typ,0);
569 if(!nv_isarray(np) && !typ && (tp->com.comarg || !tp->com.comset || tp->com.comset->argval[0]!='['))

Completed in 53 milliseconds