Lines Matching +defs:val +defs:service
77 static int get_basedn(char *service, char **basedn);
132 in_addr_t val;
140 val = 0; base = 10;
151 val = (val * base) + (c - '0');
156 val = (val << 4) + (c + 10 - (islower(c) ? 'a' : 'A'));
165 *pp++ = val, cp++;
170 *pp++ = val;
174 for (val = 0, i = 0; i < n; i++) {
175 val <<= 8;
176 val |= parts[i] & 0xff;
179 val <<= 8;
180 return (val);
1684 char *name; /* service name */
1687 * cn can have multiple values.(service name and its aliases)
1719 /* service name */
1735 /* skip service name */
4130 dumptable(char *service)
4167 rc = __ns_ldap_firstEntry(service, filter, tt->sortattr, NULL,
4170 rc = __ns_ldap_firstEntry(service, filter, tt->sortattr, NULL,
4179 dump_publickey(eres, service);
4247 dump_publickey(eres, service);
4487 gettext("automount is not a valid service for ldapaddent.\n"
4617 * This is called when service == auto_*.
4625 static int get_basedn(char *service, char **basedn) {
4638 (const char *) service,
4710 service, &dn, &errp);