Searched refs:setvarsafe (Results 1 – 3 of 3) sorted by relevance
/freebsd/bin/sh/ |
H A D | options.c | 537 err |= setvarsafe("OPTARG", newoptarg, 0); in getopts() 544 err |= setvarsafe("OPTIND", s, VNOFUNC); in getopts() 547 err |= setvarsafe(optvar, s, 0); in getopts()
|
H A D | var.h | 129 int setvarsafe(const char *, const char *, int);
|
H A D | var.c | 178 setvarsafe("PPID", ppid, 0); in initvar() 193 setvarsafe(const char *name, const char *val, int flags) in setvarsafe() function
|