Searched refs:utfname (Results 1 - 5 of 5) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c313 uint8_t *utfname; local
316 utfname = CFAllocatorAllocate(kCFAllocatorSystemDefault, __kCFMessagePortMaxNameLength + 1, 0);
317 CFStringGetBytes(name, CFRangeMake(0, CFStringGetLength(name)), kCFStringEncodingUTF8, 0, false, utfname, __kCFMessagePortMaxNameLength, &utflen);
318 utfname[utflen] = '\0';
319 if (strlen((const char *)utfname) != utflen) {
321 CFAllocatorDeallocate(kCFAllocatorSystemDefault, utfname);
322 utfname = NULL;
329 result = CFStringCreateWithBytes(kCFAllocatorSystemDefault, utfname, utflen, kCFStringEncodingUTF8, false);
332 *utfnamep = utfname;
333 } else if (NULL != utfname) {
353 uint8_t *utfname = NULL; local
494 uint8_t *utfname = NULL; local
610 uint8_t *utfname = NULL; local
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinFile.c903 CONST char *utfname;
916 utfname = Tcl_WinTCharToUtf(native, -1, &ds);
920 if ((utfname[0] == '.') && (utfname[1] == '\0'
921 || (utfname[1] == '.' && utfname[2] == '\0'))) {
925 } else if (utfname[0] == '.' && utfname[1] == '.'
926 && utfname[2] == '\0') {
946 if (Tcl_StringCaseMatch(utfname, patter
893 CONST char *utfname; local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinFile.c1082 const char *utfname;
1094 utfname = Tcl_WinTCharToUtf(native, -1, &ds);
1101 if ((utfname[0] == '.') && (utfname[1] == '\0'
1102 || (utfname[1] == '.' && utfname[2] == '\0'))) {
1106 } else if (utfname[0] == '.' && utfname[1] == '.'
1107 && utfname[2] == '\0') {
1127 if (Tcl_StringCaseMatch(utfname, patter
1072 const char *utfname; local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixFile.c323 CONST char *utfname;
346 utfname = Tcl_ExternalToUtfDString(NULL, entryPtr->d_name, -1,
348 if (Tcl_StringCaseMatch(utfname, pattern, 0)) {
360 TclNewFSPathObj(pathPtr, utfname,
321 CONST char *utfname; local
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixFile.c298 CONST char *utfname;
315 utfname = Tcl_ExternalToUtfDString(NULL, entryPtr->d_name,
317 if (Tcl_StringCaseMatch(utfname, pattern, 0)) {
327 TclNewFSPathObj(pathPtr, utfname,
296 CONST char *utfname; local

Completed in 272 milliseconds