Searched refs:LHS (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | hesiod.c | 89 ctx->LHS = malloc(strlen(DEF_LHS) + 1); in hesiod_init() 91 if (ctx->LHS == NULL || ctx->RHS == NULL) { in hesiod_init() 95 strcpy(ctx->LHS, DEF_LHS); /* (checked) */ in hesiod_init() 156 if (ctx->LHS) in hesiod_end() 157 free(ctx->LHS); in hesiod_end() 196 (ctx->LHS ? strlen(ctx->LHS) : 0) + 4)) == NULL) { in hesiod_to_bind() 208 if (ctx->LHS) { in hesiod_to_bind() 209 if (ctx->LHS[0] != '.') in hesiod_to_bind() 211 strcat(bindname, ctx->LHS); in hesiod_to_bind() 279 if (ctx->LHS) in parse_config_file() [all …]
|
H A D | hesiod_p.h | 37 char * LHS; /*%< normally ".ns" */ member
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | epic.h | 95 #define EPIC_READ(HANDLE, REG, LHS, ADDR)\ argument 101 (LHS) = ddi_get8((HANDLE),\ 123 #define EPIC_RD(HANDLE, REG, LHS)\ argument 125 (LHS) = ddi_get8((HANDLE),\
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 1153 as they are allowed in the LHS of rules. As the example 2200 only works together with the tag From: for the LHS of the access 3154 The semantics are simple. Any LHS entry that does not begin with 3155 a dot matches the full host name indicated. LHS entries beginning 4147 where 'key' and 'value' are also called LHS and RHS, respectively. 4148 By default, the delimiter between LHS and RHS is a non-empty sequence
|