Home | History | Annotate | Download | only in src

Lines Matching full:opts

756 	const char *opts = *opts_p;
758 *k_p = opts;
761 switch (*opts) {
775 opts++;
778 opts++;
779 *klen_p = (uintptr_t)opts - 1 - (uintptr_t)*k_p;
780 *v_p = opts;
784 if (opts != *opts_p) {
796 switch (*opts) {
798 opts++;
806 if (*opts == '\0') {
810 *vlen_p = (uintptr_t)opts - 1 - (uintptr_t)*v_p;
814 *vlen_p = (uintptr_t)opts - (uintptr_t)*v_p;
818 opts++;
823 *opts_p = opts;
861 const char *opts, *k, *v;
890 opts = config_malloc_conf;
898 opts = je_malloc_conf;
902 opts = buf;
930 opts = buf;
941 if ((opts = secure_getenv(envname)) != NULL) {
943 * Do nothing; opts is already initialized to
950 opts = buf;
956 opts = buf;
959 while (*opts != '\0' && !malloc_conf_next(&opts, &k, &klen, &v,
2599 const char *opts)
2602 stats_print(write_cb, cbopaque, opts);