Lines Matching +defs:val +defs:sp
192 krb5_boolean val;
204 kret = string_to_boolean (valp, &val);
208 *retdata = val;
794 char *sp, *ep, *tp;
796 sp = svalue;
798 while (sp) {
799 if ((ep = strchr(sp, (int) ',')) ||
800 (ep = strchr(sp, (int) ' ')) ||
801 (ep = strchr(sp, (int) '\t'))) {
802 /* Fill in trailing whitespace of sp */
804 while (isspace((int) *tp) && (tp > sp)) {
814 if (krb5_string_to_flags(sp,
819 sp = ep;
821 if (!sp)
1269 char *sp, *ep, *tp;
1271 sp = svalue;
1273 while (sp) {
1274 if ((ep = strchr(sp, (int) ',')) ||
1275 (ep = strchr(sp, (int) ' ')) ||
1276 (ep = strchr(sp, (int) '\t'))) {
1277 /* Fill in trailing whitespace of sp */
1279 while (isspace((int) *tp) && (tp < sp)) {
1289 if (krb5_string_to_flags(sp,
1294 sp = ep;
1296 if (!sp)