Home
last modified time | relevance | path

Searched refs:parse_env (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/less/dist/lesstest/
H A Dparse.c23 static int parse_env(TestSetup* setup, const char* line, int line_len) { in parse_env() function
128 if (!parse_env(setup, line+1, line_len-1)) { in read_test_setup()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Ds390xcap.c70 static int parse_env(struct OPENSSL_s390xcap_st *cap);
143 if (!parse_env(&cap)) in OPENSSL_cpuid_setup()
183 static int parse_env(struct OPENSSL_s390xcap_st *cap) in parse_env() function