Searched defs:fail (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/std/ |
H A D | iconv.c | 141 int fail; local 220 fail = 0; 242 fail = 1; 256 return error_info.errors != 0 || fail;
|
/ast/src/lib/libast/regex/ |
H A D | regrexec.c | 44 register size_t* fail; local 66 fail = e->re.bm.fail; 85 if ((index += fail[n + 1]) < len)
|
H A D | regnexec.c | 1347 f = rex->re.string.fail; 1910 register size_t* fail = e->re.bm.fail; local 1960 if ((index += fail[n + 1]) >= len)
|
H A D | reglib.h | 343 size_t* fail; member in struct:Bm_s 353 int* fail; member in struct:String_s
|
/ast/src/cmd/ss/ |
H A D | ss.c | 85 char* fail; member in struct:__anon219 124 sp->fail = "*unknown host*"; 126 sp->fail = "*no status*"; 245 if ((sp = *sv)->fail) 246 sfprintf(sfstdout, "%-12s %s\n", sp->name, sp->fail);
|
/ast/src/lib/libast/port/ |
H A D | astconf.c | 498 * otherwise synthesize(fp,path,fail) called 502 initialize(register Feature_t* fp, const char* path, const char* command, const char* succeed, const char* fail) argument 508 error(-6, "astconf initialize name=%s path=%s command=%s succeed=%s fail=%s fp=%p%s", fp->name, path, command, succeed, fail, fp, state.synthesizing ? " SYNTHESIZING" : ""); 611 error(-6, "state.std=%d %s [%s] std=%s ast=%s value=%s ok=%d", state.std, fp->name, ok ? succeed : fail, fp->std, fp->ast, fp->value, ok); 613 synthesize(fp, path, ok ? succeed : fail);
|
/ast/src/lib/libdss/ |
H A D | cx.h | 554 Cxexpr_t* fail; /* fail branch */ member in struct:Cxexpr_s
|
Completed in 28 milliseconds