Searched refs:estr (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/crypto/heimdal/lib/kafs/
H A Dcommon.c350 const char *estr = (*data->get_error)(data, ret); local
354 cell ? cell : "", realm, estr ? estr : "unknown", ret);
356 if (estr)
357 (*data->free_error)(data, estr);
/freebsd-current/contrib/tcsh/
H A Dtw.comp.c249 const Char *estr; local
250 int rv = exact ? Gmatch(estr = str, pat) : Gnmatch(str, pat, &estr);
254 xprintf("%s) = %d [%" TCSH_PTRDIFF_T_FMT "d]\n", short2str(estr), rv,
255 estr - str);
257 return (int) (rv ? estr - str : -1);
H A Dsh.glob.c938 * *estr will point to the end of the longest exact or substring match.
941 t_pmatch(const Char *string, const Char *pattern, const Char **estr, int cs) argument
952 *estr = string;
960 *estr = Strend(string);
966 switch(t_pmatch(string, pattern, estr, cs)) {
970 pestr = *estr;/*FIXME: does not guarantee longest match */
983 *estr = pestr;
H A Dsh.set.c1300 const Char *estr; local
1301 if (dspmc[i].n[0] && t_pmatch(pcp, dspmc[i].n, &estr, 0) > 0) {
1314 const Char *estr; local
1315 if (dspmt[i].n[0] && t_pmatch(pcp, dspmt[i].n, &estr, 0) > 0) {
/freebsd-current/contrib/nvi/common/
H A Dexf.c1028 char *bp, *estr, *p, *pct, *slash, *t, *wfname, buf[8192]; local
1035 bp = estr = wfname = NULL;
1047 estr = name;
1126 estr, nlen);
1164 estr = bname;
1172 estr = wfname;
1176 estr = name;
1181 estr = name;
1185 estr = wfname;
1200 if (estr)
[all...]
/freebsd-current/usr.sbin/ypldap/
H A Dyp.c320 const char *estr; local
359 ukey.ue_uid = strtonum(key, 0, UID_MAX, &estr);
360 if (estr) {
374 gkey.ge_gid = strtonum(key, 0, GID_MAX, &estr);
375 if (estr) {
422 ukey.ue_uid = strtonum(cp, 0, UID_MAX, &estr);
423 if (estr) {
H A Daldap.c1235 aldap_get_errno(struct aldap *a, const char **estr) argument
1239 *estr = "success";
1242 *estr = "parser failed";
1245 *estr = "invalid filter";
1248 *estr = "operation failed";
1251 *estr = "unknown";
/freebsd-current/crypto/heimdal/appl/rsh/
H A Drshd.c196 char *estr; local
200 estr = krb5_get_error_string(context);
203 estr ? estr : krb5_get_err_text(context, ret));
204 free(estr);
211 estr = krb5_get_error_string(context);
213 estr ? estr : krb5_get_err_text(context, ret));
214 free(estr);
/freebsd-current/crypto/heimdal/kdc/
H A Dkerberos5.c1216 char *estr; local
1219 if(krb5_enctype_to_string(context, enc_data.etype, &estr))
1220 estr = NULL;
1221 if(estr == NULL)
1228 estr, client_name);
1229 free(estr);
/freebsd-current/contrib/file/src/
H A Dapprentice.c2588 check_format_type(const char *ptr, int type, const char **estr) argument
2594 *estr = "missing format spec";
2770 *estr = "not valid";
2773 *estr = "too long";
2785 const char *estr; local
2809 if (check_format_type(ptr, m->type, &estr) == -1) {
2815 "`%s' in description `%s'", estr,
/freebsd-current/sbin/routed/
H A Dparms.c539 bad_str(const char *estr) argument
543 sprintf(buf, "bad \"%.100s\"", estr);

Completed in 213 milliseconds