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

/ast/src/lib/libast/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...]
/ast/src/lib/libcs/
H A Dcspath.c123 int typ; local
137 Sock_size_t typlen = sizeof(typ);
162 if (!getsockopt(fd, SOL_SOCKET, SO_TYPE, (char*)&typ, &typlen)) switch (typ)
170 sfsprintf(s = num, sizeof(num), "%d.p", typ);
187 else if ((typ = S_ISBLK(st.st_mode)) || S_ISCHR(st.st_mode))
189 if (s = devpath(state->path, sizeof(state->path), typ, &st))
191 sfsprintf(state->path, sizeof(state->path), "/dev/%s-%u,%u", typ ? "blk" : "chr", major(idevice(&st)), minor(idevice(&st)));
/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;
703 static char typ[32];
705 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));
/ast/src/lib/libast/regex/
H A Dregcomp.c1156 ce->typ = bt == et ? bt : COLL_range;
1159 ce->typ = COLL_char;
1511 ce->typ = COLL_call;
1595 ce->typ = COLL_call;
1637 ce->typ = COLL_range_lc;
1639 ce->typ = COLL_range_uc;
1641 ce->typ = COLL_range;
1698 (ce-1)->typ = COLL_char;
1700 ce->typ = COLL_char;
1713 ce->typ
2051 int typ; local
[all...]
H A Dreglib.h284 short typ; member in struct:Celt_s
H A Dregnexec.c589 switch (ce->typ)
/ast/src/cmd/ksh93/features/
H A Dmath.sh37 eval `iffe $iffeflags -c "$cc" - typ long.double 2>&$stderr`
/ast/src/cmd/INIT/
H A Diffe.sh179 typ) mm="a type or typedef" ;;
917 [+def \aname\a?Equivalent to \bcmd,dat,hdr,key,lib,mth,sys,typ\b
1014 [+typ \aname\a?Defines \b_typ_\b\aname\a if \aname\a is a type in any
2587 siz|typ)hdr="sys/types.h time.h sys/time.h sys/times.h stddef.h stdlib.h $hdr"
2845 def|default) x="$x cmd dat hdr key lib mth sys typ" ;;
2996 dat|dfn|key|lib|mac|mth|nos|npt|siz|sym|typ|val)
3241 siz|typ)case $v in
4110 is typ $p
4145 is typ $p
4469 typ) cas
[all...]
H A Dpackage.sh5031 typ=
5086 echo "$pkg${nl}$ver${nl}base${nl}$typ${nl}$sts${nl}$req"
5087 case $typ in
/ast/src/cmd/ksh93/sh/
H A Dname.c294 void nv_setlist(register struct argnod *arg,register int flags, Namval_t *typ) argument
396 if(typ && !array && (!shp->prefix || nv_isnull(np) || nv_isarray(np)))
400 nv_settype(np,typ,0);
606 if(!nv_isarray(np) && !typ && (tp->com.comarg || !tp->com.comset || tp->com.comset->argval[0]!='['))

Completed in 52 milliseconds