Lines Matching defs:cpp
1176 char **cpp;
1178 for (cpp = list; *cpp; cpp++) {
1179 printf("'%s'", *cpp);
1180 if (cpp[1])
1352 char **cpp;
1355 for (cpp = types; *cpp; cpp++)
1356 profile_get_integer(profile, "fs_types", *cpp, opt, ret, &ret);
1364 char **cpp;
1367 for (cpp = types; *cpp; cpp++)
1368 profile_get_uint(profile, "fs_types", *cpp, opt, ret, &ret);
1376 char **cpp;
1379 for (cpp = types; *cpp; cpp++)
1380 profile_get_double(profile, "fs_types", *cpp, opt, ret, &ret);
1387 char **cpp;
1390 for (cpp = types; *cpp; cpp++)
1391 profile_get_boolean(profile, "fs_types", *cpp, opt, ret, &ret);
1454 char *tmp, **cpp;
1975 for (cpp = fs_types; *cpp; cpp++) {
1977 profile_get_string(profile, "fs_types", *cpp,
2285 for (cpp = fs_types; *cpp; cpp++) {
2287 profile_get_string(profile, "fs_types", *cpp, "options", "", &tmp);