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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c195 char *current_argv, *has_equal; local
225 if ((has_equal = strchr(current_argv, '=')) != NULL) {
227 current_argv_len = has_equal - current_argv;
228 has_equal++;
274 && has_equal) {
297 if (has_equal)
298 optarg = has_equal;

Completed in 157 milliseconds