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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/
H A Dgetqueue.c1972 int tempfd, tempfc; local
2157 tempfc = Make_temp_fd( 0 );
2159 if( Write_fd_str( tempfc, s ) < 0 ){
2163 if( lseek( tempfc, 0, SEEK_SET ) == -1 ){
2167 if( (n = Filter_file( tempfc, tempfd, "CONTROL_FILTER",
2186 close( tempfc ); tempfc = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/common/
H A Dgetqueue.c1972 int tempfd, tempfc; local
2157 tempfc = Make_temp_fd( 0 );
2159 if( Write_fd_str( tempfc, s ) < 0 ){
2163 if( lseek( tempfc, 0, SEEK_SET ) == -1 ){
2167 if( (n = Filter_file( tempfc, tempfd, "CONTROL_FILTER",
2186 close( tempfc ); tempfc = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/common/
H A Dgetqueue.c1972 int tempfd, tempfc; local
2157 tempfc = Make_temp_fd( 0 );
2159 if( Write_fd_str( tempfc, s ) < 0 ){
2163 if( lseek( tempfc, 0, SEEK_SET ) == -1 ){
2167 if( (n = Filter_file( tempfc, tempfd, "CONTROL_FILTER",
2186 close( tempfc ); tempfc = -1;

Completed in 82 milliseconds