Searched refs:SAME (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/INIT/
H A Dregress.sh86 [+EMPTY \bINPUT|OUTPUT|ERROR|SAME?The corresponding file is
167 [+SAME \b\anew old\a?\anew\a is expected to be the same as
257 EMPTY SAME
807 #unset SAME[$op]
808 SAME[$op]=
881 function SAME # new old function
891 SAME[$1]=$2
895 3) SAME[$2]=$3
1070 j=${SAME[$op]}
1337 typeset -A SAME VIEW
[all...]
/ast/src/lib/libast/misc/
H A Dfts.c112 #define SAME(one,two) ((one)->st_ino==(two)->st_ino&&(one)->st_dev==(two)->st_dev) macro
496 return (verify && (stat(".", &sb) < 0 || !SAME(&sb, f->fts_statp))) ? -1 : 0;
1136 || !SAME(f->fts_statp, fts->dotdot->fts_statp)
1141 || !SAME(&sb, fts->dotdot->fts_statp)
/ast/src/cmd/sortlib/sync/
H A Dss.c2473 #define SAME(a,b) ((a)->st_dev==(b)->st_dev&&(a)->st_ino==(b)->st_ino) macro
2502 if (!fstat(sffileno(fp->group->io), &ws) && SAME(&ws, &ns))
2565 if (gp->io && !fstat(sffileno(gp->io), &ws) && SAME(&ws, &ns))

Completed in 16 milliseconds