Searched refs:substitute (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/
H A Dkext_panic_report.h41 char substitute; member in struct:subs_entry_t
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp9916 * substitute() looks at an input string (a pointer within a larger buffer)
9921 static int substitute(
9933 substitute( function
9986 * Check the return value of substitute() so we only replace the prefix.
9992 did_sub = substitute(identifier, identifier_out,
9994 subs_entry->substring, /* marker */ '\0', subs_entry->substitute);
9999 * and replacing them with shorter !+character sequences via substitute().
10014 did_sub = substitute(scan_string, identifier_out,
10016 subs_entry->substring, '!', subs_entry->substitute);
10020 /* If we didn't substitute, cop
[all...]

Completed in 85 milliseconds