Home | History | Annotate | Download | only in sys

Lines Matching refs:strcmp

48 	if (strcmp(regset, "regs") == 0)
53 if (strcmp(regset, "fpregs") == 0)
77 if (strcmp(regset, "regs") == 0) {
81 if (strcmp(aux, "none") == 0) {
83 } else if (strcmp(aux, "pc") == 0) {
98 if (strcmp(aux, "set_pc") != 0) {
102 } else if (strcmp(aux, "sp") == 0) {
105 } else if (strcmp(aux, "intrv") == 0) {
108 } else if (strcmp(aux, "setregs") == 0) {
117 if (strcmp(regset, "fpregs") == 0) {
121 if (strcmp(aux, "getfpregs") == 0) {
123 } else if (strcmp(aux, "setfpregs") == 0) {