Home | History | Annotate | Download | only in fmt

Lines Matching full:hasprefix

743 			case strings.HasPrefix(tt.out[i:], "PTR_d"):
746 case strings.HasPrefix(tt.out[i:], "PTR_o"):
749 case strings.HasPrefix(tt.out[i:], "PTR_x"):
1118 if !strings.HasPrefix(Sprint(&m1), "&") {