HomeSort by relevance Sort by last modified time
    Searched refs:shf (Results 1 - 25 of 31) sorted by null

1 2

  /external/mksh/src/
shf.c 1 /* $OpenBSD: shf.c,v 1.16 2013/04/19 17:36:09 millert Exp $ */
28 __RCSID("$MirOS: src/bin/mksh/shf.c,v 1.69 2015/12/31 20:38:59 tg Exp $");
40 static int shf_fillbuf(struct shf *);
41 static int shf_emptybuf(struct shf *, int);
48 struct shf *
51 struct shf *shf; local
58 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
59 shf->areap = ATEMP
717 struct shf shf; local
737 struct shf shf; local
    [all...]
tree.c 30 static void ptree(struct op *, int, struct shf *);
31 static void pioact(struct shf *, struct ioword *);
32 static const char *wdvarput(struct shf *, const char *, int, int);
33 static void vfptreef(struct shf *, int, const char *, va_list);
46 ptree(struct op *t, int indent, struct shf *shf)
73 fptreef(shf, indent, "%S", t->vars[0]);
80 fptreef(shf, indent, "%S ", *w++);
82 shf_puts("#no-vars# ", shf);
86 fptreef(shf, indent, "%S ", *w++)
429 struct shf shf; local
451 shf_putchar(va_arg(va, int), shf); local
455 shf_puts(va_arg(va, char *), shf); local
471 ptree(va_arg(va, struct op *), indent, shf); local
646 struct shf shf; local
    [all...]
sh.h 2 /* $OpenBSD: shf.h,v 1.6 2005/12/11 18:53:51 deraadt Exp $ */
883 struct shf *shf; member in struct:temp
1097 #define shf_fileno(shf) ((shf)->fd)
1098 #define shf_setfileno(shf,nfd) ((shf)->fd = (nfd))
1099 #define shf_getc_i(shf) ((shf)->rnleft > 0 ? \
1100 (shf)->rnleft--, *(shf)->rp++ :
1132 struct shf { struct
1557 struct shf *shf; \/* shell file *\/ member in union:source::__anon19870
    [all...]
eval.c 45 struct shf *shf; member in union:__anon19853::__anon19854
426 struct shf shf; local
428 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf);
429 print_value_quoted(&shf, str_val(st->var));
430 x.str = shf_sclose(&shf);
850 if (x.u.shf == NULL) {
860 while ((c = shf_getc(x.u.shf)) == 0 || c == '\n')
865 shf_ungetc(c, x.u.shf);
1302 struct shf *shf; local
    [all...]
main.c 469 s->u.shf = shf_open(s->file, O_RDONLY, 0,
471 if (s->u.shf == NULL) {
483 s->u.shf = shf_fdopen(0, SHF_RD | can_seek(0),
489 s->u.shf->flags |= SHF_INTERRUPT;
665 struct shf *shf; local
670 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI | SHF_CLEXEC);
671 if (shf == NULL)
683 quitenv(s ? s->u.shf : NULL);
716 s->u.shf = shf
    [all...]
misc.c 1111 print_value_quoted(struct shf *shf, const char *s)
1126 shf_puts(s, shf);
1139 shf_putc('\'', shf);
1142 shf_putc('\\', shf);
1144 shf_putc('\'', shf);
1147 shf_putc(c, shf);
1154 shf_putc('$', shf);
1155 shf_putc('\'', shf);
1161 shf_fprintf(shf, "\\u%04X", wc)
    [all...]
jobs.c 133 static struct shf *shl_j;
143 static void j_print(Job *, int, struct shf *);
185 * an interrupt handler, so need a distinct shf)
    [all...]
lex.c 1387 char *p = shf_getse(xp, Xnleft(s->xs, xp), s->u.shf);
1389 if (!p && shf_error(s->u.shf) &&
1390 shf_errno(s->u.shf) == EINTR) {
1391 shf_clearerr(s->u.shf);
1410 * TODO: reduce size of shf buffer (~128?) if SSTDIN
1413 shf_flush(s->u.shf);
1432 shf_fdclose(s->u.shf);
1472 struct shf *shf; local
    [all...]
histrap.c 93 struct shf *shf; local
302 if (!(shf = tf->shf)) {
309 shf_fprintf(shf, "%s\n", *hp);
310 if (shf_close(shf) == -1) {
336 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) {
351 while ((n = shf_read(xp, Xnleft(xs, xp), shf)) > 0) {
358 "read", tf->tffn, cstrerror(shf_errno(shf)));
360 shf_close(shf);
    [all...]
exec.c 1580 struct shf *shf; local
    [all...]
funcs.c 232 static void p_time(struct shf *, bool, long, int, int,
    [all...]
  /external/llvm/test/MC/Mips/msa/
test_i8.s 9 # CHECK: shf.b $w19, $w30, 105 # encoding: [0x78,0x69,0xf4,0xc2]
10 # CHECK: shf.h $w17, $w8, 76 # encoding: [0x79,0x4c,0x44,0x42]
11 # CHECK: shf.w $w14, $w3, 93 # encoding: [0x7a,0x5d,0x1b,0x82]
20 shf.b $w19, $w30, 105
21 shf.h $w17, $w8, 76
22 shf.w $w14, $w3, 93
invalid.s 38 shf.b $w19, $w30, -1 # CHECK: :[[@LINE]]:23: error: expected 8-bit unsigned immediate
39 shf.b $w19, $w30, 256 # CHECK: :[[@LINE]]:23: error: expected 8-bit unsigned immediate
40 shf.h $w17, $w8, -1 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate
41 shf.h $w17, $w8, 256 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate
42 shf.w $w14, $w3, -1 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate
43 shf.w $w14, $w3, 256 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate
invalid-64.s 40 shf.b $w19, $w30, -1 # CHECK: :[[@LINE]]:23: error: expected 8-bit unsigned immediate
41 shf.h $w17, $w8, -1 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate
42 shf.w $w14, $w3, -1 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate
  /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/
Android.mk 30 src/lex.c src/main.c src/misc.c src/shf.c \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
msa.s 485 shf.b $w23,$w24,0
486 shf.b $w25,$w26,255
487 shf.h $w27,$w28,0
488 shf.h $w29,$w30,255
489 shf.w $w31,$w0,0
490 shf.w $w1,$w2,255
micromips@msa.d 488 [0-9a-f]+ <[^>]*> 5800 c5e1 shf\.b \$w23,\$w24,0x0
489 [0-9a-f]+ <[^>]*> 58ff d661 shf\.b \$w25,\$w26,0xff
490 [0-9a-f]+ <[^>]*> 5900 e6e1 shf\.h \$w27,\$w28,0x0
491 [0-9a-f]+ <[^>]*> 59ff f761 shf\.h \$w29,\$w30,0xff
492 [0-9a-f]+ <[^>]*> 5a00 07e1 shf\.w \$w31,\$w0,0x0
493 [0-9a-f]+ <[^>]*> 5aff 1061 shf\.w \$w1,\$w2,0xff
    [all...]
mipsr6@msa.d 488 [0-9a-f]+ <[^>]*> 7800c5c2 shf\.b \$w23,\$w24,0x0
489 [0-9a-f]+ <[^>]*> 78ffd642 shf\.b \$w25,\$w26,0xff
490 [0-9a-f]+ <[^>]*> 7900e6c2 shf\.h \$w27,\$w28,0x0
491 [0-9a-f]+ <[^>]*> 79fff742 shf\.h \$w29,\$w30,0xff
492 [0-9a-f]+ <[^>]*> 7a0007c2 shf\.w \$w31,\$w0,0x0
493 [0-9a-f]+ <[^>]*> 7aff1042 shf\.w \$w1,\$w2,0xff
    [all...]
msa.d 487 [0-9a-f]+ <[^>]*> 7800c5c2 shf\.b \$w23,\$w24,0x0
488 [0-9a-f]+ <[^>]*> 78ffd642 shf\.b \$w25,\$w26,0xff
489 [0-9a-f]+ <[^>]*> 7900e6c2 shf\.h \$w27,\$w28,0x0
490 [0-9a-f]+ <[^>]*> 79fff742 shf\.h \$w29,\$w30,0xff
491 [0-9a-f]+ <[^>]*> 7a0007c2 shf\.w \$w31,\$w0,0x0
492 [0-9a-f]+ <[^>]*> 7aff1042 shf\.w \$w1,\$w2,0xff
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 1981 int shf; local
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 9191 IRTemp shf = newTempV128(); local
9228 IRTemp shf = newTempV128(); local
10387 IRTemp shf = newTempV128(); local
10439 IRTemp shf = newTempV128(); local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.h 160 is_section_flag_set(elfcpp::Elf_Xword shf) const
161 { return this->do_is_section_flag_set(shf); }
    [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 

Completed in 1315 milliseconds

1 2