HomeSort by: relevance | last modified time | path
    Searched defs:atenv (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/at/
at.c 181 char **atenv; local in function:writefile
316 for (atenv = environ; *atenv != NULL; atenv++) {
320 eqp = strchr(*atenv, '=');
322 eqp = *atenv;
328 strncmp(*atenv, no_export[i],
329 (size_t)(eqp - *atenv)) != 0;
335 (void)fwrite(*atenv, sizeof(char),
336 (size_t)(eqp - *atenv), fp)
    [all...]
at.c 181 char **atenv; local in function:writefile
316 for (atenv = environ; *atenv != NULL; atenv++) {
320 eqp = strchr(*atenv, '=');
322 eqp = *atenv;
328 strncmp(*atenv, no_export[i],
329 (size_t)(eqp - *atenv)) != 0;
335 (void)fwrite(*atenv, sizeof(char),
336 (size_t)(eqp - *atenv), fp)
    [all...]

Completed in 61 milliseconds