Searched refs:deleted (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/pack/ |
H A D | pack.c | 97 int out, deleted, dsize, n; local 139 deleted = 0; 157 else if((deleted++,chmod(outfile,statb.st_mode)) < 0) 183 deleted = 0; 192 if(deleted)
|
H A D | unpack.c | 96 int deleted; local 145 deleted = 0; 168 else if((deleted++,chmod(outfile,statb.st_mode)) < 0) 188 deleted = 0; 201 if(deleted)
|
/ast/src/cmd/ksh93/tests/ |
H A D | basic.sh | 448 : works if this line deleted : | 450 : works if this line deleted : 454 : works if this line deleted : | 456 : works if this line deleted : 461 : works if this line deleted : | 463 : works if this line deleted :
|
H A D | nameref.sh | 464 [[ ${!r} == .deleted ]] || exit 2 471 then print -u2 'name reference to unset type instance not redirected to .deleted'
|
/ast/src/cmd/msgcc/ |
H A D | msgcc.sh | 61 old messages are still deleted. Use \b-M-preserve\b to preserve
|
/ast/src/lib/libast/comp/ |
H A D | omitted.c | 878 static char deleted[] = "%c:\\temp\\.deleted\\%08x.%03x"; local 931 * rename to a `deleted' path just in case the file is open 937 snprintf(tmp, sizeof(tmp), deleted, drive, base, suffix); 981 snprintf(tmp, sizeof(tmp), deleted, drive, base, suffix);
|
Completed in 13 milliseconds