Lines Matching refs:string

173 				if(scmp(resi.string, f->string)) {  in match()
201 if(res.string->len >= sizeof(buf)) in newproc()
203 memmove(buf, res.string->string, res.string->len); in newproc()
204 buf[res.string->len] = '\0'; in newproc()
206 e = buf+res.string->len; in newproc()
324 r->string = strnode(p); in status()
344 r->string = strnode((*machdata->excep)(cormap, rget)); in reason()
428 p = strchr(res.string->string, ':'); in filepc()
434 r->ival = file2pc(res.string->string, strtol(p, 0, 0)); in filepc()
480 pushfile(res.string->string); in include()
509 argv[2] = res.string->string; in rc()
530 r->string = strnode(p); in rc()
547 error(res.string->string); in doerror()
564 if(access(res.string->string, 4) == 0) in doaccess()
582 fd = open(res.string->string, OREAD); in readfile()
599 r->string = strnodlen(buf, n); in readfile()
626 p = res.string->string; in getfile()
639 Bread(bp, s->string, n); in getfile()
645 new->string = s; in getfile()
666 r->fval = atof(res.string->string); in cvtatof()
683 r->ival = strtoull(res.string->string, 0, 0); in cvtatoi()
757 if(acidfmt(res.string->string, fmt, sizeof(buf))) in cvtitoa()
764 r->string = strnode(buf); in cvtitoa()
784 l->string = strnode(m->seg[i].name); in mapent()
824 ent = l->string->string; in map()
938 rp = regcomp(res.string->string); in regexp()
948 r->ival = regexec(rp, res.string->string, 0, 0); in regexp()
1059 Bwrite(bout, res->string->string, res->string->len); in patom()
1065 Bprint(bout, "%S", (Rune*)res->string->string); in patom()
1188 fd = create(res.string->string, OWRITE, 0666); in printto()
1190 fd = open(res.string->string, OWRITE); in printto()
1192 error("printto: open %s: %r", res.string->string); in printto()
1238 r->string = strnode("?file?"); in pcfile()
1245 r->string = strnode(buf); in pcfile()