HomeSort by: relevance | last modified time | path
    Searched defs:has_equal (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdlib/
getopt_long.c 358 char *current_argv, *has_equal; local in function:getopt_long
382 if ((has_equal = strchr(current_argv, '=')) != NULL) {
384 current_argv_len = has_equal - current_argv;
385 has_equal++;
417 && has_equal) {
433 if (has_equal)
434 optarg = has_equal;
getopt_long.c 358 char *current_argv, *has_equal; local in function:getopt_long
382 if ((has_equal = strchr(current_argv, '=')) != NULL) {
384 current_argv_len = has_equal - current_argv;
385 has_equal++;
417 && has_equal) {
433 if (has_equal)
434 optarg = has_equal;

Completed in 21 milliseconds