Searched refs:pathBuf (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXfilecmds.c130 Tcl_DString pathBuf;
132 Tcl_DStringInit (&pathBuf);
134 filePath = Tcl_TranslateFileName (interp, filePath, &pathBuf);
136 Tcl_DStringFree (&pathBuf);
142 Tcl_DStringFree (&pathBuf);
146 Tcl_DStringFree (&pathBuf);
264 Tcl_DString pathBuf;
289 Tcl_DStringInit (&pathBuf);
293 dirPath = Tcl_TranslateFileName (interp, dirPath, &pathBuf);
306 Tcl_DStringFree (&pathBuf);
128 Tcl_DString pathBuf; local
259 Tcl_DString pathBuf; local
[all...]
H A DtclXchmod.c227 Tcl_DString pathBuf;
231 Tcl_DStringInit (&pathBuf);
234 filePath = Tcl_TranslateFileName (interp, fileName, &pathBuf);
236 Tcl_DStringFree (&pathBuf);
253 Tcl_DStringFree (&pathBuf);
260 Tcl_DStringFree (&pathBuf);
225 Tcl_DString pathBuf; local
H A DtclXprocess.c93 Tcl_DString pathBuf;
113 Tcl_DStringInit (&pathBuf);
117 &pathBuf);
152 Tcl_DStringFree (&pathBuf);
91 Tcl_DString pathBuf; local
H A DtclXlib.c168 Tcl_DString pathBuf, cmdBuf;
173 Tcl_DStringInit (&pathBuf);
176 fileName = Tcl_TranslateFileName (interp, fileName, &pathBuf);
230 Tcl_DStringFree (&pathBuf);
264 Tcl_DStringFree (&pathBuf);
167 Tcl_DString pathBuf, cmdBuf; local
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/win/
H A DtclXwinOS.c773 Tcl_DString pathBuf;
784 Tcl_DStringInit (&pathBuf);
785 Tcl_DStringAppend (&pathBuf, path, -1);
786 if (Tcl_DStringLength (&pathBuf) == 0) {
787 Tcl_DStringAppend (&pathBuf, ".", 1);
789 for (p = Tcl_DStringValue( &pathBuf); *p != '\0'; p++) {
796 Tcl_DStringAppend(&pathBuf, "\\", 1);
798 dir = Tcl_DStringValue(&pathBuf);
805 Tcl_DStringFree (&pathBuf);
850 Tcl_DStringFree (&pathBuf);
754 Tcl_DString pathBuf; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp226 char * pathBuf = 0; local
241 pathBuf = (char *) IOMalloc( kMaxPathLen );
242 if ( pathBuf == 0 ) break;
245 if ( netif->getPath( pathBuf, &len, gIOServicePlane )
248 path = OSString::withCStringNoCopy( pathBuf );
261 if ( pathBuf ) IOFree(pathBuf, kMaxPathLen);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixOS.c1285 Tcl_DString pathBuf;
1298 Tcl_DStringInit (&pathBuf);
1302 filePath = Tcl_TranslateFileName (interp, fileNameString, &pathBuf);
1304 Tcl_DStringFree (&pathBuf);
1329 Tcl_DStringFree (&pathBuf);
1254 Tcl_DString pathBuf; local
/macosx-10.10.1/ICU-531.30/icuSources/tools/gencnval/
H A Dgencnval.c221 char pathBuf[512]; local
263 uprv_strcpy(pathBuf, path);
264 end = uprv_strchr(pathBuf, 0);
269 path=pathBuf;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duresbund.cpp992 char *pathBuf = stackPath, *myPath = pathBuf; local
994 pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char));
995 if(pathBuf == NULL) {
1000 uprv_strcpy(pathBuf, keyPath);
1020 uprv_strcpy(pathBuf, keyPath);
1021 myPath = pathBuf;
1027 if(pathBuf != stackPath) {
1028 uprv_free(pathBuf);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp651 char * pathBuf; local
675 pathBuf = (char *) IOMalloc( kMaxPathLen );
680 if( pathBuf && getPath( pathBuf, &len, gIOServicePlane)) {
682 path = pathBuf;
695 if( pathBuf)
696 IOFree( pathBuf, kMaxPathLen );

Completed in 374 milliseconds