HomeSort by relevance Sort by last modified time
    Searched full:first_equal_pos (Results 1 - 1 of 1) sorted by null

  /bionic/linker/
linker_environ.c 42 int first_equal_pos = -1; local
56 if (str[pos] == '=' && first_equal_pos < 0)
57 first_equal_pos = pos;
64 if (first_equal_pos < 1) /* No equal sign, or it is the first character */

Completed in 123 milliseconds