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

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dmonitor.c71 if(debug)FPRINTF(STDERR, "Add_buffer: start n %d, inbuffers 0x%lx, max_in_buffers %d\n",
78 FPRINTF(STDERR,"Add_buffer: realloc %d failed\n", n );
85 if(debug)FPRINTF(STDERR,"Add_buffer: end n %d, inbuffers 0x%lx, max_in_buffers %d\n",
92 if(debug)FPRINTF(STDERR,"Clear_buffer: n %d\n", n );
102 if(debug)FPRINTF(STDERR,"Save_outbuf_len: n %d, len %d\n", n, len );
105 if(debug)FPRINTF(STDERR,
113 FPRINTF(STDERR,"Put_oubuf_len: realloc %d failed\n", in->max_len );
119 if(debug)FPRINTF(STDERR,
133 FPRINTF( STDERR, "usage: %s [-u] [-t] [port]\n", prog );
134 FPRINTF( STDER
[all...]
H A Dcheckpc.c83 FPRINTF(STDERR, "Pc_var_list: '%s' >= '%s'\n", s, t );
265 FPRINTF(STDERR,"You cannot mkdir %s - something is wrong",
270 FPRINTF(STDERR,"You cannot stat %s - something is wrong",
673 FPRINTF( STDERR, "%s\n", *s );
676 FPRINTF( STDOUT, "%s\n", Version );
697 FPRINTF( STDERR, "Bad format for age '%s'", age );
712 FPRINTF( STDERR, "Bad format for number '%s'", age );
770 FPRINTF( STDOUT,
774 FPRINTF( STDOUT, "removing '%s'\n", path );
1020 FPRINTF( STDER
[all...]
H A Dlpf.c210 FPRINTF(STDERR,"BAD FD 0\n");
214 FPRINTF(STDERR,"BAD FD 1\n");
218 FPRINTF(STDERR,"BAD FD 2\n");
414 FPRINTF( STDERR, "missing option flag");
426 FPRINTF( STDERR, "missing option '%c' value", c );
475 FPRINTF( STDERR, "cannot open error log file '%s'", errorfile );
477 FPRINTF( STDERR, "using error log file '%s'", errorfile );
485 FPRINTF(STDERR, "%s command: ", name );
487 FPRINTF(STDERR, "%s ", argv[i] );
489 FPRINTF( STDER
[all...]
H A Dgetopt.c92 (void) FPRINTF (STDERR, "--X option form illegal\n" );
103 (void) FPRINTF (STDERR, "%s: Illegal option '%c'\n", Name, option);
124 (void) FPRINTF (STDERR,
H A Dlpbanner.c154 FPRINTF( STDERR, "missing option flag");
166 FPRINTF( STDERR, "missing option '%c' value", c );
203 FPRINTF( STDERR, "cannot open error log file '%s'", errorfile );
205 FPRINTF( STDERR, "using error log file '%s'", errorfile );
213 FPRINTF(STDERR, "%s command: verbose %d, debug %d ", name, verbose, debug );
215 FPRINTF(STDERR, "%s ", argv[i] );
217 FPRINTF( STDERR, "\n" );
220 FPRINTF(STDERR, "FILTER decoded options: " );
221 FPRINTF(STDERR,"login '%s'\n", login? login : "null" );
222 FPRINTF(STDER
[all...]
H A Ddebug.c141 FPRINTF (STDERR,
143 FPRINTF (STDERR, " flags recognized:");
148 FPRINTF( STDERR, ", " );
149 if( !(i % 4) ) FPRINTF( STDERR, "\n " );
151 FPRINTF( STDERR, " " );
158 FPRINTF (STDERR, "%s=num", list[i].keyword);
161 FPRINTF (STDERR, "%s=str", list[i].keyword);
165 FPRINTF (STDERR, "%s[+N,@]", list[i].keyword );
175 FPRINTF (STDERR, "\n");
H A Dlpc.c133 FPRINTF(STDERR,
191 FPRINTF( STDOUT, "lpc>" );
273 FPRINTF( STDOUT, _("Locale information directory '%s'\n"), LOCALEDIR );
275 FPRINTF( STDOUT, _("LANG environment variable '%s'\n"), s );
278 FPRINTF( STDOUT, _("gettext translation information '%s'\n"), t );
282 FPRINTF(STDERR, "Translation of '%s' is '%s'\n","TRANSLATION TEST", _("TRANSLATION TEST"));
284 FPRINTF( STDOUT, "LANG environment variable not set\n" );
432 FPRINTF( STDOUT, "%s\n", Version );
436 FPRINTF( STDOUT, _("LANG environment variable '%s'\n"), s );
439 FPRINTF( STDOU
[all...]
H A Dlpq.c160 FPRINTF(STDERR,_("authentication requested (-A) and no AUTH environment variable"));
492 FPRINTF( STDERR,_("lpq: please use the LPRng lpstat program\n"));
525 FPRINTF( STDOUT, "%s\n", Version );
528 FPRINTF( STDOUT, _("LANG environment variable '%s'\n"), s );
531 FPRINTF( STDOUT, _("gettext translation information '%s'\n"), t );
533 FPRINTF( STDOUT, "%s", _("No translation available\n"));
536 FPRINTF( STDOUT, "LANG environment variable not set\n" );
566 FPRINTF( STDERR, _(s), Name );
568 FPRINTF( STDERR, "%s", _(s) );
572 FPRINTF( STDOU
[all...]
H A Dlprm.c149 FPRINTF(STDERR,
207 FPRINTF(STDERR,"no printers\n");
335 FPRINTF( STDERR, "%s\n", Version );
379 FPRINTF(STDERR, _(s), Name );
381 FPRINTF(STDERR, "%s", _(s) );
394 FPRINTF( STDOUT, "%s\n", Version );
H A Dlpstat.c116 FPRINTF(STDERR,"lpstat: requested authenticated transfer (-A) and AUTH environment variable not set");
572 FPRINTF( STDOUT, "%s\n", Version );
625 FPRINTF( STDERR, lpstat_msg, Name );
627 FPRINTF( STDOUT, "%s\n", Version );
H A Dinitialize.c143 /* FPRINTF(STDERR,"LOCALEDIR '" LOCALEDIR "'\n"); FPRINTF(STDERR,"PACKAGE '" PACKAGE "'\n"); */
193 FPRINTF( STDERR,
H A Dlpr.c94 FPRINTF(STDERR,
748 FPRINTF( STDERR,_(s), Name );
750 FPRINTF( STDERR, "%s",_(s) );
763 FPRINTF( STDERR, "%s\n", Version );
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/AUTHENTICATE/
H A Dsclient.c38 FPRINTF(STDERR, "usage: %s %s\n", progname, msg[0]);
40 FPRINTF(STDERR, "%s\n", msg[i]);
68 FPRINTF(STDERR,"bad option '%c'\n", c );
78 FPRINTF(STDERR,"missing host or file name\n" );
89 FPRINTF(STDERR, "using '%s'\n", principal );
92 FPRINTF(STDERR, "default remote principal '%s'\n", buffer );
99 FPRINTF(STDERR, "unknown host %s\n",host);
135 FPRINTF( STDERR, "client_krb5_auth failed: %s\n", buffer );
H A Dsserver.c37 FPRINTF(STDOUT, "usage: %s %s\n", progname, msg[0]);
39 FPRINTF(STDOUT, "%s\n", msg[i]);
92 FPRINTF( STDOUT, "bad port specified\n" );
101 FPRINTF(STDOUT, "server principal '%s'\n", auth );
104 FPRINTF(STDOUT, "socket: %s\n", Errormsg(errno));
124 FPRINTF(STDOUT, "bind: %s\n", Errormsg(errno));
128 FPRINTF(STDOUT, "listen: %s", Errormsg(errno));
134 FPRINTF(STDOUT, "accept: %s\n", Errormsg(errno));
143 FPRINTF( STDOUT, "server_krb5_auth error '%s'\n", err );
147 FPRINTF(STDOU
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dportable.h849 # define FPRINTF fprintf macro
857 # define FPRINTF safefprintf macro

Completed in 75 milliseconds