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

  /src/sys/dev/microcode/siop/
ncr53cxxx.c 105 char *script_name = "SCRIPT"; variable
685 fprintf (outfp, "const u_int32_t %s[] = {\n", script_name);
706 script_name = malloc (strlen (name) + 1);
707 strcpy (script_name, name);
  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 42 const char *script_name; member in struct:child_thread_args
685 static int helper_init(struct helper *h, const char *script_name,
804 BIO_snprintf(title, sizeof(title), "quic_multistream_test: %s", script_name);
1038 const char *script_name,
1194 TEST_info("script \"%s\" finished on thread %d", script_name, thread_idx);
1825 h->threads[i].script_name = script_name;
1946 script_name, op_idx + 1, thread_idx);
2014 const char *script_name,
2021 if (!TEST_true(helper_init(&h, script_name,
5904 char script_name[64]; local
5998 char script_name[64]; local
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1267 char *script_name; /* Name of config script. */ member in struct:client_config

Completed in 37 milliseconds