Lines Matching refs:fprintf
120 fprintf( stderr, gettext("usage: %s [options]\n"), ldaptool_progname );
121 fprintf( stderr, gettext("options:\n") );
123 fprintf( stderr, gettext(" -c\t\tcontinuous mode (do not stop on errors)\n") );
124 fprintf( stderr, gettext(" -A\t\tdisplay non-ASCII values in conjunction with -v\n") );
125 fprintf( stderr, gettext(" -f file\tread modifications from file (default: standard input)\n") );
127 fprintf( stderr, gettext(" -a\t\tadd entries\n") );
129 fprintf( stderr, gettext(" -b\t\tread values that start with / from files (for bin attrs)\n") );
130 fprintf( stderr, gettext(" -F\t\tforce application of all changes, regardless of\n") );
131 fprintf( stderr, gettext(" \t\treplica lines\n") );
132 fprintf( stderr, gettext(" -e rejfile\tsave rejected entries in \"rejfile\"\n") );
133 fprintf( stderr, gettext(" -B suffix\tbulk import to \"suffix\"\n"));
134 fprintf( stderr, gettext(" -q\t\tbe quiet when adding/modifying entries\n") );
136 fprintf( stderr, gettext(" -r\t\treplace values\n"));
137 fprintf( stderr, gettext(" -l nb-connections\tnumber of LDAP connections\n"));
278 fprintf(stderr, gettext("Error: unable to service "
340 fprintf( stderr, gettext("Cannot open error file \"%s\" - "
347 fprintf( rfp, gettext("# Error: %s\n"), ldap_err2string( rc ));
370 fprintf(stderr, gettext("Error: unable to service "
490 fprintf( stderr, gettext("%s: invalid format (line %d of entry: %s)\n"),
492 fprintf( stderr, gettext("%s: line contents: (%s)\n"),
523 fprintf( stderr, gettext("%s: LDIF version %d is not supported;"
571 fprintf( stderr, gettext("Unable to parse %s\n"), ctrl_value);
603 fprintf( stderr,
617 fprintf(stderr, gettext("%s: Missing changetype operation specification.\n\tThe dn line must be followed by \"changetype: operation\"\n\t(unless ldapmodify is called with -a option)\n\twhere operation is add|delete|modify|modrdn|moddn|rename\n\t\"%s\" is not a valid changetype operation specification\n\t(line %d of entry %s)\n"),
643 fprintf(stderr, gettext("%s: Invalid parameter \"%s\" specified for changetype modify (line %d of entry %s)\n"),
654 fprintf( stderr,
670 fprintf( stderr, gettext("%s: expecting \"%s:\" but saw \"%s:\" (line %d of entry %s)\n"),
696 fprintf( stderr,
708 fprintf( stderr, gettext("%s: expecting \"%s:\" but saw \"%s:\" (line %d of entry %s)\n"),
715 fprintf( stderr,
850 fprintf( stderr, gettext("%s: missing value on line %d (attr is %s)\n"),
868 fprintf(stderr, gettext("%s: Invalid parameter specified for changetype modify (line %d of entry %s)\n"),
992 fprintf( stderr, gettext("%s: no attributes to change or add (entry %s)\n"),