Lines Matching defs:buf
30 char *buf = "d";
33 n = asprintf(&testStr, "%s", buf);
46 char *buf = "o";
49 n = asprintf(&testStr, "%s", buf);
62 char *buf = "x,X";
65 n = asprintf(&testStr, "%s", buf);
78 char *buf = "u";
81 n = asprintf(&testStr, "%s", buf);
94 char *buf = "f";
97 n = asprintf(&testStr, "%s", buf);
110 char *buf = "e,E";
113 n = asprintf(&testStr, "%s", buf);
126 char *buf = "g,G";
129 n = asprintf(&testStr, "%s", buf);
142 char *buf = "c";
145 n = asprintf(&testStr, "%s", buf);
158 char *buf = "s";
161 n = asprintf(&testStr, "%s", buf);