Lines Matching refs:cupsdSetStringf
1125 cupsdSetStringf(&con->command, "%s/cgi-bin/admin.cgi", ServerBin); in cupsdReadClient()
1130 cupsdSetStringf(&con->command, "%s/cgi-bin/classes.cgi", ServerBin); in cupsdReadClient()
1138 cupsdSetStringf(&con->command, "%s/cgi-bin/jobs.cgi", ServerBin); in cupsdReadClient()
1146 cupsdSetStringf(&con->command, "%s/cgi-bin/printers.cgi", ServerBin); in cupsdReadClient()
1154 cupsdSetStringf(&con->command, "%s/cgi-bin/help.cgi", ServerBin); in cupsdReadClient()
1274 cupsdSetStringf(&con->command, "%s/cgi-bin/admin.cgi", ServerBin); in cupsdReadClient()
1279 cupsdSetStringf(&con->command, "%s/cgi-bin/printers.cgi", ServerBin); in cupsdReadClient()
1287 cupsdSetStringf(&con->command, "%s/cgi-bin/classes.cgi", ServerBin); in cupsdReadClient()
1295 cupsdSetStringf(&con->command, "%s/cgi-bin/jobs.cgi", ServerBin); in cupsdReadClient()
1303 cupsdSetStringf(&con->command, "%s/cgi-bin/help.cgi", ServerBin); in cupsdReadClient()
1383 cupsdSetStringf(&con->filename, "%s/%08x", RequestRoot, request_id ++); in cupsdReadClient()
1660 cupsdSetStringf(&con->filename, "%s/%08x", RequestRoot, in cupsdReadClient()
3114 cupsdSetStringf(&(con->query_string), "QUERY_STRING=%s", options); in is_cgi()
3137 cupsdSetStringf(&con->options, " %s", options); in is_cgi()
3285 cupsdSetStringf(&(con->query_string), "QUERY_STRING=%s", commptr); in pipe_command()