Home
last modified time | relevance | path

Searched refs:ocp (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/lib/libedit/
Dsearch.c524 wchar_t oc, *ocp; in ce_search_line() local
526 ocp = &pattern[1]; in ce_search_line()
527 oc = *ocp; in ce_search_line()
528 *ocp = '^'; in ce_search_line()
530 ocp = pattern; in ce_search_line()
531 oc = *ocp; in ce_search_line()
536 if (el_match(cp, ocp)) { in ce_search_line()
537 *ocp = oc; in ce_search_line()
542 *ocp = oc; in ce_search_line()
546 if (el_match(cp, ocp)) { in ce_search_line()
[all …]
/openbsd/src/usr.bin/file/magdir/
Dadventure21 # This will match ${TEX_BASE}/texmf/omega/ocp/char2uni/inbig5.ocp which
/openbsd/src/regress/usr.bin/ssh/unittests/authopt/
Dtests.c67 char *ocp, *cp, *cp2, **ret = NULL; in commasplit() local
70 ocp = cp = strdup(s); in commasplit()
79 free(ocp); in commasplit()
/openbsd/src/usr.bin/ssh/
Dsession.c829 char *ocp, *cp, *value, **env, *laddr; in do_setup_env() local
881 ocp = xstrdup(auth_opts->env[n]); in do_setup_env()
882 cp = strchr(ocp, '='); in do_setup_env()
887 match_pattern_list(ocp, in do_setup_env()
890 ocp, cp + 1); in do_setup_env()
892 free(ocp); in do_setup_env()
/openbsd/src/usr.bin/unifdef/
Dunifdef.c1274 const char *ocp = cp; in skipargs() local
1290 return (ocp); in skipargs()