Searched refs:optarg_len (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/binutils/ld/
H A Dlexsup.c1053 size_t optarg_len = strlen (optarg); local
1060 if (strncmp (optarg, cp, optarg_len) == 0
1061 && (cp[optarg_len] == 0
1062 || cp[optarg_len] == config.rpath_separator))
1075 buf = xmalloc (rpath_len + optarg_len + 2);

Completed in 54 milliseconds