Lines Matching defs:cptr
683 char *cptr;
691 if ((cptr = strstr(opts->copts, "diag=")) != NULL) {
695 cptr += strlen("diag=");
697 if (strncmp(cptr, "off", sizeof ("off")) == 0) {
699 } else if (strncmp(cptr, "init", sizeof ("init")) == 0) {
701 } else if (strncmp(cptr, "quick", sizeof ("quick")) == 0) {
703 } else if (strncmp(cptr, "min", sizeof ("min")) == 0) {
705 } else if (strncmp(cptr, "default", sizeof ("default")) == 0 ||
706 strncmp(cptr, "max", sizeof ("max")) == 0) {
708 } else if (strncmp(cptr, "mem1", sizeof ("mem1")) == 0) {
710 } else if (strncmp(cptr, "mem2", sizeof ("mem2")) == 0) {