Searched refs:streams (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | paste.c | 81 * paste the lines of the <nstreams> defined in <streams> and put results 85 static int paste(int nstream,Sfio_t* streams[],Sfio_t *out, register const char *delim, int dsiz, int dlen, Delim_t* mp) argument 95 if(fp=streams[n]) 125 streams[n] = 0; 138 else if(n==nstream && !streams[n-1] && more) 178 register Sfio_t *fp, **streams; local 256 if (!(streams = (Sfio_t**)stakalloc(n*sizeof(Sfio_t*)))) 274 streams[n++] = fp; 278 if(error_info.errors==0 && paste(n,streams,sfstdout,delim,dsiz,dlen,mp) < 0) 281 if((fp=streams[ [all...] |
H A D | pr.c | 108 Sfio_t **streams; member in struct:_pr_ 488 if(pp->streams) 491 fp = *pp->streams; 502 else if(pp->streams) 508 pp->streams[nstream] = 0; 523 if(pp->streams) 527 fp = pp->streams[nstream]; 878 if(pp->streams) 879 pp->streams[n++] = fp; 893 pp->streams [all...] |
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_streams.c | 75 if (ctx->streams != NULL) 76 ctx->streams->prev = new; 78 new->next = ctx->streams; 79 ctx->streams = new; 109 if (ctx->streams != NULL) 110 ctx->streams->prev = new; 112 new->next = ctx->streams; 113 ctx->streams = new; 151 * The streams list is doubly threaded. First, there's ctx->streams [all...] |
H A D | eventlib_p.h | 249 evStream *streams; member in struct:__anon2440
|
H A D | eventlib.c | 120 ctx->streams = NULL; 167 while (revs-- > 0 && ctx->streams != NULL) { 170 id.opaque = ctx->streams;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | open.pm | 177 of input streams, and with the C<OUT> subpragma you can declare 178 the default layers of output streams. With the C<IO> subpragma 179 you can control both input and output streams simultaneously.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/ |
H A D | Syslog.pm | 1588 - L<http://www.openss7.org/streams.html>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Storable.pm | 980 and optimized the emission of "tags" in the output streams by
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Parser.pm | 1409 the input streams that are currently in the middle of being parsed. 1515 $myData{_INPUT_STREAMS} = []; ## stack of all input streams
|
Completed in 46 milliseconds