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

/freebsd-10.0-release/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-10.0-release/contrib/tcsh/
H A Dtw.comp.c253 const Char *estr; local
254 int rv = Gnmatch(str, pat, &estr);
258 xprintf("%s) = %d [%d]\n", short2str(estr), rv, estr - str);
260 return (int) (rv ? estr - str : -1);
H A Dsh.glob.c953 * *estr will point to the end of the longest exact or substring match.
956 t_pmatch(const Char *string, const Char *pattern, const Char **estr, int cs) argument
967 *estr = string;
975 *estr = Strend(string);
981 switch(t_pmatch(string, pattern, estr, cs)) {
985 pestr = *estr;/*FIXME: does not guarantee longest match */
998 *estr = pestr;
H A Dsh.set.c1259 const Char *estr; local
1260 if (dspmc[i].n[0] && t_pmatch(pcp, dspmc[i].n, &estr, 0) > 0) {
1273 const Char *estr; local
1274 if (dspmt[i].n[0] && t_pmatch(pcp, dspmt[i].n, &estr, 0) > 0) {
/freebsd-10.0-release/contrib/nvi/common/
H A Dexf.c1030 char *bp, *estr, *p, *pct, *slash, *t, *wfname, buf[8192]; local
1037 bp = estr = wfname = NULL;
1049 estr = name;
1128 estr, nlen);
1166 estr = bname;
1174 estr = wfname;
1178 estr = name;
1183 estr = name;
1187 estr = wfname;
1201 if (estr)
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/bmake/
H A Dvar.c2840 * estr is a pointer to the expanded result,
2843 char *estr; local
2847 estr = VarGetPattern(ctxt, &parsestate,
2850 if (estr == NULL)
2856 free(estr);
2859 if (estr[0] == '\0') {
2861 free(estr);
2863 } else if (estr[0] == '#' && estr[1] == '\0') {
2893 free(estr);
[all...]
/freebsd-10.0-release/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-10.0-release/sys/dev/iir/
H A Diir.h751 int gdt_read_event(int handle, gdt_evt_str *estr);
752 void gdt_readapp_event(u_int8_t app, gdt_evt_str *estr);
H A Diir.c1864 int gdt_read_event(int handle, gdt_evt_str *estr) argument
1875 estr->event_source = 0;
1889 memcpy(estr, e, sizeof(gdt_evt_str));
1895 void gdt_readapp_event(u_int8_t application, gdt_evt_str *estr) argument
1919 memcpy(estr, e, sizeof(gdt_evt_str));
1921 estr->event_source = 0;
/freebsd-10.0-release/sbin/routed/
H A Dparms.c549 bad_str(const char *estr) argument
553 sprintf(buf, "bad \"%.100s\"", estr);

Completed in 140 milliseconds