Searched defs:typ (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | strperm.c | 47 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 D | cspath.c | 123 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/regex/ |
H A D | regcomp.c | 1156 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 D | reglib.h | 284 short typ; member in struct:Celt_s
|
/ast/src/cmd/nmake/ |
H A D | scan.c | 1268 int typ; local 1367 if ((typ = *s) == DIG || typ == SPC || typ == NAM || typ == TOK) 1370 if (typ == DIG || typ == SPC || typ == NAM && istype(c, C_VARIABLE1) || typ == TOK && istype(c, C_VARIABLE1|C_VARIABLE2)) 1373 if (typ [all...] |
/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 294 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 31 milliseconds