HomeSort by: relevance | last modified time | path
    Searched defs:c_file (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
compile_et.c 78 FILE *c_file = fopen(cfn, "w"); local
79 if(c_file == NULL)
82 fprintf(c_file, "/* Generated from %s */\n", basename(filename));
84 fprintf(c_file, "/* %s */\n", id_str);
85 fprintf(c_file, "\n");
86 fprintf(c_file, "#include <stddef.h>\n");
87 fprintf(c_file, "#include <krb5/com_err.h>\n");
88 fprintf(c_file, "#include \"%s\"\n", hfn);
89 fprintf(c_file, "\n");
90 fprintf(c_file, "#define N_(x) (x)\n")
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 109 struct berval c_file; member in struct:ConfigFile
2006 ber_str2bv( c->argv[1], 0, 1, &cf->c_file );
2016 ch_free( cf->c_file.bv_val );
  /src/external/gpl3/gcc/dist/gcc/
collect2.cc 211 static const char *c_file; /* <xxx>.c for constructor/destructor list. */
392 if (c_file != 0 && c_file[0])
393 maybe_unlink (c_file);
1174 c_file = concat (output_file, ".cdtor.c", NULL);
1182 c_file = make_temp_file (".cdtor.c");
1564 *c_ptr++ = c_file;
1599 fprintf (stderr, "c_file = %s\n",
1600 (c_file ? c_file : "not found"))
209 static const char *c_file; \/* <xxx>.c for constructor\/destructor list. *\/ variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.cc 211 static const char *c_file; /* <xxx>.c for constructor/destructor list. */
392 if (c_file != 0 && c_file[0])
393 maybe_unlink (c_file);
1171 c_file = concat (output_file, ".cdtor.c", NULL);
1179 c_file = make_temp_file (".cdtor.c");
1560 *c_ptr++ = c_file;
1595 fprintf (stderr, "c_file = %s\n",
1596 (c_file ? c_file : "not found"))
209 static const char *c_file; \/* <xxx>.c for constructor\/destructor list. *\/ variable
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
bconfig.c 69 struct berval c_file; member in struct:ConfigFile
2617 value_add_one( &c->rvalue_vals, &cf->c_file );
4061 ber_str2bv( c->argv[1], 0, 1, &cf->c_file );
4068 ch_free( cf->c_file.bv_val );
4562 ber_str2bv( cfname, 0, 1, &cfb->cb_config->c_file );
7286 LUTIL_SLASHPATH( cf->c_file.bv_val );
7287 bv.bv_val = strrchr(cf->c_file.bv_val, LDAP_DIRSEP[0]);
7289 bv = cf->c_file;
7292 bv.bv_len = cf->c_file.bv_len - (bv.bv_val - cf->c_file.bv_val)
    [all...]

Completed in 21 milliseconds