Lines Matching defs:s

121 conv_time(char *s);
931 * that if there's no per connection management one to set, the
1124 "'%s' found"), str);
1134 "Neither '%s' nor '%s' is defined"), str, str1);
1145 gettext("Configuration Error: %s specified "
1146 "but no value for '%s' found"), str, str1);
1156 gettext("Configuration Error: %s specified "
1157 "but no value for '%s' found"), str, str1);
1166 "'%s' found"), str);
1192 "'%s' found"), str);
1201 "'%s' found"), str);
1382 "Illegal type name (%s).\n"), name);
1504 gettext("Unknown keyword encountered '%s'."), name);
1558 "cache version '%s' or '%s' but "
1559 "encountered version '%s'."),
1575 "'%s' specified for keyword '%s'."),
1598 "'%s' keyword. '%s' is not a recognized "
1700 "invalid %s (%d)"), def->name,
1722 "invalid %s (%d)"), def->name,
1751 "invalid serviceAuthenticationMethod (%s)"),
1859 "invalid serviceCredentialLevel (%s)"),
1971 "invalid serviceSearchDescriptor (%s)"),
2213 "authenticationMethod (%s)"),
2240 "invalid authenticationMethod (%s)"), ptbuf);
2285 "invalid credentialLevel (%s)"),
2312 "invalid credentialLevel (%s)"), ptbuf);
2330 "invalid schema mapping (%s)"), cp);
2389 "update (%s)"), cp);
2403 "(%s, %s)."),
2499 "update (%s)"), cp);
2577 "update (%s)"), cp);
2591 "'%s'."), origA);
2640 gettext("%s"), errstr);
2754 gettext("Unable to load configuration '%s' "
2755 "('%s')."), NSCONFIGFILE,
2954 "'%s' ('%s')."),
3391 "Unknown keyword encountered '%s'."), name);
3461 "%s (%s)\n",
3470 gettext("%s\n"), errbuf);
3519 syslog(LOG_WARNING, "libsldap: %s", (*error)->message);
3540 syslog(LOG_WARNING, "libsldap: %s", (*error)->message);
3547 * #s (# of seconds)
3556 conv_time(char *s)
3563 l = strlen(s);
3566 c = s[--l];
3581 case 's': /* seconds */
3587 s[l] = '\0';
3591 tot = atol(s);
3712 case 's': /* seconds */
3727 gettext("Illegal time value in %s"), def->name);
3749 gettext("Non-existent or invalid DN in %s"),
3771 gettext("Invalid server (%s) in %s"),
3802 gettext("NULL or invalid %s bind DN"), dntype);
3828 gettext("NULL %s bind password"), pwtype);