/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | rm.c | 186 if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm() 260 if ((v = astquery(-1, "remove %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm() 270 if ((v = astquery(-1, "override protection %s for %s? ", in rm()
|
H A D | cp.c | 461 if ((n = astquery(-1, "%s %s? ", state->opname, state->path)) < 0 || sh_checksig(state->context)) in visit() 484 if ((n = astquery(-1, "override protection %s for %s? ", protection, state->path)) < 0 || sh_checksig(state->context)) in visit()
|
H A D | RELEASE | 6 12-03-26 cp.c: fix --interactive astquery() logic that ignored no&quit! 169 06-01-28 cp.c,rm.c: fix astquery() 'q' to return and not exit()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | rm.c | 183 … if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm() 257 if ((v = astquery(-1, "remove %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm() 276 (v = astquery(-1, "override protection %s for %s? ", in rm()
|
H A D | cp.c | 442 if (astquery(-1, "%s %s? ", state->opname, state->path) < 0 || sh_checksig(state->context)) in visit() 463 …if (astquery(-1, "override protection %s for %s? ", protection, state->path) < 0 || sh_checksig(st… in visit()
|
H A D | RELEASE | 133 06-01-28 cp.c,rm.c: fix astquery() 'q' to return and not exit()
|
/titanic_51/usr/src/lib/libast/common/port/ |
H A D | astquery.c | 43 astquery(int quit, const char* format, ...) in astquery() function
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | astquery.c | 43 astquery(int quit, const char* format, ...) in astquery() function
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ast.h | 242 extern int astquery(int, const char*, ...);
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | cmdarg.c | 262 else if (astquery(1, "? ")) in cmdflush()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 254 extern int astquery(int, const char*, ...);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | cmdarg.c | 314 else if (astquery(1, "? ")) in cmdflush()
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 260 extern __MANGLE__ int astquery __PROTO__((int, const char*, ...));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 260 extern __MANGLE__ int astquery __PROTO__((int, const char*, ...));
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 260 extern __MANGLE__ int astquery __PROTO__((int, const char*, ...));
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 260 extern __MANGLE__ int astquery __PROTO__((int, const char*, ...));
|
/titanic_51/usr/src/lib/libast/ |
H A D | mapfile-vers | 401 astquery;
|
H A D | Makefile.com | 247 common/port/astquery.o \
|
/titanic_51/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 410 astquery;
|
H A D | Makefile.defs | 276 port/astquery.o \
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 194 astcopy.c astconf.c astdynamic.c astlicense.c astquery.c astwinsize.c \
|
H A D | Mamfile | 5563 make astquery.o 5564 make port/astquery.c 5567 done port/astquery.c 5568 meta astquery.o %.c>%.o port/astquery.c astquery 5569 prev port/astquery.c 5570 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c port/astquery.c 5571 done astquery.o generated 6106 exec - ${AR} rc libast.a astconf.o astdynamic.o astlicense.o astquery [all...] |
H A D | RELEASE | 1270 astquery: sfstdin/sfstderr by default
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | RELEASE | 1082 astquery: sfstdin/sfstderr by default
|