Lines Matching defs:cpp
926 char **cpp;
928 for (cpp = list; *cpp; cpp++) {
929 printf("'%s'", *cpp);
930 if (cpp[1])
1065 char **cpp;
1068 for (cpp = fs_types; *cpp; cpp++)
1069 profile_get_integer(profile, "fs_types", *cpp, opt, ret, &ret);
1076 char **cpp;
1079 for (cpp = fs_types; *cpp; cpp++)
1080 profile_get_boolean(profile, "fs_types", *cpp, opt, ret, &ret);
1133 char *tmp, **cpp;
1581 for (cpp = fs_types; *cpp; cpp++) {
1583 profile_get_string(profile, "fs_types", *cpp,
1717 for (cpp = fs_types; *cpp; cpp++) {
1719 profile_get_string(profile, "fs_types", *cpp, "options", "", &tmp);