Searched refs:NV_LONG (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 158 #define NV_LONG (NV_UTOL) /* for long long and long double */ macro 194 #define NV_INT64 (NV_LONG|NV_INTEGER) 195 #define NV_UINT64 (NV_UNSIGN|NV_LONG|NV_INTEGER) 197 #define NV_LDOUBLE (NV_LONG|NV_DOUBLE)
|
/titanic_44/usr/src/lib/libshell/common/data/ |
H A D | options.c | 131 {"-llong", (NV_DOUBLE|NV_LONG)}, 135 {"-llong", (NV_INTEGER|NV_LONG)},
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 167 #define NV_LONG (NV_UTOL) /* for long long and long double */ macro 203 #define NV_INT64 (NV_LONG|NV_INTEGER) 204 #define NV_UINT64 (NV_UNSIGN|NV_LONG|NV_INTEGER) 206 #define NV_LDOUBLE (NV_LONG|NV_DOUBLE)
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 167 #define NV_LONG (NV_UTOL) /* for long long and long double */ macro 203 #define NV_INT64 (NV_LONG|NV_INTEGER) 204 #define NV_UINT64 (NV_UNSIGN|NV_LONG|NV_INTEGER) 206 #define NV_LDOUBLE (NV_LONG|NV_DOUBLE)
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 167 #define NV_LONG (NV_UTOL) /* for long long and long double */ macro 203 #define NV_INT64 (NV_LONG|NV_INTEGER) 204 #define NV_UINT64 (NV_UNSIGN|NV_LONG|NV_INTEGER) 206 #define NV_LDOUBLE (NV_LONG|NV_DOUBLE)
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 167 #define NV_LONG (NV_UTOL) /* for long long and long double */ macro 203 #define NV_INT64 (NV_LONG|NV_INTEGER) 204 #define NV_UINT64 (NV_UNSIGN|NV_LONG|NV_INTEGER) 206 #define NV_LDOUBLE (NV_LONG|NV_DOUBLE)
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 1416 if(nv_isattr(np, NV_LONG) && sizeof(double)<sizeof(Sfdouble_t)) in nv_putval() 1421 if(flags&NV_LONG) in nv_putval() 1441 if(flags&NV_LONG) in nv_putval() 1459 if(nv_isattr(np, NV_LONG) && sizeof(int32_t)<sizeof(Sflong_t)) in nv_putval() 1466 if(flags&NV_LONG) in nv_putval() 1475 if(flags&NV_LONG) in nv_putval() 1484 if(flags&NV_LONG) in nv_putval() 1508 if(flags&NV_LONG) in nv_putval() 1518 if(flags&NV_LONG) in nv_putval() 1527 if(flags&NV_LONG) in nv_putval() [all …]
|
H A D | nvdisc.c | 276 nv_onattr(SH_VALNOD,(flags&(NV_LONG|NV_DOUBLE|NV_EXPNOTE|NV_HEXFLOAT|NV_SHORT))); in assign() 306 flags |= (NV_LONG|NV_DOUBLE); in assign() 824 if(nv_isattr(np,NV_LONG)) in num_clone() 833 if(nv_isattr(np,NV_LONG)) in num_clone()
|
H A D | nvtype.c | 158 if(nv_isattr(np, NV_LONG)) in datasize() 176 if(nv_isattr(np, NV_LONG)) in datasize()
|
H A D | init.c | 997 if(flag&NV_LONG) in put_mode()
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 66 if(flag&NV_LONG) in put_time() 138 if(flag&NV_LONG) in put_mode() 407 { "ino", NV_LONG|NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_ino), sizeof(Sp->st_ino)}, 412 { "size", NV_LONG|NV_INTEGER|NV_RDONLY, offsetof(struct stat,st_size), sizeof(Sp->st_size)},
|
H A D | print.c | 474 if(nv_isattr(np,NV_LONG)) in fmtbase64() 492 if(nv_isattr(np,NV_LONG)) in fmtbase64()
|