/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | slk_set.c | 54 * f: 0, 1, 2 for left, center, right-justification 61 int len, slklen = slk->_len, left; local 85 left = 0; 87 left = (slklen - len) / ((f == 1) ? 2 : 1); 89 (void) memcpy(nlab + left, lab, len);
|
H A D | overlap.c | 56 top, bottom, left, right; local 72 left = _MAX(sbx, dbx); right = _MIN(sex, dex); 74 sby = top - sby; sbx = left - sbx; 76 dby = top - dby; dbx = left - dbx;
|
H A D | slk_start.c | 218 int i, k, n, spread, left, begadd; local 229 left = (COLS-(n + 1)) % (_ngroups - 1); 230 begadd = (_ngroups / 2) - (left / 2); 236 if (left > 0 && i > begadd) { 238 left--;
|
/illumos-gate/usr/src/lib/libeti/menu/common/ |
H A D | link.c | 44 int left, up; local 69 /* Set up left and right links at edge of menu */ 73 left = n + r; 74 if (left >= Nitems(m)) { 75 left -= Rows(m); 77 Left(IthItem(m, n)) = IthItem(m, left); 78 Right(IthItem(m, left)) = IthItem(m, n); 101 int left, up; local 134 /* Setup left and right links at edge of menu */ 137 left [all...] |
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strlcat.c | 44 size_t left = dstsize; local 49 while (left-- != 0 && *df != '\0')
|
/illumos-gate/usr/src/lib/libresolv2/include/isc/ |
H A D | tree.h | 44 struct tree_s *left, *right; member in struct:tree_s
|
/illumos-gate/usr/src/lib/libcryptoutil/common/ |
H A D | keyfile.c | 112 size_t left = filesize; local 115 for (/* */; left > 0; marker += nread, left -= nread) { 117 nread = read(fd, marker, left); 137 filesize -= left;
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_realpath.c | 74 * in which case the path which caused trouble is left in (resolved). 88 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local 98 left_len = strlcpy(left, path + 1, sizeof (left)); 105 left_len = strlcpy(left, path, sizeof (left)); 107 if (left_len >= sizeof (left) || resolved_len >= PATH_MAX) { 113 * Iterate over path components in `left'. 117 * Extract the next path component and adjust `left' 120 p = strchr(left, '/'); [all...] |
/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | kmem.c | 108 int r = 0, left; local 119 for (bufp = buffer, left = size; left > 0; bufp += r, left -= r) { 120 r = read(*kvm, bufp, left); 127 r = left;
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_sched.h | 47 struct el_key *left; member in struct:el_key
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | mallint.h | 48 * The left pointer of a header blocks is used to chain free header 64 Freehdr left; /* Left tree pointer */ member in struct:freehdr
|
/illumos-gate/usr/src/common/net/wanboot/crypt/ |
H A D | des.c | 212 uint32_t left; local 216 /* Read input block and place in left/right in big-endian order */ 217 left = ((uint32_t)block[0] << 24) | 231 * register left by 1 bit, i.e., so that "left" contains permuted 237 work = ((left >> 4) ^ right) & 0x0f0f0f0f; 239 left ^= work << 4; 240 work = ((left >> 16) ^ right) & 0xffff; 242 left ^= work << 16; 243 work = ((right >> 2) ^ left) [all...] |
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | BST.java | 43 public BST left = null; field in class:BST 53 left = right = null; 77 if (left != null) 78 left.insert(theItem); 80 left = node = new BST(theItem); 113 if (left != null) 114 rv = left.find_tree(newKey, exactMatch); 136 if (left != null) 137 rv = left.find(newKey, exactMatch); 152 if (left ! [all...] |
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_strio.c | 52 size_t left = sd->str_base + sd->str_len - sd->str_ptr; local 54 if (left != 0) { 55 size_t obytes = nbytes < left ? nbytes : left;
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldaptool.h | 209 struct Element *left; member in struct:Element
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | inftrees.c | 48 int left; /* number of prefix codes available */ local 133 left = 1; 135 left <<= 1; 136 left -= count[len]; 137 if (left < 0) return -1; /* over-subscribed */ 139 if (left > 0 && (type == CODES || max != 1)) 272 left = (int)(1 << curr); 274 left -= count[curr + drop]; 275 if (left <= 0) break; 277 left << [all...] |
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_subr.c | 89 size_t left = dstsize; local 94 while (left-- != 0 && *df != '\0')
|
/illumos-gate/usr/src/lib/libast/common/cdt/ |
H A D | dthdr.h | 42 #define left hl._left macro 68 #define rrotate(x,y) ((x)->left = (y)->right, (y)->right = (x)) 69 #define lrotate(x,y) ((x)->right = (y)->left, (y)->left = (x)) 70 #define rlink(r,x) ((r) = (r)->left = (x) )
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 270 left = (int)(1 << curr); 272 left -= count[curr + drop]; 273 if (left <= 0) break; 275 left << [all...] |
/illumos-gate/usr/src/lib/print/libpapi-common/common/ |
H A D | misc.c | 76 size_t left = dstsize; local 81 while (left-- != 0 && *df != '\0')
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | context.c | 86 /* Return expired if there is no time left */ 185 OM_uint32 *time_rec, /* Amount of time left */ 212 /* set t to be the time left on the context */ 250 /* return GSS_S_CONTEXT_EXPIRED if no time is left on the context */ 290 OM_uint32 left; local 296 if ((major = stat | __dh_gss_context_time(ctx, minor, context, &left)) 334 /* This is the amount of space left to put our message. */
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | timers.c | 91 static double left; local 93 left = 0; 144 if(tpmin && (left==0 || (tp && tpmin->wakeup < (now+left)))) 146 if(left==0) 148 left = setalarm(tpmin->wakeup-now); 149 if(left && (now+left) < tpmin->wakeup) 150 setalarm(left); 152 left [all...] |
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | chg_field.c | 107 /* left - return active field on page left of f */ 109 left(FIELD *f) function 238 return (_set_current_field(f, left(C(f))));
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 42 %left OVER SQRT 46 %left LEFT RIGHT 106 | left eqn right { paren($1, $2, $3); } 146 left : LEFT text { $$ = ((char *)$2)[0]; } label
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | ipath.c | 407 ipath_destructor(void *left, void *right, void *arg) argument
|