Lines Matching defs:cpp
931 char **cpp;
933 for (cpp = list; *cpp; cpp++) {
934 printf("'%s'", *cpp);
935 if (cpp[1])
1108 char **cpp;
1111 for (cpp = fs_types; *cpp; cpp++)
1112 profile_get_integer(profile, "fs_types", *cpp, opt, ret, &ret);
1119 char **cpp;
1122 for (cpp = fs_types; *cpp; cpp++)
1123 profile_get_boolean(profile, "fs_types", *cpp, opt, ret, &ret);
1183 char *tmp, **cpp;
1631 for (cpp = fs_types; *cpp; cpp++) {
1633 profile_get_string(profile, "fs_types", *cpp,
1797 for (cpp = fs_types; *cpp; cpp++) {
1799 profile_get_string(profile, "fs_types", *cpp, "options", "", &tmp);