Searched refs:verify (Results 1 - 22 of 22) sorted by relevance

/ast/src/cmd/pax/
H A Dpax-rpm.c77 Rpm_magic_t verify; local
90 verify.magic = RPM_MAGIC;
91 if ((swap = swapop(&verify.magic, &magic.magic, sizeof(magic.magic))) < 0)
173 if (paxread(pax, ap, &verify, (off_t)sizeof(verify), (off_t)sizeof(verify), 0) <= 0)
178 if (((unsigned char*)&verify)[0] == 0x1f && ((unsigned char*)&verify)[1] == 0x8b)
180 paxunread(pax, ap, &verify, (off_t)sizeof(verify));
[all...]
H A Dtestpax.sh142 : verify replica
196 : verify replica
217 : verify dir to ar to dir to ar
H A Dmisc.c214 if (state.verify && !verify(ap, f, NiL))
303 * verify action on file
312 verify(Archive_t* ap, register File_t* f, register char* prompt) function
434 if (state.verify)
437 if (verify(NiL, &f, "Retain non-local file"))
534 s = "verify";
1079 * verify that compress undo command exists
H A Dpaxlib.h197 int verify; /* verify action on file */ member in struct:Pax_s
H A Dpax.c1271 state.verify = y;
1289 state.verify = state.yesno = y;
1860 if (state.verify)
H A Dpax.h176 #define DELTA_verify 'v' /* delta verify data op */
751 extern int verify(Archive_t*, File_t*, char*);
/ast/src/lib/librecsort/
H A Drs-verify.c46 reg Rsverify_t* verify = (Rsverify_t*)rs->methdata; local
48 p = &verify->obj; ph = p->order;
51 if(verify->n > 0) /* compare with current obj */
85 obj->order = verify->n;
86 p->order = verify->o;
119 verify->o = verify->n;
125 verify->n += 1;
136 reg Rsverify_t* verify = (Rsverify_t*)rs->methdata; local
137 reg Rsobj_t* p = &verify
[all...]
H A DMakefile12 rs-radix.c rs-rasp.c rs-splay.c rs-verify.c rs-copy.c \
/ast/src/cmd/msgcc/
H A Dmsgadmin.sh35 \b--generate\b, \b--remove\b, \b--translate\b, or \b--verify\b
53 [v:verify?Verify that translated message files satisfy \bgencat\b(1) syntax.]
102 v) op=verify ;;
159 verify) (( ! $# )) && set -- *.msg
/ast/src/lib/libast/misc/
H A Dfindlib.h115 int verify; \
H A Dfts.c135 * must always verify; undef verify to enable the unsafe code
138 #define verify 1 macro
465 #ifndef verify
466 register int verify; local
474 #ifndef verify
475 verify = 0;
483 #ifndef verify
484 verify |= fts->pwd->symlink;
496 return (verify
[all...]
H A Dfastfind.c560 fp->verify = 1;
846 if (fp->verify && (*p == '/' || t == 1))
/ast/src/cmd/probe/
H A Dprobe.c106 "[v:verify?Each probe information file contains a comment (in the"
107 " \atool\a syntax) that can be used to verify the contents. This"
212 verify(char* path, char* old, char* processor, int must) function
388 * verify the hierarchy before any ops
545 * verify and rename to the real probe key path
549 if (verify(tmp, path, processor, 1))
565 else if (!verify(path, NiL, processor, 0))
627 verify(path, NiL, processor, 1);
/ast/src/cmd/INIT/
H A DCONVERT.mk152 init : .cvt.verify $(I)
156 .cvt.verify : .MAKE .FORCE .REPEAT
H A Dpackage.sh357 [+verify\b [ \apackage\a ]]?Verify installed binary files
596 admin|clean|clobber|contents|copyright|export|host|install|license|list|make|read|regress|release|remove|results|setup|test|update|use|verify|view|write|TEST)
1179 verify [ PACKAGE ]
2749 admin|install|make|read|remove|test|verify|view|write)
5455 # verify the top view
7223 verify) cd $PACKAGEROOT
H A Dmamake.c240 int verified; /* don't bother with verify() */
1720 * verify that active targets were made
1724 verify(Dict_item_t* item, void* handle) function
2364 * verify that active targets were made
2368 walk(state.rules, verify, NiL);
/ast/src/lib/libcmd/
H A Dcksum.c142 static void verify(State_t*, char*, char*, Sfio_t*);
190 verify(state, p, file, check);
254 * verify previous sum output
258 verify(State_t* state, register char* s, char* check, Sfio_t* rp) function
/ast/src/cmd/re/
H A Dtestregex.c562 int verify; member in struct:__anon216
1698 state.verify = state.passed;
1783 if (state.passed == state.verify && i > 1)
1787 else if (state.passed > state.verify)
1792 if (state.passed == state.verify)
1794 state.passed = state.verify;
/ast/src/cmd/mailx/
H A Dfio.c596 expand(register char* name, int verify) argument
665 if (verify) {
/ast/src/cmd/sort/
H A Dmain.c190 "[+test?Immediatly exit with status 0; used to verify this "
343 verify(Rs_t* rs, int op, Void_t* data, Void_t* arg, Rsdisc_t* disc) function
500 key->disc->eventf = opt_info.option[1] == 'C' ? verify_silent : verify;
H A Dtestsort.sh342 check|copy|verify)
/ast/src/cmd/nmake/
H A DMakerules.mk67 set option=';view-verify;n;-;Verify that all view root directories exist. If there are any missing directories then a \alevel\a diagnostic is printed.;level'
198 if "$(-view-verify)" && ! "$(*.VIEW:O=2)"
199 error $(-view-verify) viewpath not set

Completed in 67 milliseconds