HomeSort by relevance Sort by last modified time
    Searched defs:shf (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/test/java/libcore/java/net/
URLStreamHandlerFactoryTest.java 52 TestURLStreamHandlerFactory shf = new TestURLStreamHandlerFactory(); local
55 URL.setURLStreamHandlerFactory(shf);
62 URL.setURLStreamHandlerFactory(shf);
  /external/mksh/src/
tree.c 29 static void ptree(struct op *, int, struct shf *);
30 static void pioact(struct shf *, int, struct ioword *);
31 static const char *wdvarput(struct shf *, const char *, int, int);
32 static void vfptreef(struct shf *, int, const char *, va_list);
43 ptree(struct op *t, int indent, struct shf *shf)
58 fptreef(shf, indent, "%S ", *w++);
60 shf_puts("#no-vars# ", shf);
64 fptreef(shf, indent, "%S ", *w++);
66 shf_puts("#no-args# ", shf);
392 struct shf shf; local
414 shf_putchar(va_arg(va, int), shf); local
418 shf_puts(va_arg(va, char *), shf); local
434 ptree(va_arg(va, struct op *), indent, shf); local
604 struct shf shf; local
    [all...]
shf.c 1 /* $OpenBSD: shf.c,v 1.15 2006/04/02 00:48:33 deraadt Exp $ */
27 __RCSID("$MirOS: src/bin/mksh/shf.c,v 1.44 2011/09/07 15:24:20 tg Exp $");
39 static int shf_fillbuf(struct shf *);
40 static int shf_emptybuf(struct shf *, int);
47 struct shf *
50 struct shf *shf; local
57 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
58 shf->areap = ATEMP
712 struct shf shf; local
732 struct shf shf; local
    [all...]
exec.c 1458 struct shf *shf; local
    [all...]
eval.c 40 struct shf *shf; /* file */ member in union:Expand::__anon11062
808 while ((c = shf_getc(x.u.shf)) == 0 || c == '\n')
813 shf_ungetc(c, x.u.shf);
820 shf_close(x.u.shf);
1227 struct shf *shf; local
1249 shf = shf_open(name = evalstr(io->name, DOTILDE), O_RDONLY, 0,
1251 if (shf == NULL)
1258 shf = shf_fdopen(pv[0], SHF_RD, NULL)
    [all...]
histrap.c 75 struct shf *shf; local
250 if (!(shf = tf->shf)) {
257 shf_fprintf(shf, "%s\n", *hp);
258 if (shf_close(shf) == EOF) {
284 if (!(shf = shf_open(tf->name, O_RDONLY, 0, 0))) {
299 while ((n = shf_read(xp, Xnleft(xs, xp), shf)) > 0) {
306 "read", tf->name, strerror(shf_errno(shf)));
308 shf_close(shf);
    [all...]
lex.c 1405 char *p = shf_getse(xp, Xnleft(s->xs, xp), s->u.shf);
1407 if (!p && shf_error(s->u.shf) &&
1408 shf_errno(s->u.shf) == EINTR) {
1409 shf_clearerr(s->u.shf);
1428 * TODO: reduce size of shf buffer (~128?) if SSTDIN
1431 shf_flush(s->u.shf);
1501 struct shf *shf; local
    [all...]
main.c 439 s->u.shf = shf_open(s->file, O_RDONLY, 0,
441 if (s->u.shf == NULL) {
453 s->u.shf = shf_fdopen(0, SHF_RD | can_seek(0),
459 s->u.shf->flags |= SHF_INTERRUPT;
610 struct shf *shf; local
615 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI | SHF_CLEXEC);
616 if (shf == NULL)
629 quitenv(s ? s->u.shf : NULL);
662 s->u.shf = shf
    [all...]
sh.h 2 /* $OpenBSD: shf.h,v 1.6 2005/12/11 18:53:51 deraadt Exp $ */
691 struct shf *shf; member in struct:temp
897 #define shf_fileno(shf) ((shf)->fd)
898 #define shf_setfileno(shf,nfd) ((shf)->fd = (nfd))
899 #define shf_getc_(shf) ((shf)->rnleft > 0 ? \
900 (shf)->rnleft--, *(shf)->rp++ :
932 struct shf { struct
1363 struct shf *shf; \/* shell file *\/ member in union:source::__anon11076
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 286 milliseconds