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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c1516 FILE *prof_input; local
1517 prof_input = fopen("/etc/profile", "r");
1518 if (prof_input) {
1519 llist_add_to(&close_me_list, (void *)(long)fileno(prof_input));
1521 busy_loop(prof_input);
1522 fclose_if_not_stdin(prof_input);

Completed in 76 milliseconds