Searched refs:tmp_str (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dz8k-dis.c476 print_intr(char *tmp_str, unsigned long interrupts) argument
480 *tmp_str = 0;
483 strcat (tmp_str, "vi");
488 if (comma) strcat (tmp_str, ",");
489 strcat (tmp_str, "nvi");
494 print_flags(char *tmp_str, unsigned long flags) argument
498 *tmp_str = 0;
501 strcat (tmp_str, "c");
506 if (comma) strcat (tmp_str, ",");
507 strcat (tmp_str, "
529 char out_str[80], tmp_str[25]; local
[all...]
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DRepeatingAutoWake.c70 CFStringRef tmp_str; local
82 tmp_str = (CFStringRef)CFDictionaryGetValue(event, CFSTR(kIOPMPowerEventTypeKey));
83 if(!isA_CFString(tmp_str)) return false;
85 if( !CFEqual(tmp_str, CFSTR(kIOPMAutoSleep))
86 && !CFEqual(tmp_str, CFSTR(kIOPMAutoShutdown))
87 && !CFEqual(tmp_str, CFSTR(kIOPMAutoWakeOrPowerOn))
88 && !CFEqual(tmp_str, CFSTR(kIOPMAutoPowerOn))
89 && !CFEqual(tmp_str, CFSTR(kIOPMAutoWake))
90 && !CFEqual(tmp_str, CFSTR(kIOPMAutoRestart)) )
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Deng_dyn.c389 char *tmp_str = BUF_strdup(p); local
390 if(!tmp_str)
396 sk_insert(ctx->dirs, tmp_str, -1);
/macosx-10.10/libxml2-26/libxml2/
H A Dc14n.c1005 xmlChar * tmp_str; local
1027 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1);
1028 if(tmp_str == NULL) {
1037 tmp_str_len = xmlStrlen(tmp_str);
1038 if(tmp_str_len > 1 && tmp_str[tmp_str_len - 2] == '.') {
1039 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/");
1041 xmlFree(tmp_str);
1048 tmp_str = tmp_str2;
1052 tmp_str2 = xmlBuildURI(res, tmp_str);
1054 xmlFree(tmp_str);
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dc14n.c1003 xmlChar * tmp_str; local
1025 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1);
1026 if(tmp_str == NULL) {
1035 tmp_str_len = xmlStrlen(tmp_str);
1036 if(tmp_str_len > 1 && tmp_str[tmp_str_len - 2] == '.') {
1037 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/");
1039 xmlFree(tmp_str);
1046 tmp_str = tmp_str2;
1050 tmp_str2 = xmlBuildURI(res, tmp_str);
1052 xmlFree(tmp_str);
[all...]
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Drule.c334 char * tmp_str = NULL; local
338 tmp_str = _copy_cf_string(value, NULL);
339 rule_t delegate = rule_create_with_string(tmp_str, dbconn);
340 free_safe(tmp_str);
348 tmp_str = _copy_cf_string(CFArrayGetValueAtIndex(value,i), NULL);
349 rule_t delegate = rule_create_with_string(tmp_str, dbconn);
350 free_safe(tmp_str);
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-parse.c545 char tmp_str[64]; local
558 len = wcsrtombs_l(tmp_str, &src,
559 sizeof(tmp_str), &state,
563 len = wcstombs(tmp_str, tmp_wcs, 63);
567 strncpy(tmp_str, (const char*)start, len);
569 tmp_str[len] = '\0';
570 DPRINT((" class name: %s\n", tmp_str));
571 class = tre_ctype_l(tmp_str, ctx->loc);
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dwindows_usb.c596 char *tok, *tmp_str; local
600 tmp_str = (char*) calloc(1, len+1);
601 if (tmp_str == NULL) return false;
602 memcpy(tmp_str, driver, len+1);
603 tok = strtok(tmp_str, sep_str);
607 free(tmp_str);
613 free (tmp_str);

Completed in 244 milliseconds