Home
last modified time | relevance | path

Searched refs:RHS (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c94 ctx->RHS = malloc(strlen(DEF_RHS) + 1); in hesiod_init()
95 if (ctx->LHS == NULL || ctx->RHS == NULL) { in hesiod_init()
100 strcpy(ctx->RHS, DEF_RHS); /* (checked) */ in hesiod_init()
111 if (ctx->RHS) in hesiod_init()
112 free(ctx->RHS); in hesiod_init()
113 ctx->RHS = malloc(RHSlen); in hesiod_init()
114 if (!ctx->RHS) { in hesiod_init()
119 strcpy(ctx->RHS, cp); /* (checked) */ in hesiod_init()
121 strcpy(ctx->RHS, "."); /* (checked) */ in hesiod_init()
122 strcat(ctx->RHS, cp); /* (checked) */ in hesiod_init()
[all …]
H A Dhesiod_p.h38 char * RHS; /*%< AKA the default hesiod domain */ member
/titanic_50/usr/src/lib/libsqlite/test/
H A Din.test146 # Do an IN with a constant RHS but where the RHS has many, many
155 'Do','an','IN','with','a','constant','RHS','but','where','the',
/titanic_50/usr/src/cmd/sendmail/cf/
H A DREADME856 for a default case (@domain) %1%3 must be used as RHS.
1172 The RHS specifies the maximum number of connections
1194 The RHS specifies the maximum number of open connections
1260 access map. Valid values for the RHS include
2580 listed in the access map and it has a RHS of OK or RELAY, then check_relay
2608 skipped only if the recipient address is found and has RHS FRIEND. If
2612 found and has RHS HATER.
2902 which checks the requirement specified by the RHS in the access map against
2911 The RHS can optionally be prefixed by TEMP+ or PERM+ to select a temporary
2957 handshake only for hosts in my.domain. The valid entries on the RHS
[all …]
/titanic_50/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4168 # possible access_db RHS for spam friends/haters
338 # verify RHS in newaliases?
1070 # handle full domains in RHS of virtusertable
2566 ### return: <RHS of lookup> or <?> (not found)
2751 ### Requirement: RHS from access map, may be ? for none.