Searched refs:right (Results 276 - 300 of 584) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/usr.bin/mkdep/
H A Dmkdep.c62 opt_t *right; member in struct:opt
460 n->left = n->right = 0;
479 l = &n->right;
497 if (node->right)
498 depth = write_optional(fd, node->right, depth);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_slave.c185 off_t left, right; local
211 right = krb5_storage_seek (sp, 0, SEEK_END);
212 buf = malloc (right - left);
213 if (buf == NULL && (right - left) != 0)
220 krb5_storage_read (sp, buf, right - left);
221 sret = write (server_context->log_context.log_fd, buf, right-left);
222 if (sret != right - left)
270 * Make sure the krb5_log_replay does the right thing wrt
/netbsd-6-1-5-RELEASE/lib/libmenu/
H A Dinternals.c192 item->right = item;
195 item->right = NULL;
234 /* right */
238 item->right = menu->items[0];
240 item->right = NULL;
242 item->right = menu->items[item_no + 1];
268 item->right = menu->items[neighbour];
270 item->right = NULL;
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dawacs.c1215 awacs_set_speaker_volume(struct awacs_softc *sc, int left, int right) argument
1221 sgsmix_set_speaker_vol(sc->sc_sgsmix, left, right);
1230 rval = 15 - ((right & 0xf0) >> 4);
1236 if ((left == 0) && (right == 0)) {
1255 awacs_set_ext_volume(struct awacs_softc *sc, int left, int right) argument
1261 sgsmix_set_headphone_vol(sc->sc_sgsmix, left, right);
1270 rval = 15 - ((right & 0xf0) >> 4);
1277 if ((left == 0) && (right == 0)) {
1297 awacs_set_volume(struct awacs_softc *sc, int left, int right) argument
1300 awacs_set_ext_volume(sc, left, right);
1336 awacs_set_loopthrough_volume(struct awacs_softc *sc, int left, int right) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dthread.c770 qsort_cmpfn(const void *left, const void *right) argument
774 const struct key_sort_s *rp = right;
776 delta = cmp.fn(left, right);
1013 * its right sibling is the new top
1347 keystrcmp(const void *left, const void *right) argument
1350 const struct key_sort_s *rp = right;
1353 rp = right;
1366 keystrcasecmp(const void *left, const void *right) argument
1369 const struct key_sort_s *rp = right;
1382 keylongcmp(const void *left, const void *right) argument
1397 keyoffcmp(const void *left, const void *right) argument
1412 keytimecmp(const void *left, const void *right) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dsymbols.c976 report_op_error (symbolS *symp, symbolS *left, operatorT op, symbolS *right)
981 segT seg_right = S_GET_SEGMENT (right);
1137 offsetT left, right;
1314 right = resolve_symbol_value (op_symbol);
1324 final_val += right;
1331 left = right;
1340 final_val -= right;
1379 if ((op == O_divide || op == O_modulus) && right == 0)
1395 right = 1;
1400 case O_multiply: left *= right; brea local
972 report_op_error(symbolS *symp, symbolS *left, operatorT op, symbolS *right) argument
1133 offsetT left, right; local
1399 case O_left_shift: left <<= right; break; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/examples/
H A Dtmux.vim48 syn keyword tmuxOptsSet default-command history-limit status-left status-right
50 syn keyword tmuxOptsSet status-left-length status-right-length message-fg
56 syn keyword tmuxOptsSet status-left-fg status-right-attr status-right-bg
57 syn keyword tmuxOptsSet status-right-fg update-environment base-index
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dhistory.c331 const struct hrec *right = r; local
335 if ((i = strcmp (left->user, right->user)) != 0)
340 if (left->mod && right->mod)
341 if ((i = strcmp (left->mod, right->mod)) != 0)
346 if ((i = strcmp (left->repos, right->repos)) != 0)
351 if ((i = strcmp (left->file, right->file)) != 0)
356 if ((i = strcmp (left->dir, right->dir)) != 0)
359 if ((i = strcmp (left->end, right->end)) != 0)
368 if ((i = ((long) (left->date) - (long) (right->date))) != 0)
372 return left->idx - right
[all...]
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Db.c48 #define right(v) (v)->narg[1] macro
57 left is index, right contains value or pointer to value
58 unary (STAR, PLUS, QUEST): left is child, right is null
59 binary (CAT, OR): left and right are children
253 penter(right(p));
255 parent(right(p)) = p;
277 freetr(right(p));
404 f->re[info(v)].lval.np = right(v);
425 cfoll(f,right(v));
451 if (type(p) == CCL && (*(char *) right(
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl689 pack $w.cancel -side right -fill y -padx 12 -pady 4
690 pack $w.wrap -side right -fill y -padx 12 -pady 4
744 pack $w.cancel -side right -padx 12 -pady 6
745 pack $w.wrap -side right -padx 12 -pady 6
831 pack $w.ld_v.b -side right -fill y -padx 6
849 pack $w.cancel -side right -padx 12 -pady 6
850 pack $w.ok -side right -padx 12 -pady 6
1012 pack $w.cancel -side right -padx 12 -pady 8
1013 pack $w.ok -side right -padx 12 -pady 8
1071 frame .right
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c113 bin_tree_t *left, bin_tree_t *right,
116 bin_tree_t *left, bin_tree_t *right,
1170 /* Descend down the tree, preferably to the left (or to the right
1172 while (node->left || node->right)
1176 node = node->right;
1188 /* Go up while we have a node that is reached from the right. */
1189 while (node->right == prev || node->right == NULL);
1190 node = node->right;
1206 /* Go to the left node, or up and to the right
1371 Idx left, right; local
3656 create_tree(re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, re_token_type_t type) argument
3665 create_token_tree(re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, const re_token_t *token) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dbranch-reloc.s2 @ produce the right relocations with appropriate in-place addends.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Drd-pic-1.s1 ; Check that PIC operands get their right relocation type.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D2.cc106 iss.setf(ios_base::right, ios_base::adjustfield);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D2.cc106 iss.setf(ios_base::right, ios_base::adjustfield);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dad1848var.h94 u_char right; member in struct:ad1848_volume
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Dtabwindow.h103 MoveWindow(_window, _rect.left, 0, _rect.right - _rect.left,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D2.cc105 iss.setf(ios_base::right, ios_base::adjustfield);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D2.cc105 iss.setf(ios_base::right, ios_base::adjustfield);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/vax/
H A Drshift.s1 # VAX mpn_rshift -- right shift.
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dexec.c187 t = t->right;
200 t = t->right;
283 if (t->right != NULL && (rv == 0) == (t->type == TAND))
284 rv = execute(t->right, flags & XERROK);
290 rv = !execute(t->right, XERROK);
376 rv = execute(t->right, flags & XERROK);
381 if (t->right == NULL)
384 execute(t->right->left, flags & XERROK) :
385 execute(t->right->right, flag
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddes.c1117 uint32_t fval, work, right, left; local
1121 right = block[1];
1127 work = (right << 28) | (right >> 4);
1133 work = right ^ *keys++;
1150 right ^= fval;
1156 work = (right << 28) | (right >> 4);
1162 work = right ^ *keys++;
1180 right
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A DCA.com5 $! CA -newca ... will setup the right stuff
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgosthash.c62 static int add_blocks(int n,byte *left, const byte *right) argument
69 sum=(int)left[i]+(int)right[i]+carry;
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dtree.c297 ep->right ? ep->right : "",

Completed in 410 milliseconds

<<11121314151617181920>>