Searched refs:extend (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libast/astsa/ |
H A D | sfstr.c | 32 extend(Sfstr_t* p, int n) function 104 if (p->nxt >= p->end && extend(p, 1)) 125 if (r > (p->end - p->nxt) && extend(p, r)) 223 if (VALID(p, f) && (p->nxt < p->end || !extend(p, 1))) 238 if (n > (p->end - p->nxt) && extend(p, n))
|
/ast/src/lib/libvdelta/ |
H A D | vdsqueeze.c | 196 goto extend; 197 goto extend; 203 extend: bestm = m-head;
|
H A D | vddelta.c | 213 /* extend forward as much as possible */ 221 goto extend; 227 extend: bestm = m-head;
|
/ast/src/lib/libast/comp/ |
H A D | syslog.c | 287 extend(Sfio_t* sp, void* vp, Sffmt_t* dp) 347 fmt.extf = extend;
|
/ast/src/lib/libvcodex/ |
H A D | vclzparse.c | 123 /* extend to match nearby segments */ 125 static ssize_t extend(Vclzparse_t* vcpa, Pair_t* pr, int type) function 127 static ssize_t extend(vcpa, pr, type) 315 flen = extend(vcpa, &fpair, ftyp); 388 rlen = extend(vcpa, &rpair, rtyp|VCLZ_REVERSE); 531 extend(vcpa, &pair, 0);
|
H A D | vcsfio.c | 331 extend(char** pc, char** pb, char** pe, int n) function 333 extend(pc, pb, pe, n) 385 { if(id >= end && extend(&id, &buf, &end, 1)) 391 { if(id >= end && extend(&id, &buf, &end, 1)) 408 if((id +k) >= end && extend(&id, &buf, &end, k))
|
/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 87 static int extend(Sfio_t*,void*, Sffmt_t*); 319 pdata.hdr.extf = extend; 678 static int extend(Sfio_t* sp, void* v, Sffmt_t* fe) function
|
/ast/src/lib/libvdelta/vd01/ |
H A D | vddelta01.c | 235 goto extend; 236 goto extend; 242 extend: bestm = m-head;
|
/ast/src/cmd/pax/ |
H A D | pax-tar.c | 327 extend(Archive_t* ap, File_t* f, int type) function 370 message((-5, "extend %s level=%d:%d:%d entry=%d:%d perm=(%s,%I*d) temp=(%s,%I*d)", op->name, op->level, lev, alt, op->entry, ap->entry, op->perm.string, sizeof(op->perm.number), op->perm.number, op->temp.string, sizeof(op->temp.number), op->temp.number)); 774 i = extend(ap, f, EXTTYPE); 943 extend(ap, NiL, GLBTYPE); 990 extend(ap, NiL, GLBTYPE);
|
Completed in 47 milliseconds