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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/
H A Dlpd_rcvjob.c1333 char hold_file[SMALLBUFFER], *number; local
1344 SNPRINTF(hold_file,sizeof(hold_file))"hfA%s",number);
1345 DEBUGF(DRECV1)("Find_non_colliding_job_number: trying %s", hold_file );
1346 hold_fd = Checkwrite(hold_file, &statb,
1352 hold_file[0] = 0;
1359 Set_str_value(&job->info,HF_NAME,hold_file);
1362 DEBUGF(DRECV1)("Find_non_colliding_job_number: using %s", hold_file );
H A Dlpd_jobs.c3021 char *hold_file = Sort_order.list[job_index]; local
3023 if( ISNULL(hold_file) ) continue;
3025 hold_file);
3026 Get_hold_file( &job, hold_file );
3041 DEBUG3("Remove_done_jobs: '%s' active %d", hold_file, pid );
3052 Set_str_value(&info, tval, hold_file );
3062 char *hold_file = info.list[info_index]; local
3063 if( (hold_file = safestrchr( hold_file, '=' )) ){
3064 ++hold_file;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/common/
H A Dlpd_rcvjob.c1333 char hold_file[SMALLBUFFER], *number; local
1344 SNPRINTF(hold_file,sizeof(hold_file))"hfA%s",number);
1345 DEBUGF(DRECV1)("Find_non_colliding_job_number: trying %s", hold_file );
1346 hold_fd = Checkwrite(hold_file, &statb,
1352 hold_file[0] = 0;
1359 Set_str_value(&job->info,HF_NAME,hold_file);
1362 DEBUGF(DRECV1)("Find_non_colliding_job_number: using %s", hold_file );
H A Dlpd_jobs.c3021 char *hold_file = Sort_order.list[job_index]; local
3023 if( ISNULL(hold_file) ) continue;
3025 hold_file);
3026 Get_hold_file( &job, hold_file );
3041 DEBUG3("Remove_done_jobs: '%s' active %d", hold_file, pid );
3052 Set_str_value(&info, tval, hold_file );
3062 char *hold_file = info.list[info_index]; local
3063 if( (hold_file = safestrchr( hold_file, '=' )) ){
3064 ++hold_file;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/common/
H A Dlpd_rcvjob.c1333 char hold_file[SMALLBUFFER], *number; local
1344 SNPRINTF(hold_file,sizeof(hold_file))"hfA%s",number);
1345 DEBUGF(DRECV1)("Find_non_colliding_job_number: trying %s", hold_file );
1346 hold_fd = Checkwrite(hold_file, &statb,
1352 hold_file[0] = 0;
1359 Set_str_value(&job->info,HF_NAME,hold_file);
1362 DEBUGF(DRECV1)("Find_non_colliding_job_number: using %s", hold_file );
H A Dlpd_jobs.c3021 char *hold_file = Sort_order.list[job_index]; local
3023 if( ISNULL(hold_file) ) continue;
3025 hold_file);
3026 Get_hold_file( &job, hold_file );
3041 DEBUG3("Remove_done_jobs: '%s' active %d", hold_file, pid );
3052 Set_str_value(&info, tval, hold_file );
3062 char *hold_file = info.list[info_index]; local
3063 if( (hold_file = safestrchr( hold_file, '=' )) ){
3064 ++hold_file;
[all...]

Completed in 78 milliseconds