Searched refs:peek (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfvscanf.c39 static void _sfbuf(Sfio_t* f, int* peek) argument
41 static void _sfbuf(f, peek)
43 int* peek;
47 { if(*peek) /* try peeking for a share stream if possible */
53 *peek = 0; /* can't peek, back to normal reads */
67 int peek; /* != 0 if unseekable/share stream */ member in struct:_scan_s
75 (sc)->peek = peek, (sc)->n_input = n_input)
79 peek
341 int peek; local
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dtr.c253 Tr_t peek; local
255 peek = *tr;
256 peek.count = 0;
257 peek.last = -1;
258 while (nextchar(&peek) >= 0)
259 peek.dst++;
260 tr->count = tr->src - peek.dst;
H A Dcksum.c183 register int peek; local
199 peek = 0;
203 if (peek)
205 peek = 0;
214 peek = 1;
222 if (peek)
H A Dod.c250 } peek; member in struct:State_s
983 if (!(state->peek.data = sfreserve(ip, SF_UNBOUND, 0)))
989 state->peek.size = sfvalue(ip);
990 if (state->peek.size < state->skip)
991 state->skip -= state->peek.size;
994 state->peek.data += state->skip;
995 state->peek.size -= state->skip;
1115 if (s = state->peek.data)
1117 state->peek.data = 0;
1118 n = state->peek
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfindlib.h64 int peek; member in struct:__anon1154
H A Dfastfind.c505 if ((fp->decode.peek = sfgetc(fp->fp)) != FF_OFF)
723 c = fp->decode.peek;
766 fp->decode.peek = c;
911 fp->decode.peek = c;
923 fp->decode.peek = c;
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmail.local.c576 int peek; local
611 peek = fgetc(stdin);
612 if (peek == '\n')
618 (void) ungetc(peek, stdin);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DStackobj.pm102 sub peek { subroutine
231 confess "write_back failed for lexical @{[$obj->peek]}\n";
H A DCC.pm439 debug sprintf("PL_curpad[$ix] = %s\n", $pad[$ix]->peek) if $debug_pad;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL955 sub peek(\$$){
975 my $nc = peek($pat,$ic);
1048 if( peek($pat,$ic) =~ /[0-9]/ ){
1084 if( peek($pat,$ic) eq '^' ){
1088 my $nc = peek($pat,$ic);
1180 my $nc = peek($subst,$ic);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c6527 char *peek; local
6535 for (peek = s; SPACE_OR_TAB(*peek); peek++) ;
6536 if (*peek && strchr("`'\"",*peek)) {
6537 s = peek;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm728 string, integer, or floating point number. But you can still peek
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm5119 upload section. Another CGI script author could peek at this data

Completed in 669 milliseconds