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

  /src/external/ibm-public/postfix/dist/src/util/
environ.c 22 static int addenv(char *); /* append entry to environment */
115 return ((envp == 0) ? addenv(destination) : (*envp = destination, 0));
129 /* addenv - append environment entry */
131 static int addenv(char *nameval) function
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mplay.c 112 static void addenv(void *tenv, MDB_env *renv) function
278 addenv(tenv, renv);

Completed in 14 milliseconds