HomeSort by relevance Sort by last modified time
    Searched defs:left (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
strlcat.c 44 size_t left = dstsize; local
49 while (left-- != 0 && *df != '\0')
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
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);
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;
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--;
  /onnv/onnv-gate/usr/src/lib/libcryptoutil/common/
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;
  /onnv/onnv-gate/usr/src/lib/libeti/menu/common/
link.c 44 int left, up; local
51 Left(i) = c ? IthItem(m, n-Rows(m)) : (ITEM *) NULL;
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
    [all...]
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
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 != null
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
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;
  /onnv/onnv-gate/usr/src/cmd/isns/isnsd/
isns_sched.h 47 struct el_key *left; member in struct:el_key
  /onnv/onnv-gate/usr/src/lib/libdevinfo/
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...]
  /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/
bitmap.c 63 s64 bufsize, br, left = count; local
100 while ((bit & 7) && left--) {
110 /* Loop until @left reaches zero. */
113 bit = left & 7;
116 if (left > 0 && bit) {
117 lastbyte_pos = ((left + 7) >> 3) + firstbyte;
130 br = ntfs_attr_pread(na, (start_bit + left) >>
142 while (bit && left--) {
177 left -= tmp;
178 if (bufsize > (tmp = (left + 7) >> 3)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/include/isc/
tree.h 44 struct tree_s *left, *right; member in struct:tree_s
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
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;
  /onnv/onnv-gate/usr/src/common/net/wanboot/crypt/
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) & 0x33333333
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
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. */
  /onnv/onnv-gate/usr/src/uts/common/krtld/
kobj_subr.c 89 size_t left = dstsize; local
94 while (left-- != 0 && *df != '\0')
  /onnv/onnv-gate/usr/src/cmd/ldap/common/
ldaptool.h 209 struct Element *left; member in struct:Element
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
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
  /onnv/onnv-gate/usr/src/lib/print/libpapi-common/common/
misc.c 76 size_t left = dstsize; local
81 while (left-- != 0 && *df != '\0')
  /onnv/onnv-gate/usr/src/uts/common/zmod/
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 <<= 1
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/cdt/
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) )
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
tftpsubs.c 238 size_t left = count; local
240 while (left > 0) {
243 written = fwrite(buf, sizeof (char), left, file);
253 left -= written;
  /onnv/onnv-gate/usr/src/cmd/eqn/
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
147 | LEFT '{' { $$ = '{'; }
  /onnv/onnv-gate/usr/src/cmd/logadm/
glob.c 92 char *left; local
100 while (sp != NULL && (left = strchr(sp, '{')) != NULL)
101 if ((right = strchr(left, '}')) == NULL) {
106 /* stuff before "left" is finished */
107 fn_list_appendrange(ret, sp, left);
112 if (left + 1 == right)
115 /* stuff between "left" and "right" is comma-sep list */
116 left++;
118 while ((comma = strchr(left, ',')) != NULL) {
121 /* stuff from left to comma is one variant *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tbl/
tu.c 164 k = left(i,c,&junk);
173 left(int i, int c, int *lwidp) function
176 /* returns -1 if no line to left */

Completed in 480 milliseconds

1 2 3 4 5 6