Home
last modified time | relevance | path

Searched refs:string_end (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/gnulib/import/
H A Dfnmatch_loop.c20 const CHAR *string_end, bool no_leading_period, int flags)
26 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, in FCT() argument
53 res = EXT (c, p, n, string_end, no_leading_period, in FCT()
59 if (n == string_end) in FCT()
76 if (n == string_end || FOLD ((UCHAR) *n) != c) in FCT()
85 res = EXT (c, p, n, string_end, no_leading_period, in FCT()
91 if (n != string_end && *n == L_('.') && no_leading_period) in FCT()
110 if (n == string_end) in FCT()
140 if (MEMCHR (n, L_('/'), string_end - n) == NULL) in FCT()
152 string_end - n); in FCT()
[all …]
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dstabs.c425 const char * string_end; in parse_stab() local
459 string_end = string + strlen (string); in parse_stab()
670 if (! parse_stab_string (dhandle, info, type, desc, value, string, string_end)) in parse_stab()
699 const char *string, const char * string_end) in parse_stab_string() argument
809 &p, (debug_type **) NULL, string_end); in parse_stab_string()
830 &p, (debug_type **) NULL, string_end); in parse_stab_string()
841 (debug_type **) NULL, string_end); in parse_stab_string()
855 (debug_type **) NULL, string_end) in parse_stab_string()
869 (debug_type **) NULL, string_end); in parse_stab_string()
905 (debug_type **) NULL, string_end); in parse_stab_string()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c3445 const char *string_end, /* end+1 of string or NULL */ in parse_stabs_common() argument
3635 (void) add_local_symbol (string_start, string_end, st, sc, value, code); in parse_stabs_common()