Searched refs:getenv (Results 1 - 25 of 49) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dgetlogin.c6 return getenv("LOGNAME");
/seL4-refos-master/projects/refos/impl/apps/nethack/src/
H A Drefos_nethack.c39 uintptr_t address = strtoll(getenv("SYSTABLE"), NULL, 16);
/seL4-refos-master/apps/nethack/src/
H A Drefos_nethack.c39 uintptr_t address = strtoll(getenv("SYSTABLE"), NULL, 16);
/seL4-refos-master/libs/libmuslc/src/env/
H A Dgetenv.c5 char *getenv(const char *name) function
H A Dsetenv.c16 if (!overwrite && getenv(var)) return 0;
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dget_current_dir_name.c10 char *res = getenv("PWD");
H A Dfmtmsg.c28 char *errstring = MM_NULLSEV, *cmsg = getenv("MSGVERB");
/seL4-refos-master/projects/refos/impl/apps/terminal/src/
H A Dterminal.c101 snprintf(tempBuffer, 1024, "%s%s", getenv("PWD"), args[1]);
130 printf("Current local time (%s) is %s", getenv("TZ"), refos_print_time(localTime));
153 printf("refos:%s$ ", getenv("PWD"));
225 uintptr_t address = strtoll(getenv("SYSTABLE"), NULL, 16);
/seL4-refos-master/apps/terminal/src/
H A Dterminal.c101 snprintf(tempBuffer, 1024, "%s%s", getenv("PWD"), args[1]);
130 printf("Current local time (%s) is %s", getenv("TZ"), refos_print_time(localTime));
153 printf("refos:%s$ ", getenv("PWD"));
225 uintptr_t address = strtoll(getenv("SYSTABLE"), NULL, 16);
/seL4-refos-master/libs/libmuslc/src/locale/
H A Dlocale_map.c38 (val = getenv("LC_ALL")) && *val ||
39 (val = getenv(envvars[cat])) && *val ||
40 (val = getenv("LANG")) && *val ||
68 if (!libc.secure) path = getenv("MUSL_LOCPATH");
/seL4-refos-master/libs/libmuslc/src/time/
H A Dgetdate.c13 char *datemsk = getenv("DATEMSK");
/seL4-refos-master/projects/refos/impl/apps/timer_server/src/
H A Dtimer_server.c131 uintptr_t address = strtoll(getenv("SYSTABLE"), NULL, 16);
/seL4-refos-master/apps/timer_server/src/
H A Dtimer_server.c131 uintptr_t address = strtoll(getenv("SYSTABLE"), NULL, 16);
/seL4-refos-master/libs/libmuslc/src/process/
H A Dexecvp.c12 const char *p, *z, *path = getenv("PATH");
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dalloc.c97 char *logname = getenv("NH_HEAPLOG");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dalloc.c97 char *logname = getenv("NH_HEAPLOG");
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixunix.c250 if((str = getenv("SHELL")) != (char*)0)
278 (void) chdir(getenv("HOME"));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixunix.c250 if((str = getenv("SHELL")) != (char*)0)
278 (void) chdir(getenv("HOME"));
/seL4-refos-master/projects/refos/impl/apps/snake/src/
H A Dsnake.c212 uintptr_t address = strtoll(getenv("SYSTABLE"), NULL, 16);
/seL4-refos-master/apps/snake/src/
H A Dsnake.c212 uintptr_t address = strtoll(getenv("SYSTABLE"), NULL, 16);
/seL4-refos-master/libs/libmuslc/include/
H A Dstdlib.h51 char *getenv (const char *);
/seL4-refos-master/libs/librefossys/src/
H A Dsys_io.c260 char *pwd = getenv("PWD");
262 snprintf(tempBufferPath, REFOS_SYSIO_MAX_PATHLEN, "%s%s", getenv("PWD"), pathname);
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_io.c260 char *pwd = getenv("PWD");
262 snprintf(tempBufferPath, REFOS_SYSIO_MAX_PATHLEN, "%s%s", getenv("PWD"), pathname);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c69 char *tc = getenv("TERMCAP");
79 char *tm = getenv("TERM");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c69 char *tc = getenv("TERMCAP");
79 char *tm = getenv("TERM");

Completed in 85 milliseconds

12