Searched refs:LHS (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | hesiod.c | 93 ctx->LHS = malloc(strlen(DEF_LHS) + 1); in hesiod_init() 95 if (ctx->LHS == NULL || ctx->RHS == NULL) { in hesiod_init() 99 strcpy(ctx->LHS, DEF_LHS); /* (checked) */ in hesiod_init() 160 if (ctx->LHS) in hesiod_end() 161 free(ctx->LHS); in hesiod_end() 200 (ctx->LHS ? strlen(ctx->LHS) : 0) + 4)) == NULL) { in hesiod_to_bind() 212 if (ctx->LHS) { in hesiod_to_bind() 213 if (ctx->LHS[0] != '.') in hesiod_to_bind() 215 strcat(bindname, ctx->LHS); in hesiod_to_bind() 283 if (ctx->LHS) in parse_config_file() [all …]
|
H A D | hesiod_p.h | 37 char * LHS; /*%< normally ".ns" */ member
|
/titanic_50/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),\
|
/titanic_50/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
|