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

/freebsd-current/usr.bin/at/
H A Dat.c217 char **atenv; local
349 for (atenv= environ; *atenv != NULL; atenv++)
354 eqp = strchr(*atenv, '=');
356 eqp = *atenv;
363 && (strncmp(*atenv, no_export[i],
364 (size_t) (eqp-*atenv)) != 0);
372 fwrite(*atenv, sizeof(char), eqp-*atenv, f
[all...]

Completed in 107 milliseconds