HomeSort by: relevance | last modified time | path
    Searched refs:rejfp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
patch.c 133 static FILE *rejfp = NULL; /* reject file pointer */ variable
357 if (rejfp)
358 fclose(rejfp);
359 rejfp = NULL;
400 if (ferror(rejfp) || fclose(rejfp)) {
404 rejfp = NULL;
717 fprintf(rejfp, "***************\n");
722 fprintf(rejfp, "*** 0%s\n", stars);
724 fprintf(rejfp, "*** %ld%s\n", oldfirst, stars)
    [all...]
  /src/external/bsd/openldap/dist/clients/tools/
ldapmodify.c 230 FILE *rejfp; local
251 if (( rejfp = fopen( rejfile, "w" )) == NULL ) {
257 rejfp = NULL;
310 if ( rejfp ) {
323 if ( rc && rejfp ) {
324 fprintf(rejfp, _("# Error: %s (%d) (line=%lu)"), ldap_err2string(rc), rc, lineno);
330 fprintf( rejfp, _(", matched DN: %s"), matched_msg );
339 fprintf( rejfp, _(", additional info: %s"), error_msg );
343 fprintf( rejfp, "\n%s\n", rejbuf );
346 if (rejfp) ber_memfree( rejbuf )
    [all...]

Completed in 38 milliseconds