Searched refs:debug_string (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.h1143 /*! @defined debug_string
1149 #undef debug_string macro
1151 #if ( !defined( debug_string ) )
1153 #define debug_string( STR ) \ macro
1160 #define debug_string( STR ) macro
H A DDebugServices.c2786 // debug_string
2788 debug_string( "debug_string" );
/macosx-10.10.1/system_cmds-643.1.1/trace.tproj/
H A Dtrace.c146 char *debug_string; member in struct:__anon12482
2410 codesc[codesc_idx].debug_string = &file_addr[j];
2424 printf("[%6d] 0x%8x %s\n", 0, codesc[0].debugid, codesc[0].debug_string);
2425 printf("[%6d] 0x%8x %s\n\n", codenum-1, codesc[codenum-1].debugid, codesc[codenum-1].debug_string);
2434 printf("lowbound [%6d]: 0x%8x %s\n", 0, codesc[0].debugid, codesc[0].debug_string);
2435 printf("highbound [%6zd]: 0x%8x %s\n\n", codesc_idx - 1, codesc[codesc_idx - 1].debugid, codesc[codesc_idx - 1].debug_string);
2442 printf("[%d] 0x%x %s\n",i+1, codesc[i].debugid, codesc[i].debug_string);
2461 fprintf(stderr, "WARNING: The debugid 0x%"PRIx32" (%s) has already been defined as '%s'.\n", codesc[i].debugid, codesc[i].debug_string, codesc[i - 1].debug_string);
2488 bcopy(&codesc[indx].debug_string[
[all...]
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_parse.c1015 debug_string("URI too long");
1348 debug_string("URI too long");
1368 debug_string("Cannot parse Status line, HTTP string not found");
1384 debug_string("Cannot parse Status line, numeric status code missing");
1397 debug_string("Cannot parse Status line, could not convert numeric status code");
1520 debug_string("could not get child name (too long?)");
1642 debug_string("nodecache_get_node failed");
2025 debug_string("error parsing lock token");
H A Dwebdav_file.c127 debug_string("mkstemp failed");
1002 debug_string("nodecache_delete_node failed");
1009 debug_string("nodecache_move_node failed");
1067 debug_string("nodecache_delete_node failed");
1121 debug_string("nodecache_delete_node failed");
H A Dwebdav_agent.c883 debug_string("setsid() failed");
H A Dwebdav_cache.c539 debug_string("internal_remove_file_cache: open_cache_files was zero");
H A Dwebdav_network.c2434 debug_string("write failed");
2738 debug_string("network_mount: WebDAV protocol not supported");
2775 debug_string("network_mount: URL is not a collection resource (directory)");
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A DAssertMacros.h1279 replace "debug_string(<b args>)" with "__Debug_String(<args>)"
1422 #ifndef debug_string
1423 #define debug_string(message) __Debug_String(message) macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c163 #define debug_string( cstring ) macro
/macosx-10.10.1/groff-38/groff/src/devices/grohtml/
H A Dpost-html.cpp3492 debug_string
3499 page_contents->insert_tag(string(debug_string));

Completed in 143 milliseconds