Home
last modified time | relevance | path

Searched refs:estr (Results 1 – 12 of 12) sorted by relevance

/dragonfly/usr.bin/who/
H A Dwho.c213 const char *estr; in strrstr() local
220 for (estr = str + strlen(str); str < estr; estr--) in strrstr()
221 if (strncmp(estr, pat, len) == 0) in strrstr()
222 return __DECONST(char *, estr); in strrstr()
/dragonfly/contrib/tcsh-6/
H A Dtw.comp.c249 const Char *estr; in tw_match() local
250 int rv = exact ? Gmatch(estr = str, pat) : Gnmatch(str, pat, &estr); in tw_match()
254 xprintf("%s) = %d [%" TCSH_PTRDIFF_T_FMT "d]\n", short2str(estr), rv, in tw_match()
255 estr - str); in tw_match()
257 return (int) (rv ? estr - str : -1); in tw_match()
H A Dsh.glob.c941 t_pmatch(const Char *string, const Char *pattern, const Char **estr, int cs) in t_pmatch() argument
952 *estr = string; in t_pmatch()
960 *estr = Strend(string); in t_pmatch()
966 switch(t_pmatch(string, pattern, estr, cs)) { in t_pmatch()
970 pestr = *estr;/*FIXME: does not guarantee longest match */ in t_pmatch()
983 *estr = pestr; in t_pmatch()
H A Dsh.set.c1302 const Char *estr; in autoset_dspmbyte() local
1303 if (dspmc[i].n[0] && t_pmatch(pcp, dspmc[i].n, &estr, 0) > 0) { in autoset_dspmbyte()
1316 const Char *estr; in autoset_dspmbyte() local
1317 if (dspmt[i].n[0] && t_pmatch(pcp, dspmt[i].n, &estr, 0) > 0) { in autoset_dspmbyte()
/dragonfly/contrib/nvi2/common/
H A Dexf.c999 char *bp, *estr, *p, *pct, *slash, *t, *wfname, buf[8192]; in file_backup() local
1006 bp = estr = wfname = NULL; in file_backup()
1018 estr = name; in file_backup()
1097 estr, nlen); in file_backup()
1135 estr = bname; in file_backup()
1143 estr = wfname; in file_backup()
1147 estr = name; in file_backup()
1152 estr = name; in file_backup()
1156 estr = wfname; in file_backup()
1171 if (estr) in file_backup()
[all …]
/dragonfly/games/rogue/
H A Dinit.c171 clean_up(const char *estr) in clean_up() argument
179 printf("\n%s\n", estr); in clean_up()
/dragonfly/sys/dev/raid/iir/
H A Diir.h746 int gdt_read_event(int handle, gdt_evt_str *estr);
747 void gdt_readapp_event(u_int8_t app, gdt_evt_str *estr);
H A Diir.c1911 gdt_read_event(int handle, gdt_evt_str *estr) in gdt_read_event() argument
1927 estr->event_source = 0; in gdt_read_event()
1941 memcpy(estr, e, sizeof(gdt_evt_str)); in gdt_read_event()
1948 gdt_readapp_event(u_int8_t application, gdt_evt_str *estr) in gdt_readapp_event() argument
1972 memcpy(estr, e, sizeof(gdt_evt_str)); in gdt_readapp_event()
1974 estr->event_source = 0; in gdt_readapp_event()
/dragonfly/contrib/bmake/
H A Dvar.c3159 const char *estr; in ApplyModifier_Words() local
3171 estr = festr.str; in ApplyModifier_Words()
3179 if (estr[0] == '\0') in ApplyModifier_Words()
3182 if (estr[0] == '#' && estr[1] == '\0') { /* Found ":[#]" */ in ApplyModifier_Words()
3200 if (estr[0] == '*' && estr[1] == '\0') { /* Found ":[*]" */ in ApplyModifier_Words()
3205 if (estr[0] == '@' && estr[1] == '\0') { /* Found ":[@]" */ in ApplyModifier_Words()
3214 p = estr; in ApplyModifier_Words()
/dragonfly/contrib/file/src/
H A Dapprentice.c2582 check_format_type(const char *ptr, int type, const char **estr) in check_format_type() argument
2588 *estr = "missing format spec"; in check_format_type()
2764 *estr = "not valid"; in check_format_type()
2766 *estr = "too long"; in check_format_type()
2778 const char *estr; in check_format() local
2802 if (check_format_type(ptr, m->type, &estr) == -1) { in check_format()
2808 "`%s' in description `%s'", estr, in check_format()
/dragonfly/sbin/routed/
H A Dparms.c553 bad_str(const char *estr) in bad_str() argument
557 sprintf(buf, "bad \"%.100s\"", estr); in bad_str()
/dragonfly/sys/dev/drm/i915/
H A Di915_drv.h3938 int i915_error_state_to_str(struct drm_i915_error_state_buf *estr,