Lines Matching defs:cpp
1011 char **cpp;
1013 for (cpp = list; *cpp; cpp++) {
1014 printf("'%s'", *cpp);
1015 if (cpp[1])
1191 char **cpp;
1194 for (cpp = types; *cpp; cpp++)
1195 profile_get_integer(profile, "fs_types", *cpp, opt, ret, &ret);
1203 char **cpp;
1206 for (cpp = types; *cpp; cpp++)
1207 profile_get_double(profile, "fs_types", *cpp, opt, ret, &ret);
1214 char **cpp;
1217 for (cpp = types; *cpp; cpp++)
1218 profile_get_boolean(profile, "fs_types", *cpp, opt, ret, &ret);
1281 char *tmp, **cpp;
1749 for (cpp = fs_types; *cpp; cpp++) {
1751 profile_get_string(profile, "fs_types", *cpp,
2001 for (cpp = fs_types; *cpp; cpp++) {
2003 profile_get_string(profile, "fs_types", *cpp, "options", "", &tmp);