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

  /src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release 58 inform() { function
119 inform "Updating ChangeLogs and version files"
201 inform "Tagging sources as ${TAG}"
217 inform "Sources are commit ${GITREV}"
245 inform "Building install docs"
260 inform "Building compiler"
317 inform "Building tarfiles"
348 inform "Building diffs against version $old_vers"
357 inform "$old_tar not found; not generating diff file"
359 inform "$new_tar not found; not generating diff file
    [all...]
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 58 inform() { function
119 inform "Updating ChangeLogs and version files"
201 inform "Tagging sources as ${TAG}"
217 inform "Sources are commit ${GITREV}"
245 inform "Building install docs"
260 inform "Building compiler"
317 inform "Building tarfiles"
348 inform "Building diffs against version $old_vers"
357 inform "$old_tar not found; not generating diff file"
359 inform "$new_tar not found; not generating diff file
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
mac.c 93 int inform = FORMAT_BINARY; local
176 in = bio_open_default(infile, 'r', inform);
  /src/crypto/external/apache2/openssl/dist/test/
asn1_internal_test.c 282 int inform = MBSTRING_UNIV; local
284 if (!TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_GENERALSTRING, 0, 0), -1)
285 || !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_VISIBLESTRING, 0, 0), -1)
286 || !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_VIDEOTEXSTRING, 0, 0), -1)
287 || !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_GENERALIZEDTIME, 0, 0), -1))
  /src/crypto/external/bsd/openssl/dist/apps/
mac.c 89 int inform = FORMAT_BINARY; local
173 in = bio_open_default(infile, 'r', inform);
  /src/external/bsd/unbound/dist/dynlibmod/
dynlibmod.c 109 __DYNSYM inform; local
136 inform = __LOADSYM(dynamic_library,"inform_super");
137 if (inform == NULL) {
142 de->func_inform = (func_inform_t)(void*)inform;
  /src/external/gpl2/dtc/dist/
dtc.c 165 const char *inform = NULL; local
185 inform = optarg;
288 if (inform == NULL)
289 inform = guess_input_format(arg, "dts");
293 if (streq(inform, "dts"))
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
301 if (streq(inform, "dts"))
303 else if (streq(inform, "fs"))
305 else if(streq(inform, "dtb"))
308 die("Unknown input format \"%s\"\n", inform);
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
elfcomm.c 67 inform (const char *message, ...) function
dllwrap.c 117 static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
128 inform ()
146 inform (const char *message, ...) function
206 inform (_("Tried file: %s"), cmd);
213 inform (_("Using file: %s"), cmd);
dlltool.c 805 static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
843 inform (const char * message, ...) function
957 inform (_("Processing def file: %s"), name);
961 inform (_("Processed def file"));
1033 inform (_("NAME: %s base: %x"), name, base);
1056 inform (_("LIBRARY: %s base: %x"), name, base);
1259 inform (_("run: %s %s"), what, args);
1291 inform ("%s", strerror (errno));
1335 inform (_("Sucking in info from %s section in %s"),
1474 inform (_("Excluding symbol: %s"), exclude_string)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
elfcomm.c 67 inform (const char *message, ...) function
dllwrap.c 117 static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
128 inform ()
146 inform (const char *message, ...) function
206 inform (_("Tried file: %s"), cmd);
213 inform (_("Using file: %s"), cmd);
dlltool.c 805 static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
843 inform (const char * message, ...) function
957 inform (_("Processing def file: %s"), name);
961 inform (_("Processed def file"));
1033 inform (_("NAME: %s base: %x"), name, base);
1056 inform (_("LIBRARY: %s base: %x"), name, base);
1259 inform (_("run: %s %s"), what, args);
1291 inform ("%s", strerror (errno));
1335 inform (_("Sucking in info from %s section in %s"),
1473 inform (_("Excluding symbol: %s"), exclude_string)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
pending-diagnostic.cc 144 diagnostic_emission_context::inform (const char *gmsgid, ...) function in class:ana::diagnostic_emission_context
  /src/usr.sbin/lpr/common_source/
displayq.c 204 inform(q->q_name);
299 inform(const char *cf) function
  /src/external/mpl/dhcp/dist/server/
ldap.c 1300 static int inform = 1; local
1304 if (inform || (ldap_init_retry % 10) == 0)
1306 inform = 0;

Completed in 61 milliseconds