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

/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dgetopt_long.c202 char *current_argv, *has_equal; local
232 if ((has_equal = strchr(current_argv, '=')) != NULL) {
234 current_argv_len = has_equal - current_argv;
235 has_equal++;
281 && has_equal) {
304 if (has_equal)
305 optarg = has_equal;
/macosx-10.9.5/file-46/file/src/
H A Dgetopt_long.c377 char *current_argv, *has_equal; local
401 if ((has_equal = strchr(current_argv, '=')) != NULL) {
403 current_argv_len = has_equal - current_argv;
404 has_equal++;
436 && has_equal) {
452 if (has_equal)
453 optarg = has_equal;

Completed in 81 milliseconds