Searched refs:ux (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/
H A DMakefile.com35 LINTFLAGS = -ux
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c207 * ux!=0 set to 1 if path is unix executable
208 * ux!=0 also retains errno for -1 return
212 magic(const char* path, int* ux) argument
229 if (ux)
234 r = (m = sysread(fd, buf, n)) >= 2 && (buf[1] == 0x5a && (buf[0] == 0x4c || buf[0] == 0x4d) || ux && buf[0] == '#' && buf[1] == '!' && (*ux = 1) && !(ux = 0)) ? 0 : -1;
236 if (ux)
241 *ux = (buf[n] | (buf[n+1]<<8)) == 3;
243 *ux
444 int ux; local
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfcvt.c122 static char ux[] = "0123456789ABCDEF"; local
198 ep = (format & SFFMT_UPPER) ? ux : lx;
372 ep = (format & SFFMT_UPPER) ? ux : lx;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c148 unsigned long ux = strtoul(numbuf, &endfield, 10); local
153 *((unsigned int *)valp) = (unsigned int)ux;
/osnet-11/usr/src/lib/passwdutil/
H A Dswitch_utils.c456 unsigned long ux; local
485 ux = strtoul(numbuf, &endfield, 10);
490 *((unsigned int *)valp) = (unsigned int)ux;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c1037 } ux; local
1038 ux.zBuf[3] = x&0xff;
1039 ux.zBuf[2] = (x>>8)&0xff;
1040 ux.zBuf[1] = (x>>16)&0xff;
1041 ux.zBuf[0] = (x>>24)&0xff;
1042 return ux.i;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsprintf.t274 >%.0f< >0.6< >1< >Known to fail with sfio, (irix|nonstop-ux|powerux); -DHAS_LDBL_SPRINTF_BUG may fix<
275 >%.0f< >-0.6< >-1< >Known to fail with sfio, (irix|nonstop-ux|powerux); -DHAS_LDBL_SPRINTF_BUG may fix<
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c379 ssize_t cx = cur - var, ux = up - var; local
390 up = var + ux;

Completed in 24 milliseconds