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...] |