Searched refs:type_str (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrbhst-test.c69 const char *type_str[] = {"kdc", "admin", "changepw", "krb524"}; local
94 printf ("%s for %s:\n", type_str[j], argv[i]);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dgender.cpp160 char type_str[256]; local
161 u_UCharsToChars(s, type_str, resLen + 1);
162 if (uprv_strcmp(type_str, gNeutralStr) == 0) {
165 if (uprv_strcmp(type_str, gMixedNeutralStr) == 0) {
168 if (uprv_strcmp(type_str, gMailTaintsStr) == 0) {
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_mbstr.c68 static int type_str(unsigned long value, void *arg);
161 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
309 static int type_str(unsigned long value, void *arg) function
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap_cache.c83 const char *type_str; local
91 type_str = "Searches";
95 type_str = "Compares";
100 type_str = "DN Compares";
120 type_str,
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientItemID.c537 const char * type_str; local
539 type_str = is_item ? "item" : "identity";
544 result = create_item_format(domain_str, type_str, WLAN_SSID_STR,
551 result = create_item_format(domain_str, type_str,
555 result = create_item_format(domain_str, type_str, PROFILEID_STR,
563 result = create_item_format(domain_str, type_str, WLAN_SSID_STR,
574 result = create_item_format(domain_str, type_str,
579 result = create_item_format(domain_str, type_str, PROFILEID_STR,
585 result = create_item_format(domain_str, type_str, DEFAULT_STR, NULL);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcups-driverd.cxx1025 *type_str; /* ppd-type option */ local
1195 type_str = cupsGetOption("ppd-type", num_options, options);
1212 if (type_str)
1217 if (!strcmp(type_str, PPDTypes[type]))
1223 type_str);
1224 type_str = NULL;
1402 if (type_str && ppd->record.type == type)
1719 type_str[128]; /* ppd-type */ local
1843 strlcpy(type_str, "postscript", sizeof(type_str));
[all...]
H A Ddirsvc.c353 type_str[32], /* Type to string buffer */ local
495 snprintf(type_str, sizeof(type_str), "0x%X", p->type | CUPS_PRINTER_REMOTE);
502 keyvalue[count++][1] = type_str;
H A Dipp.c6858 type_str[256], /* Escaped ppd-type string */ local
6944 url_encode_attr(type, type_str, sizeof(type_str));
6946 type_str[0] = '\0';
6971 type ? "%20" : "", type_str,
/macosx-10.10.1/swig-12/Source/Modules/
H A Doctave.cxx311 String *type_str = NewString(""); local
312 Printf(type_str, "@var{retval} is of type %s. ", type);
313 Append(args_str, type_str);
314 Delete(type_str);
417 String *type_str = NewString(""); local
422 Printf(type_str, "%s is of type %s. ", tex_name, type);
423 Append(args_str, type_str);
424 Delete(type_str);
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/core/
H A Dkernelcore.py224 def GetValueFromAddress(self, addr, type_str = 'void *'):
228 type_str - str: type to cast to. Default type will be void *
230 value : a value object which has address as addr and type is type_str
233 obj = cast(obj, type_str)
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dipc.py664 type_str = 'TASK'
666 type_str = "INH"
671 out_str += fmt.format(iie, type_str, refs, made_refs, kmsg_count, inherit_count)
683 if type_str == "INH":
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/
H A Dqueryperf.c1328 char *domain_str, *type_str; local
1337 type_str = strtok(NULL, WHITESPACE);
1339 if ((domain_str == NULL) || (type_str == NULL)) {
1350 if (strcasecmp(type_str, qtype_strings[index]) == 0) {
1357 fprintf(stderr, "Query type not understood: %s\n", type_str);
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dcplus-dem.c2282 string type_str; local
2308 if (!do_type (work, &args, &type_str))
2311 string_appends (&arg, &type_str);
2312 string_delete (&type_str);
/macosx-10.10.1/PowerManagement-494.1.2/pmset/
H A Dpmset.c1757 CFStringRef type_str = NULL; local
1772 type_str = getRepeatingDictionaryType(on);
1773 if (type_str) {
1774 CFStringGetCString(type_str, type_buf, sizeof(type_buf), kCFStringEncodingMacRoman);
1787 type_str = getRepeatingDictionaryType(off);
1788 if (type_str) {
1789 CFStringGetCString(type_str, type_buf, sizeof(type_buf), kCFStringEncodingMacRoman);
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm22431 my $type_str = $$rtoken_type[$j];
22436 if ( $type_str eq ' ' ) {
22438 $type_str = $next_char[$i_next];
22442 if ( length($type_str) == 1 ) {
22443 $type_str = $type_str x $num;
22445 $token_str .= $type_str;
[all...]

Completed in 506 milliseconds