Searched refs:ncons (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_ncons.c116 NAME_CONSTRAINTS *ncons = NULL;
118 ncons = NAME_CONSTRAINTS_new();
119 if (!ncons)
124 ptree = &ncons->permittedSubtrees;
127 ptree = &ncons->excludedSubtrees;
144 return ncons;
149 if (ncons)
150 NAME_CONSTRAINTS_free(ncons);
160 NAME_CONSTRAINTS *ncons = a;
161 do_i2r_name_constraints(method, ncons
[all...]
/freebsd-10.1-release/release/picobsd/tinyware/oinit/
H A Doinit.c74 int ncons=MAX_CONS; variable
391 if(strncmp(buf,"ncons",5)==0) {
394 ncons=atoi(tok);
395 if((ncons<1)||(ncons>MAX_CONS)) {
396 syslog(LOG_EMERG,"%s: bad ncons value; defaulting to %d\n",fname,MAX_CONS);
397 ncons=MAX_CONS;
646 * ncons <number> number of virtual consoles to open
690 for(i=0;i<ncons;i++) {
723 for(i=0;i<ncons;
[all...]

Completed in 85 milliseconds