right 116 lib/tdb/common/freelist.c tdb_off_t right = offset + sizeof(*rec) + rec->rec_len;
right 119 lib/tdb/common/freelist.c if (tdb->methods->tdb_read(tdb, right, &r, sizeof(r), DOCONV()) == -1) {
right 120 lib/tdb/common/freelist.c TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: right read failed at %u\n", right));
right 126 lib/tdb/common/freelist.c if (remove_from_freelist(tdb, right, r.next) == -1) {
right 127 lib/tdb/common/freelist.c TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: right free failed at %u\n", right));
right 51 lib/util/rbtree.c struct rb_node *right = node->rb_right;
right 54 lib/util/rbtree.c if ((node->rb_right = right->rb_left))
right 55 lib/util/rbtree.c rb_set_parent(right->rb_left, node);
right 56 lib/util/rbtree.c right->rb_left = node;
right 58 lib/util/rbtree.c rb_set_parent(right, parent);
right 63 lib/util/rbtree.c parent->rb_left = right;
right 65 lib/util/rbtree.c parent->rb_right = right;
right 68 lib/util/rbtree.c root->rb_node = right;
right 69 lib/util/rbtree.c rb_set_parent(node, right);
right 14833 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->right));
right 14847 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->right));
right 14861 librpc/gen_ndr/ndr_spoolss.c ndr_print_uint32(ndr, "right", r->right);
right 1107 librpc/gen_ndr/spoolss.h uint32_t right;
right 342 source3/include/nt_printing.h uint32 right;
right 1534 source3/include/proto.h void string_append(char **left, const char *right);
right 2059 source3/lib/util_str.c void string_append(char **left, const char *right)
right 2061 source3/lib/util_str.c int new_len = strlen(right) + 1;
right 2075 source3/lib/util_str.c safe_strcat(*left, right, new_len-1);
right 784 source3/printing/nt_printing.c &form.top, &form.right, &form.bottom);
right 819 source3/printing/nt_printing.c (*list)[i].left, (*list)[i].top, (*list)[i].right,
right 830 source3/printing/nt_printing.c (*list)[i].left, (*list)[i].top, (*list)[i].right,
right 887 source3/printing/nt_printing.c (*list)[n].right = form->area.right;
right 955 source3/printing/nt_printing.c (*list)[n].right = form->area.right;
right 119 source3/registry/reg_backend_printing.c data[4] = form->right;
right 144 source3/registry/reg_backend_printing.c data[4] = form->right;
right 7002 source3/rpc_server/srv_spoolss_nt.c r->area.right = form->right;
right 2016 source3/rpcclient/cmd_spoolss.c info1.area.right = 20;
right 2029 source3/rpcclient/cmd_spoolss.c info2.area.right = 20;
right 2097 source3/rpcclient/cmd_spoolss.c info1.area.right = 2000;
right 2147 source3/rpcclient/cmd_spoolss.c r->area.left, r->area.right,
right 2162 source3/rpcclient/cmd_spoolss.c r->area.left, r->area.right,
right 645 source3/smbd/open.c #define CHECK_MASK(num, am, right, sa, share) \
right 648 source3/smbd/open.c (unsigned int)(right), (unsigned int)(am)&(right) )); \
right 652 source3/smbd/open.c if (((am) & (right)) && !((sa) & (share))) { \
right 654 source3/smbd/open.c sa = 0x%x, share = 0x%x\n", (num), (unsigned int)(am), (unsigned int)(right), (unsigned int)(sa), \
right 659 source3/smbd/open.c #define CHECK_MASK(num, am, right, sa, share) \
right 660 source3/smbd/open.c if (((am) & (right)) && !((sa) & (share))) { \
right 662 source3/smbd/open.c sa = 0x%x, share = 0x%x\n", (num), (unsigned int)(am), (unsigned int)(right), (unsigned int)(sa), \
right 153 source3/utils/net_rpc_rights.c const char *right)
right 173 source3/utils/net_rpc_rights.c if (StrCaseCmp(rights.names[i].string, right) == 0) {
right 1116 source4/heimdal/lib/hcrypto/des.c uint32_t fval, work, right, left;
right 1120 source4/heimdal/lib/hcrypto/des.c right = block[1];
right 1126 source4/heimdal/lib/hcrypto/des.c work = (right << 28) | (right >> 4);
right 1132 source4/heimdal/lib/hcrypto/des.c work = right ^ *keys++;
right 1149 source4/heimdal/lib/hcrypto/des.c right ^= fval;
right 1155 source4/heimdal/lib/hcrypto/des.c work = (right << 28) | (right >> 4);
right 1161 source4/heimdal/lib/hcrypto/des.c work = right ^ *keys++;
right 1179 source4/heimdal/lib/hcrypto/des.c right ^= fval;
right 1183 source4/heimdal/lib/hcrypto/des.c block[0] = right;
right 254 source4/ntptr/simple_ldb/ntptr_simple_ldb.c info[i].info1.area.right = samdb_result_uint(msgs[i], "area-right", 0);
right 315 source4/ntptr/simple_ldb/ntptr_simple_ldb.c SET_UINT(sptr_db, msg, "area-right", r->in.info.info1->area.right);
right 380 source4/ntptr/simple_ldb/ntptr_simple_ldb.c SET_UINT(sptr_db, msg, "area-right", r->in.info.info1->area.right);
right 742 source4/ntptr/simple_ldb/ntptr_simple_ldb.c info->info1.area.right = samdb_result_uint(msgs[0], "area-right", 0);
right 209 source4/ntvfs/common/opendb_tdb.c #define CHECK_MASK(am, right, sa, share) \
right 210 source4/ntvfs/common/opendb_tdb.c if (((am) & (right)) && !((sa) & (share))) return NT_STATUS_SHARING_VIOLATION
right 1663 source4/torture/basic/denytest.c #define CHECK_MASK(am, sa, right, share) do { \
right 1664 source4/torture/basic/denytest.c if (((am) & (right)) && !((sa) & (share))) { \
right 948 source4/torture/rpc/spoolss.c addform.area.right = 45;