Searched refs:custom_string (Results 1 – 10 of 10) sorted by relevance
681 if (cparam->current.custom_string) in ppdEmitString()682 bufsize += strlen(cparam->current.custom_string); in ppdEmitString()731 if (cparam->current.custom_string) in ppdEmitString()732 bufsize += 4 * strlen(cparam->current.custom_string); in ppdEmitString()834 if (cparam->current.custom_string) in ppdEmitString()836 strlcpy(bufptr, cparam->current.custom_string, (size_t)(bufend - bufptr)); in ppdEmitString()1041 if (cparam->current.custom_string) in ppdEmitString()1043 for (s = cparam->current.custom_string; *s; s ++) in ppdEmitString()
891 if (cparam->current.custom_string) in ppd_mark_option()892 free(cparam->current.custom_string); in ppd_mark_option()894 cparam->current.custom_string = strdup(choice + 7); in ppd_mark_option()971 if (cparam->current.custom_string) in ppd_mark_option()972 free(cparam->current.custom_string); in ppd_mark_option()974 cparam->current.custom_string = strdup(val->value); in ppd_mark_option()
249 int custom_string; /* String length */ member261 char *custom_string; /* String value */ member
1304 cparam->minimum.custom_string, in main()1305 cparam->maximum.custom_string); in main()
221 free(cparam->current.custom_string); in ppdClose()1063 cparam->minimum.custom_string = atoi(cminimum); in _ppdOpen()1064 cparam->maximum.custom_string = atoi(cmaximum); in _ppdOpen()
37 custom_string = self.module.Str("abcd")38 self.assertEqual(custom_string, "abcd")39 self.assertEqual(custom_string.upper(), "ABCD")
28 optional string custom_string = 1000;33 to have a new method to set `custom_string` in addition to all other protobuf
375 using custom_string =379 fmt::format_args args) -> custom_string {382 return custom_string(buf.data(), buf.size(), alloc);387 const Args& ... args) -> custom_string {
3002 if (cparam->current.custom_string) in do_set_options()3004 cparam->current.custom_string); in do_set_options()3587 if (integer < cparam->minimum.custom_string || in get_option_value()3588 integer > cparam->maximum.custom_string) in get_option_value()3669 if (integer < cparam->minimum.custom_string || in get_option_value()3670 integer > cparam->maximum.custom_string) in get_option_value()
2293 using custom_string = in TEST() typedef2302 std::string, custom_string, std::nullptr_t>(); in TEST()