Home | History | Annotate | Download | only in at

Lines Matching defs:atenv

181 	char **atenv;
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);
358 (void)fwrite(*atenv, sizeof(char),
359 (size_t)(eqp - *atenv - 1), fp);