/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/libcurses/screen/ |
H A D | overlap.c | 56 top, bottom, left, right; local 72 left = _MAX(sbx, dbx); right = _MIN(sex, dex); 75 dey = bottom - dby - 1; dex = right - dbx - 1;
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_sched.h | 48 struct el_key *right; member in struct:el_key
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | mallint.h | 65 Freehdr right; /* Right tree pointer */ member in struct:freehdr
|
/illumos-gate/usr/src/common/net/wanboot/crypt/ |
H A D | des.c | 213 uint32_t right; local 216 /* Read input block and place in left/right in big-endian order */ 221 right = ((uint32_t)block[4] << 24) | 232 * input bits 2, 3, 4, ... 1 and "right" contains 33, 34, 35, ... 32 237 work = ((left >> 4) ^ right) & 0x0f0f0f0f; 238 right ^= work; 240 work = ((left >> 16) ^ right) & 0xffff; 241 right ^= work; 243 work = ((right >> 2) ^ left) & 0x33333333; 245 right [all...] |
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | BST.java | 44 public BST right = null; field in class:BST 53 left = right = null; 82 if (right != null) 83 right.insert(theItem); 85 right = node = new BST(theItem); 116 if (right != null) 117 rv = right.find_tree(newKey, exactMatch); 139 if (right != null) 140 rv = right.find(newKey, exactMatch); 155 if (right ! [all...] |
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldaptool.h | 208 struct Element *right; member in struct:Element
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | chg_field.c | 121 /* right - return active field on page right of f */ 123 right(FIELD *f) function 244 return (_set_current_field(f, right(C(f))));
|
H A D | fieldtype.c | 50 #define TypeR(t) ((t)->right) 68 (FIELDTYPE *) 0, /* right */ 96 link_fieldtype(FIELDTYPE *left, FIELDTYPE *right) argument 100 if ((left || right) && Alloc(t, FIELDTYPE)) { 105 if (Status(left, ARGS) || Status(right, ARGS)) 108 if (Status(left, CHOICE) || Status(right, CHOICE)) 112 TypeR(t) = right; 114 IncrType(right); /* increment reference count */
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | au_open.c | 140 au_close(int d, int right, au_event_t e_type) argument 171 if (!right) {
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 41 %right FROM TO 43 %right SUP SUB 44 %right SIZE FONT ROMAN ITALIC BOLD FAT 45 %right UP DOWN BACK FWD 47 %right DOT DOTDOT HAT TILDE BAR UNDER VEC DYAD 106 | left eqn right { paren($1, $2, $3); } 150 right : RIGHT 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 409 struct ipath *ipp = (struct ipath *)right;
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | cmd.c | 187 struct trenod *right; local 190 right = makefork(FPIN, term(NLFLG)); 191 return(makefork(0, makelist(TFIL, left, right)));
|
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | tw.h | 67 char *right; /* ditto */ member in struct:t
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_die.c | 56 parent,child,left,right: specify neighbors of the new die. Only 64 Dwarf_P_Die left, Dwarf_P_Die right, Dwarf_Error * error) 83 dwarf_die_link(new_die, parent, child, left, right, error); 89 parent,child,left,right: specify neighbors of the new die. Only 96 Dwarf_P_Die left, Dwarf_P_Die right, Dwarf_Error * error) 138 /* There's already a right sibling of left, 151 if (right != NULL) { 153 new_die->di_right = right; 154 if (right->di_left) { 155 /* There is already a left sibling of the right di 60 dwarf_new_die(Dwarf_P_Debug dbg, Dwarf_Tag tag, Dwarf_P_Die parent, Dwarf_P_Die child, Dwarf_P_Die left, Dwarf_P_Die right, Dwarf_Error * error) argument 93 dwarf_die_link(Dwarf_P_Die new_die, Dwarf_P_Die parent, Dwarf_P_Die child, Dwarf_P_Die left, Dwarf_P_Die right, Dwarf_Error * error) argument [all...] |
/illumos-gate/usr/src/cmd/logadm/ |
H A D | glob.c | 93 char *right; local 101 if ((right = strchr(left, '}')) == NULL) { 109 /* stuff after "right" still need processing */ 110 sp = right + 1; 112 if (left + 1 == right) 115 /* stuff between "left" and "right" is comma-sep list */ 127 fn_list_appendrange(ret, left, right);
|
/illumos-gate/usr/src/lib/libcpc/sparc/ |
H A D | event_ultra.c | 436 cpc_event_diff(cpc_event_t *diff, cpc_event_t *left, cpc_event_t *right) argument 439 diff->ce_tick = left->ce_tick - right->ce_tick; 440 diff->ce_pic[0] = left->ce_pic[0] - right->ce_pic[0]; 441 diff->ce_pic[1] = left->ce_pic[1] - right->ce_pic[1];
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 177 * cursor_left/right. 187 static t_steps right = { __MOVE_TAB, __MOVE_RIGHT, __MOVE_LEFT }; local 198 dir = &right; 301 /* try out paramaterized left or right motion */
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mvcur.c | 176 * cursor_left/right. 184 static t_steps right = { __MOVE_TAB, __MOVE_RIGHT, __MOVE_LEFT }; local 195 dir = &right; 299 /* try out paramaterized left or right motion */ 383 /* Force absolute position at bottom right because we */
|
/illumos-gate/usr/src/common/crypto/blowfish/ |
H A D | blowfish_impl.c | 361 #define ROUND(left, right, i) \ 363 (right) ^= F((left)); \ 365 (left) = (right); \ 366 (right) = tmp; 379 uint32_t left, right, tmp; local 389 right = b32[1]; 394 * Read input block and place in left/right in big-endian order. 398 right = htonl(*(uint32_t *)(void *)&block[4]); 404 right = ((uint32_t)block[4] << 24) 411 ROUND(left, right, 474 uint32_t left, right, tmp; local [all...] |
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | btree_auto.h | 51 db_pgno_t right; member in struct:_bam_split_args
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | elm.c | 87 * right = points to the notice immediately following this one. 95 struct notice *right; }; member in struct:notice 106 * right = points to the key immediately following this one. 112 struct key *right; }; member in struct:key 123 struct index *right; }; member in struct:index 177 nprev->right = n; 184 kprev->right = k; 192 indprev->right = ind; 199 n->right = NULL; 200 nprev->right [all...] |
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_walker.c | 686 pi_walkerlist_compare(const void *left, const void *right, void *private) argument 689 pi_walkernode_t *rp = (pi_walkernode_t *)right;
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | test.c | 459 int test_binop(register int op,const char *left,const char *right) argument 466 while(*right=='0') 467 right++; 469 rnum = sh_arith(right); 478 return(test_strmatch(left, right)); 480 return(!test_strmatch(left, right)); 482 return(strcoll(left, right)>0); 484 return(strcoll(left, right)<0); 486 return(strcmp(left, right)==0); 488 return(strcmp(left, right)! [all...] |
/illumos-gate/usr/src/lib/libeti/menu/inc/ |
H A D | menu.h | 71 struct ITEM *right; member in struct:ITEM
|