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

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Dev/
Null.pm 15 sub GETC {}
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
getchar.c 53 return (getc(iop));
65 return (GETC(iop));
getw.c 60 *s++ = GETC(stream);
getpass.c 100 (c = GETC(fi)) != '\n' && c != '\r' && c != EOF) {
  /onnv/onnv-gate/usr/src/lib/libadm/common/
regexp.c 34 #define GETC() (*sp++)
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
compile.c 34 #define GETC(x) (*x++)
104 if((c = GETC(sp)) == eof || c == '\n') {
122 c = GETC(sp);
169 if((c = GETC(sp)) == '^') {
171 c = GETC(sp);
187 if((c = GETC(sp)) == ']') {
206 } while((c = GETC(sp)) != ']');
230 switch(c = GETC(sp)) {
254 c = GETC(sp);
261 } while(((c = GETC(sp)) != '\\') && (c != ','))
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
regexp.h 90 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
105 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
116 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/
Catch.pm 29 sub GETC {}
  /onnv/onnv-gate/usr/src/head/
regexp.h 109 if ((c = GETC()) == eof || c == '\n') {
127 c = GETC();
174 if ((c = GETC()) == '^') {
176 c = GETC();
192 if ((c = GETC()) == ']') {
211 } while ((c = GETC()) != ']');
236 switch (c = GETC()) {
260 c = GETC();
267 } while (((c = GETC()) != '\\') && (c != ','));
274 if ((c = GETC()) == '\\'
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/fp/
file_decim.c 45 GETC(iop))
66 GETC(pf)); \
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
regexp.h 100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
regexp.h 100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
regexp.h 100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
regexp.h 100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/usb/common/
cfga_configfile.c 42 #define GETC(a, cntr) a[cntr++]
279 while ((ch = GETC(buf, cntr)) == ' ' || ch == '\t');
318 while ((ch = GETC(buf, cntr)) == ' ' ||
331 while (!badquote && (ch = GETC(buf, cntr)) != '"') {
345 ch = (char)GETC(buf, cntr);
355 ch = (char)GETC(buf, cntr);
383 *cp++ = (char)(ch = GETC(buf, cntr));
391 *cp++ = (char)(ch = GETC(buf, cntr));
396 if ((ch = GETC(buf, cntr)) == 'x') {
398 ch = GETC(buf, cntr)
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/ib/common/
cfga_conf.h 69 #define GETC(a, cntr) a[cntr++]
cfga_conf.c 150 while ((ch = GETC(file_buf, ibcfg_cntr)) == ' ' || ch == '\t')
188 while ((ch = GETC(file_buf, ibcfg_cntr)) == ' ' ||
201 while (!badquote && (ch = GETC(file_buf, ibcfg_cntr)) != '"') {
215 ch = (char)GETC(file_buf, ibcfg_cntr);
225 ch = (char)GETC(file_buf, ibcfg_cntr);
252 *cp++ = (char)(ch = GETC(file_buf, ibcfg_cntr));
260 *cp++ = (char)(ch = GETC(file_buf, ibcfg_cntr));
265 if ((ch = GETC(file_buf, ibcfg_cntr)) == 'x') {
267 ch = GETC(file_buf, ibcfg_cntr);
270 ch = GETC(file_buf, ibcfg_cntr)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libgen/common/
reg_compile.c 45 #define GETC() ((unsigned char)*sp++)
289 c = GETC();
355 c = GETC();
363 } while (((c = GETC()) != '\\') && (c != ','));
370 if ((c = GETC()) == '\\')
376 if (GETC() != '}')
  /onnv/onnv-gate/usr/src/lib/libc/inc/
mtlib.h 69 #define GETC(s) _getc_unlocked(s)
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
getpw.c 75 while ((c = GETC(pwf)) != '\n') {
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed.h 48 #define GETC() (*sp++)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
Complete.t 92 sub GETC {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
Handle.pm 30 C<TIEHANDLE>, C<PRINT>, C<PRINTF> and C<GETC>.
65 =item GETC this
169 sub GETC {
178 croak ref($self)," doesn't define a GETC method";
225 sub GETC { getc($_[0]) }
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
tiehandle.t 51 sub GETC {
52 ::compare(GETC => @_);
104 @expect = (GETC => $ob);
106 $ch = getc $fh;
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
statfs.c 46 #define GETC() (*sp++)

Completed in 660 milliseconds

1 2