Home
last modified time | relevance | path

Searched refs:orig_str (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/tre/lib/
H A Dtre-match-parallel.c211 const char *orig_str = str_byte; in tre_tnfa_run_parallel() local
219 str_byte = memchr(orig_str, first, (size_t)len); in tre_tnfa_run_parallel()
221 str_byte = strchr(orig_str, first); in tre_tnfa_run_parallel()
314 DPRINT(("skipped %lu chars\n", (unsigned long)(str_byte - orig_str))); in tre_tnfa_run_parallel()
317 if (str_byte >= orig_str + 1) in tre_tnfa_run_parallel()
320 pos = str_byte - orig_str; in tre_tnfa_run_parallel()
326 if (str_byte == orig_str) in tre_tnfa_run_parallel()
334 pos = (str_byte - 1) - orig_str; in tre_tnfa_run_parallel()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dgetopt.c442 const char *orig_str = __getopt_nonoption_flags; in _getopt_initialize() local
443 int len = nonoption_flags_max_len = strlen (orig_str); in _getopt_initialize()
451 memset (mempcpy (__getopt_nonoption_flags, orig_str, len), in _getopt_initialize()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dgetopt.c443 const char *orig_str = __getopt_nonoption_flags; in _getopt_initialize() local
444 int len = nonoption_flags_max_len = strlen (orig_str); in _getopt_initialize()
452 memset (mempcpy (__getopt_nonoption_flags, orig_str, len), in _getopt_initialize()
/dragonfly/contrib/gdb-7/libiberty/
H A Dgetopt.c443 const char *orig_str = __getopt_nonoption_flags; in _getopt_initialize() local
444 int len = nonoption_flags_max_len = strlen (orig_str); in _getopt_initialize()
452 memset (mempcpy (__getopt_nonoption_flags, orig_str, len), in _getopt_initialize()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dgetopt.c443 const char *orig_str = __getopt_nonoption_flags; in _getopt_initialize() local
444 int len = nonoption_flags_max_len = strlen (orig_str); in _getopt_initialize()
452 memset (mempcpy (__getopt_nonoption_flags, orig_str, len), in _getopt_initialize()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dgetopt.c442 const char *orig_str = __getopt_nonoption_flags; in _getopt_initialize() local
443 int len = nonoption_flags_max_len = strlen (orig_str); in _getopt_initialize()
451 memset (mempcpy (__getopt_nonoption_flags, orig_str, len), in _getopt_initialize()
/dragonfly/contrib/cvs-1.12/lib/
H A Dgetopt.c294 const char *orig_str = __getopt_nonoption_flags; in _getopt_initialize() local
295 int len = d->__nonoption_flags_max_len = strlen (orig_str); in _getopt_initialize()
303 memset (__mempcpy (__getopt_nonoption_flags, orig_str, len), in _getopt_initialize()