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

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
asn_moid.c 21 static int do_create(const char *value, const char *name);
37 if (!do_create(oval->value, oval->name)) {
60 static int do_create(const char *value, const char *name) function
asn_moid.c 21 static int do_create(const char *value, const char *name);
37 if (!do_create(oval->value, oval->name)) {
60 static int do_create(const char *value, const char *name) function
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn_moid.c 21 static int do_create(const char *value, const char *name);
37 if (!do_create(oval->value, oval->name)) {
60 static int do_create(const char *value, const char *name) function
asn_moid.c 21 static int do_create(const char *value, const char *name);
37 if (!do_create(oval->value, oval->name)) {
60 static int do_create(const char *value, const char *name) function
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn_moid.c 21 static int do_create(const char *value, const char *name);
37 if (!do_create(oval->value, oval->name)) {
60 static int do_create(const char *value, const char *name) function
asn_moid.c 21 static int do_create(const char *value, const char *name);
37 if (!do_create(oval->value, oval->name)) {
60 static int do_create(const char *value, const char *name) function
  /src/external/ibm-public/postfix/dist/src/fsstone/
fsstone.c 169 int do_create = 0; local
183 do_create++;
197 if (argc - optind != 2 || (do_rename && !do_create))
216 if (do_create) {
fsstone.c 169 int do_create = 0; local
183 do_create++;
197 if (argc - optind != 2 || (do_rename && !do_create))
216 if (do_create) {

Completed in 35 milliseconds