Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 160) sorted by relevance

1234567

/titanic_44/usr/src/lib/libsqlite/test/
H A Dmain.test25 db complete {This is a test}
28 db complete {
32 db complete {
37 db complete {
43 db complete {DROP TABLE 'xyz;}
46 db complete {DROP TABLE 'xyz';}
49 db complete {DROP TABLE "xyz;}
52 db complete {DROP TABLE "xyz';}
55 db complete {DROP TABLE "xyz";}
58 db complete {DROP TABLE xyz; hi}
[all …]
/titanic_44/usr/src/lib/libast/common/regex/
H A Dregrexec.c50 int complete; in regrexec() local
68 complete = e->re.bm.complete && !nmatch; in regrexec()
109 …if (complete || (env->rex = ((r - l) > 128) ? e : e->next) && !(n = regnexec(p, (char*)l, r - l, n… in regrexec()
/titanic_44/usr/src/tools/ndrgen/
H A Dndr_anal.c139 ti->complete, in show_typeinfo_list()
486 int complete = 1; in analyze_typeinfo_aggregate_finish() local
492 complete &= mem->type->complete; in analyze_typeinfo_aggregate_finish()
497 ti->complete = complete; in analyze_typeinfo_aggregate_finish()
775 ti->complete = 1; in seed_basic_types()
899 ti->complete = 1; in bind_typeinfo()
905 if (tdti->complete) { in bind_typeinfo()
921 ti->complete = 1; in bind_typeinfo()
/titanic_44/usr/src/tools/lintdump/
H A Dlintdump.c560 static int complete = 1; in info() local
562 if (complete) in info()
569 complete = strrchr(format, '\n') != NULL; in info()
577 static int complete = 1; in infohdr() local
579 if (complete) in infohdr()
586 complete = strrchr(format, '\n') != NULL; in infohdr()
/titanic_44/usr/src/lib/libast/common/misc/
H A Dglob.c313 int complete = 0; in glob_dir() local
410 complete = 1; in glob_dir()
430 if (!complete && (gp->gl_flags & GLOB_STARSTAR)) in glob_dir()
453 if (rescan && !complete && (gp->gl_flags & GLOB_STARSTAR)) in glob_dir()
477 if (complete) in glob_dir()
544 else if (!complete && !errorcheck(gp, dirname)) in glob_dir()
546 if (!complete) in glob_dir()
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogin.java355 boolean complete = true; in okPressed()
358 complete = false; in okPressed()
363 complete = true; in okPressed()
373 if (complete) { in okPressed()
/titanic_44/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c57 int complete = 0; /* 1 if entry done with no forward uses */ variable
555 complete = 0;
625 complete = 1;
673 if (complete) in compile()
684 if (complete) in compile()
/titanic_44/usr/src/cmd/tic/
H A Dtic_parse.c111 int complete = 0; /* 1 if entry done with no forward uses */ variable
197 if (complete) in compile()
209 if (complete) in compile()
291 complete = 0;
367 complete = 1;
/titanic_44/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_00_blank.ksh31 complete
H A Djson_common.ksh17 function complete { function
H A Djson_01_boolean.ksh46 complete
H A Djson_04_number_arrays.ksh65 complete
H A Djson_03_empty_arrays.ksh63 complete
H A Djson_02_numbers.ksh64 complete
H A Djson_06_nested.ksh68 complete
H A Djson_07_nested_arrays.ksh96 complete
/titanic_44/usr/src/tools/scripts/
H A Dbuild_cscope.conf38 complete -f .
/titanic_44/usr/src/cmd/dtrace/demo/sdt/
H A Dintr.d32 interrupt-complete
/titanic_44/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c372 boolean_t complete, in create_config() argument
384 fhpath, logpath, logformat, complete, B_TRUE); in create_config()
417 boolean_t complete, in update_config() argument
423 if (complete && !is_complete_config(tag, bufferpath, fhpath, logpath)) { in update_config()
497 complete, B_FALSE)) in update_config()
/titanic_44/usr/src/lib/libm/i386/src/
H A Dremainderf.s40 andw $0x400,%ax / check whether reduction complete
H A Dremainderl.s40 andw $0x400,%ax / check whether reduction complete
/titanic_44/usr/src/lib/libm/amd64/src/
H A Dremainderl.s40 andw $0x400,%ax / check whether reduction complete
H A Dfmodf.s45 andw $0x400,%ax / check whether reduction complete
H A Dremainderf.s45 andw $0x400,%ax / check whether reduction complete
/titanic_44/usr/src/lib/libdtrace_jni/java/docs/examples/
H A Dintrstat.d34 sdt:::interrupt-complete

1234567