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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
envmgmt.c 685 int putenv (char*) __attribute__ ((weak, alias ("__collector_putenv")));
686 int _putenv (char*) __attribute__ ((weak, alias ("__collector_putenv")));
689 __collector_putenv (char * string) function
691 if (CALL_UTIL (putenv) == __collector_putenv ||
695 if (CALL_UTIL (putenv) == NULL || CALL_UTIL (putenv) == __collector_putenv)
697 if (CALL_UTIL (putenv) == NULL || CALL_UTIL (putenv) == __collector_putenv)
699 TprintfT (DBG_LT2, "__collector_putenv(): ERROR: no pointer found.\n");
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
envmgmt.c 685 int putenv (char*) __attribute__ ((weak, alias ("__collector_putenv")));
686 int _putenv (char*) __attribute__ ((weak, alias ("__collector_putenv")));
689 __collector_putenv (char * string) function
691 if (CALL_UTIL (putenv) == __collector_putenv ||
695 if (CALL_UTIL (putenv) == NULL || CALL_UTIL (putenv) == __collector_putenv)
697 if (CALL_UTIL (putenv) == NULL || CALL_UTIL (putenv) == __collector_putenv)
699 TprintfT (DBG_LT2, "__collector_putenv(): ERROR: no pointer found.\n");

Completed in 100 milliseconds