Home
last modified time | relevance | path

Searched refs:env_init (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/usr.sbin/cron/
H A Dfuncs.h50 **env_init(void),
H A Duser.c88 if ((envp = env_init()) == NULL) { in load_user()
H A Denv.c36 env_init(void) in env_init() function
H A Dcrontab.c432 char **envp = env_init(); in replace_cmd()
/openbsd-src/games/hunt/hunt/
H A Dhunt.c74 static long env_init(long);
92 enter_status = env_init((long) Q_CLOAK); in main()
518 env_init(long enter_status) in env_init() function
/openbsd-src/usr.bin/telnet/
H A Dexterns.h158 void env_init (void);
H A Dcommands.c1428 env_init(void)
1430 env_init(void) env_init() function
H A Dtelnet.c156 env_init(); in init_telnet()