Searched refs:qb (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | fmtesc.c | 39 * quote string as of length n with qb...qe 48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) argument 64 if (qb) 65 c += strlen((char*)qb); 72 if (qb) 74 if (qb[0] == '$' && qb[1] == '\'' && qb[2] == 0) 76 else if ((flags & FMT_SHELL) && qb[1] == 0) 78 if (qb[ [all...] |
/ast/src/lib/libdss/ |
H A D | dssprintf.c | 38 char* qb; member in struct:Arg_s 151 ret.value.string.size = strlen(ret.value.string.data = fmtquote(ret.value.string.data, ap->qb, ap->qe, ret.value.string.size, ap->fmt)); 541 ap->qb = v += 6; 545 ap->qb = "\""; 547 ap->qe = ap->qb; 554 ap->qb = v += 6; 558 ap->qb = "$'";
|
/ast/src/cmd/re/ |
H A D | sed1.c | 453 unsigned char *s, *pb, *qb; local 475 qb = p; 494 q = qb; 505 qb = q; 511 qb = q; 513 *qb = '\n'; 515 q = qb-1; 517 i = (q-qb); 519 if(w[pc][0]!=i || memcmp(&w[pc][1], qb, i)) 526 memcpy(v, qb, [all...] |
Completed in 14 milliseconds