Searched refs:dstName (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtksh/tcl/ |
H A D | tclCmdMZ.c | 523 char *srcName, *dstName; 540 dstName = argv[2]; 541 hPtr = Tcl_FindHashEntry(&iPtr->commandTable, dstName); 558 dstName = argv[2]; 559 if ((dstName[0] == 't') && (strcmp(dstName, "tkerror") == 0)) { 560 dstName = "bgerror"; 575 if (TclPreventAliasLoop(interp, interp, dstName, cmdPtr->proc, 581 hPtr = Tcl_CreateHashEntry(&iPtr->commandTable, dstName, &new); 591 if ((dstName[ 519 char *srcName, *dstName; local [all...] |
/ast/src/cmd/bzip/ |
H A D | bzip2.c | 758 void copyDatePermissionsAndOwner ( Char *srcName, Char *dstName ) 774 retVal = chmod ( dstName, statBuf.st_mode ); 782 retVal = chown ( dstName, statBuf.st_uid, statBuf.st_gid ); 786 retVal = touch ( dstName, statBuf.st_atime, statBuf.st_mtime, 0 ); 788 retVal = utime ( dstName, &uTimBuf ); 796 void setInterimPermissions ( Char *dstName ) 800 retVal = chmod ( dstName, S_IRUSR | S_IWUSR );
|
Completed in 16 milliseconds