/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfvprintf.c | 105 Sflong_t lv; local 905 lv = (Sflong_t)((Sfulong_t)argv.vp); 954 { lv = argv.ll; 959 lv = (Sflong_t)argv.l; 960 else lv = (Sflong_t)argv.ul; 964 { sp = fmtscale(lv, scale); 971 if(lv == 0 && precis == 0) 973 if(lv < 0 && fmt == 'd' ) 975 if(lv == HIGHBITL) /* avoid overflow */ 976 { lv = (Sflong_t)(HIGHBITL/base); [all …]
|
H A D | sfhdr.h | 635 Lc_numeric_t* lv = (Lc_numeric_t*)LCINFO(AST_LC_NUMERIC)->data; \ 636 *(dp) = lv->decimal; \ 637 if (tp) *(tp) = lv->thousand; \ 644 do { struct lconv* lv; \ 648 if((lv = localeconv())) \ 649 { if(lv->decimal_point && *lv->decimal_point) \ 650 *(decimal) = *(unsigned char*)lv->decimal_point; \ 651 if(thousand && lv->thousands_sep && *lv->thousands_sep) \ 652 *(thousand) = *(unsigned char*)lv->thousands_sep; \
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_pq.c | 134 uint64_t lv = dt_pq_getvalue(p, lc); in dt_pq_pop() local 137 if (lv < rv) { in dt_pq_pop() 139 v = lv; in dt_pq_pop()
|
/titanic_50/usr/src/cmd/localedef/ |
H A D | wide.c | 197 int lv; /* lowest legal value */ in towide_utf8() local 210 lv = 0x80; in towide_utf8() 215 lv = 0x800; in towide_utf8() 220 lv = 0x1000; in towide_utf8() 241 if (c < lv) { in towide_utf8()
|
/titanic_50/usr/src/cmd/sh/ |
H A D | name.c | 762 int lv, fe; local 791 for (lv = 0, fe = 0; localevar[lv]; lv++) { 792 if ((n = findnam(localevar[lv]))) { 798 fake_env[fe++] = p = alloc(length(localevar[lv]) 801 q = localevar[lv];
|
/titanic_50/usr/src/uts/common/os/ |
H A D | printf.c | 322 assfail3(const char *a, uintmax_t lv, const char *op, uintmax_t rv, in assfail3() argument 327 "line: %d", a, (u_longlong_t)lv, op, (u_longlong_t)rv, in assfail3() 334 "line: %d", a, (u_longlong_t)lv, op, (u_longlong_t)rv, in assfail3()
|
/titanic_50/usr/src/lib/libm/common/complex/ |
H A D | cpow.c | 156 int ix, iy, hx, lx, hy, ly, hv, hu, iu, iv, lu, lv; in cpow() local 170 lv = ((int *) &v)[LOWORD]; in cpow() 177 if ((iv | lv) == 0) { /* z**(real) */ in cpow()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | config.c | 246 proto_info_compare(const void *lv, const void *rv, void *istlx) in proto_info_compare() argument 248 proto_info_t *pi = (proto_info_t *)lv; in proto_info_compare() 263 if (tlx_info_equal((tlx_info_t *)lv, (tlx_info_t *)rv, in proto_info_compare() 267 if (socket_info_equal((socket_info_t *)lv, in proto_info_compare()
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 97 lv latvian lav iso8859-13 226 lv latvia lv
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | assfail.c | 476 assfail3(const char *assertion, uintmax_t lv, const char *op, uintmax_t rv, in assfail3() argument 482 ultos((uint64_t)lv, 16, buf + strlen(buf)); in assfail3()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | locale-lv.mf | 15 set name=pkg.fmri value=pkg:/locale/lv@$(PKGVERS)
|
H A D | locale-lv-extra.mf | 20 set name=pkg.fmri value=pkg:/locale/lv-extra@$(PKGVERS)
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | predefs.in | 3 * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
|
H A D | THIRDPARTYLICENSE | 7 Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
|
H A D | st.in | 3 * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
|
H A D | chars.in | 3 * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_ses.c | 173 #define gbit(lv, in, idx, shft, mask) lv = ((in[idx] >> shft) & mask) argument
|
/titanic_50/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 1665 int lv = 0; local 1707 lv = strtol(cp,&end,0); 1732 *(int*)(op[j].arg) = lv; 1735 (*(void(*)())(op[j].arg))((int)lv);
|
/titanic_50/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 991 int i, hv, lv; in myri10ge_read_mac_addr() local 1009 lv = myri10ge_digit(*ptr); ptr++; in myri10ge_read_mac_addr() 1012 lv = myri10ge_digit(*ptr); ptr++; in myri10ge_read_mac_addr() 1014 mgp->mac_addr[i] = (hv << 4) | lv; in myri10ge_read_mac_addr()
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | europe | 1762 # 29-Feb-2000 (No. 79) <http://www.lv-laiks.lv/wwwraksti/2000/071072/vd4.htm>,
|