Searched refs:psection (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/conf/
H A Dconf_def.c194 char *start, *psection, *pname; local
358 psection = pname;
362 psection = section;
375 if (!str_copy(conf, psection, &include, p))
425 if (!str_copy(conf, psection, &(v->value), start))
428 if (strcmp(psection, section) != 0) {
429 if ((tv = _CONF_get_section(conf, psection))
431 tv = _CONF_new_section(conf, psection);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_def.c222 char *start, *psection, *pname; local
388 psection = pname;
392 psection = section;
470 if (!str_copy(conf, psection, &include, p))
549 if (!str_copy(conf, psection, &(v->value), start))
552 if (strcmp(psection, section) != 0) {
553 if ((tv = _CONF_get_section(conf, psection))
555 tv = _CONF_new_section(conf, psection);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h3737 Input_section(Output_relaxed_input_section* psection) argument
3742 this->u2_.poris = psection;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.h3765 Input_section(Output_relaxed_input_section* psection) argument
3770 this->u2_.poris = psection;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h3737 Input_section(Output_relaxed_input_section* psection) argument
3742 this->u2_.poris = psection;

Completed in 358 milliseconds