Searched refs:neqv (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/at/
H A Datd.c762 neqv(register Sfio_t* sp, const char* name, register char* v) function
1023 neqv(sp, export[c], s);
1030 neqv(sp, "HOME", job->owner->user->home);
1031 neqv(sp, "LOGNAME", job->owner->user->name);
1032 neqv(sp, "USER", job->owner->user->name);
1033 neqv(sp, "PATH", pathbin());
1034 neqv(sp, "SHELL", job->shell);

Completed in 9 milliseconds