Home
last modified time | relevance | path

Searched refs:envval (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/posix/src/
A Denviro.c44 envval_len = strlen(envval); in env_new()
46 if (penv->envval == NULL) { in env_new()
52 strncpy(penv->envval, envval, envval_len); in env_new()
70 if (penv->envval != NULL) { in env_free()
142 strncpy(penv->envval, envval, envval_len); in setenv()
200 val = penv->envval; in getenv()
263 char *envval = NULL; in putenv() local
306 free(env->envval); in clearenv()
316 while (envval != NULL) { in clearenv()
319 free(envval); in clearenv()
[all …]
/AliOS-Things-master/components/posix/include/
A Denviro.h75 char *envval; member
80 int setenv(const char *envname, const char *envval, int overwrite);

Completed in 4 milliseconds