Home
last modified time | relevance | path

Searched refs:xlen (Results 26 – 28 of 28) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcc.c7273 int xlen = strlen (switches[i].part1); in used_arg() local
7275 if (xlen == matches[j].len in used_arg()
7276 && ! strncmp (switches[i].part1, matches[j].str, xlen)) in used_arg()
/dragonfly/contrib/gcc-8.0/include/
H A Dlonglong.h1065 #error unsupport xlen
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.c8718 int xlen = strlen (switches[i].part1); in operator() local
8720 if (xlen == matches[j].len in operator()
8721 && ! strncmp (switches[i].part1, matches[j].str, xlen)) in operator()

12