/illumos-gate/usr/src/cmd/pgrep/ |
H A D | idtab.c | 79 idkey_t rhs = *((idkey_t *)rhsp); local 81 if (lhs == rhs) 84 return (lhs > rhs ? 1 : -1);
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | eftwrite.c | 68 ident_lencalc(const char *s, void *rhs, void *arg) argument 75 dict_lencalc(const char *s, void *rhs, void *arg) argument 82 ident_printer(const char *s, void *rhs, void *arg) argument 91 dict_printer(const char *s, void *rhs, void *arg) argument
|
H A D | lut.c | 78 lut_add(struct lut *root, void *lhs, void *rhs, lut_cmp cmp_func) argument 91 tmp->lut_rhs = rhs; 107 (*tmp_hdl)->lut_rhs = rhs;
|
H A D | ptree.c | 348 ptree(flags, np->u.arrow.rhs, no_iterators, fileline); 634 name_pattern_match_in_subtree(np->u.arrow.rhs, pat)); 668 byname_printer(struct node *lhs, struct node *rhs, void *arg) argument 672 if (infop->t != T_NOTHING && rhs->t != infop->t) 676 ptree(infop->flags, rhs, 0, 0);
|
H A D | check.c | 59 struct node *rhs); 60 static void check_cycle_rhs(struct node *rhs); 132 check_path_iterators(np->u.arrow.rhs); 573 check_propnames(t, np->u.arrow.rhs, from, 1); 586 ex = record_iterators(np->u.arrow.rhs, ex); 627 check_exprscope(np->u.arrow.rhs, ex); 713 check_upset_engine(struct node *lhs, struct node *rhs, void *arg) argument 719 ASSERTeq(rhs->t, t, ptree_nodetype2str); 721 if ((engnp = tree_s2np_lut_lookup(rhs->u.stmt.lutp, L_engine)) == NULL) 743 check_refcount(struct node *lhs, struct node *rhs, voi argument 783 check_cycle(struct node *lhs, struct node *rhs, void *arg) argument 869 check_cycle_lhs_try(struct node *stmtnp, struct node *lhs, struct node *rhs) argument 890 check_cycle_rhs(struct node *rhs) argument 1255 check_required_props(struct node *lhs, struct node *rhs, void *arg) argument [all...] |
/illumos-gate/usr/src/lib/libfru/libgenutil/ |
H A D | Str.cc | 51 Str::Str(const Str& rhs) argument 52 : str_(strcpy(new char[strlen(rhs.str_)+1], rhs.str_)), 62 Str::operator = (const Str& rhs) argument 65 str_ = strcpy(new char[strlen(rhs.str_)+1], rhs.str_); 67 nextTok_ = str_ + (rhs.nextTok_ - rhs.str_); 79 Str::operator == (const Str& rhs) const 81 return (strcmp(str_, rhs 97 operator <<(Str rhs) argument [all...] |
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pstack.c | 233 uintptr_t rhs = *((const uintptr_t *)rhp); local 235 if (lhs < rhs) 237 if (lhs > rhs)
|
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/ |
H A D | eftinfo.c | 95 dictprint(const char *s, void *rhs, void *arg) argument
|
/illumos-gate/usr/src/cmd/lms/SyncLib/src/ |
H A D | EventUnix.cpp | 94 Event::Event(const Event &rhs) argument 97 _osEvent->_ose = rhs._osEvent->_ose; 99 _osEvent->_mut = rhs._osEvent->_mut; 100 _osEvent->_cond = rhs._osEvent->_cond;
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | lut.c | 32 * copied into malloc'd memory. the right-hand-side (rhs), which 49 static void dooper(const char *lhs, void *rhs, void *arg); 70 lut_add(struct lut *root, const char *lhs, void *rhs) argument 78 root->lut_rhs = rhs; 82 root->lut_rhs = rhs; 84 root->lut_left = lut_add(root->lut_left, lhs, rhs); 86 root->lut_right = lut_add(root->lut_right, lhs, rhs); 92 dooper(const char *lhs, void *rhs, void *arg) argument 96 *rootp = lut_add(*rootp, lhs, rhs); 138 void (*callback)(const char *lhs, void *rhs, voi 137 lut_walk(struct lut *root, void (*callback)(const char *lhs, void *rhs, void *arg), void *arg) argument 155 lut_free(struct lut *root, void (*callback)(void *rhs)) argument 171 printer(const char *lhs, void *rhs, void *arg) argument [all...] |
H A D | kw.c | 56 static void kw_printer(const char *lhs, void *rhs, void *arg); 169 kw_printer(const char *lhs, void *rhs, void *arg) argument 173 (void) fprintf(stream, "%20.20s %s\n", lhs, (char *)rhs);
|
H A D | opts.c | 290 merger(const char *lhs, void *rhs, void *arg) argument 294 *destlutp = lut_add(*destlutp, lhs, rhs); 446 printer(const char *lhs, void *rhs, void *arg) argument 449 char *s = (char *)rhs;
|
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | ipmi_hash.c | 143 ipmi_hash_strcmp(const void *lhs, const void *rhs) argument 145 return (strcmp(lhs, rhs)); 155 ipmi_hash_ptrcmp(const void *lhs, const void *rhs) argument 157 const uintptr_t *l = lhs, *r = rhs;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/ |
H A D | findstack_subr.c | 206 const stacks_ulwp_t *rhs = r; local 208 if (lhs->sulwp_id > rhs->sulwp_id) 211 if (lhs->sulwp_id < rhs->sulwp_id)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/ |
H A D | mdb_test.c | 84 uintptr_t rhs = *((const uintptr_t *)rp); local 85 return (lhs - rhs);
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft.c | 202 dosubscribe(struct node *lhs, struct node *rhs, void *arg) argument 212 dodiscardprint(struct node *lhs, struct node *rhs, void *arg) argument 249 doopendict(const char *lhs, void *rhs, void *arg) argument
|
H A D | config.c | 187 addconfigprop(const char *lhs, struct node *rhs, void *arg) argument 193 ASSERT(rhs != NULL); 194 ASSERT(rhs->t == T_QUOTE); 196 config_setprop(cp, lhs, STRDUP(rhs->u.quote.s)); 204 addconfig(struct node *lhs, struct node *rhs, void *arg) argument 215 ASSERT(rhs->t == T_CONFIG); 217 lutp = rhs->u.stmt.lutp; 218 rhs = rhs->u.stmt.np; 219 while (rhs ! 567 prtdevcache(void *lhs, void *rhs, void *arg) argument 574 prtdevidcache(void *lhs, void *rhs, void *arg) argument 581 prttpcache(void *lhs, void *rhs, void *arg) argument 588 prtcpucache(void *lhs, void *rhs, void *arg) argument 701 printprop(const char *lhs, const char *rhs, void *arg) argument [all...] |
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 648 char *rhs; local 743 rhs = p; 821 rhssize = strlen(rhs); 825 p = rhs; 837 map->map_class->map_store(map, al.q_user, rhs);
|
/illumos-gate/usr/src/ucbcmd/sed/ |
H A D | sed.h | 112 char *rhs; member in struct:reptr::reptr1 124 char *rhs; member in struct:reptr::reptr2
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | term.c | 664 const char *seq, *rhs; local 689 rhs = NULL; 702 rhs = mchars_spec2str(seq, ssz, &rsz); 703 if (rhs != NULL) 716 rhs = seq + ssz; 717 while (seq < rhs) { 737 if (rhs == NULL) { 739 rhs = ascii_uc2str(uc); 740 rsz = strlen(rhs); 761 sz += (*p->width)(p, *rhs [all...] |
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_whatis.c | 63 uintptr_t rhs = *(const uintptr_t *)r; local 65 if (lhs < rhs) 67 if (lhs > rhs) 337 whatis_cbcmp(const void *lhs, const void *rhs) argument 340 whatis_callback_t *r = *(whatis_callback_t * const *)rhs;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cyclic.c | 613 cyc_coverage_t *rhs = (cyc_coverage_t *)r; local 617 if (rhs->cyv_why == lhs->cyv_why) 620 if (rhs->cyv_why == NULL) 627 (void) mdb_readstr(ry, WHYLEN, (uintptr_t)rhs->cyv_why);
|
H A D | taskq.c | 56 tqcmp(const void *lhs, const void *rhs) argument 59 const tqarray_ent_t *r = rhs;
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | xlator.c | 202 char rhs[BUFSIZ]; local 233 err = sscanf(value, "%s", rhs); 240 Curfun = strdup(rhs);
|
/illumos-gate/usr/src/cmd/kvmstat/ |
H A D | kvmstat.c | 102 kstat_instances_compare(const void *lhs, const void *rhs) argument 105 kstat_instance_t *r = *((kstat_instance_t **)rhs);
|