| /onnv/onnv-gate/usr/src/lib/libplot/plot/common/ |
| cont.c | 38 cont(short xi, short yi) function
|
| /onnv/onnv-gate/usr/src/uts/sun4u/io/pci/ |
| pci_debug.c | 88 uint_t cont = 0; local 92 cont = 1; 108 if (s && cont == 0) {
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/ |
| cflow.c | 86 register int cont= **argv=='c'; local 88 while((n = optget(argv,cont?sh_optcont:sh_optbreak))) switch(n) 112 if(cont)
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| log.c | 40 mblk_t cont; local 86 if (mdb_vread(&cont, sizeof (cont), (uintptr_t)next.b_cont) == -1) { 91 if (mdb_readstr(line, sizeof (line), (uintptr_t)cont.b_rptr) == -1) { 92 mdb_warn("failed to read string at %p", cont.b_rptr);
|
| /onnv/onnv-gate/usr/src/lib/libplot/t450/common/ |
| line.c | 86 cont(short x0, short y0) function
|
| /onnv/onnv-gate/usr/src/lib/libplot/t300/common/ |
| line.c | 91 cont(short x0, short y0) function
|
| /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/ |
| line.c | 77 cont(short x0, short y0) { function
|
| /onnv/onnv-gate/usr/src/lib/libplot/vt0/common/ |
| line.c | 52 cont(short x0, short y0) function
|
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/common/ |
| utils.c | 75 int cont = 1; local 79 while (cont && (bufind < bufsiz)) {
|
| /onnv/onnv-gate/usr/src/lib/libplot/t4014/common/ |
| subr.c | 58 cont(short x, short y) function
|
| /onnv/onnv-gate/usr/src/tools/protocmp/ |
| proto_list.c | 118 int cont = 1; local 147 cont = 0; 148 } while (cont); 160 for (cont = 1; cont < FIELDS - 1; cont++) 161 v[cont] = strtok(NULL, FS);
|
| /onnv/onnv-gate/usr/src/lib/libfru/libfruraw/ |
| fruraw.h | 54 container_hdl_t cont; member in struct:raw_list
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/evp/ |
| bio_enc.c | 80 int cont; /* <= 0 when finished */ member in struct:enc_struct 118 ctx->cont=1; 175 if (ctx->cont <= 0) break; 186 ctx->cont=i; 204 ctx->cont=1; 228 return((ret == 0)?ctx->cont:ret); 306 if (ctx->cont <= 0)
|
| bio_b64.c | 88 int cont; /* <= 0 when finished */ member in struct:b64_struct 123 ctx->cont=1; 188 if (ctx->cont <= 0) 201 ctx->cont=i; 293 else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0)) 477 ctx->cont=1; 483 if (ctx->cont <= 0)
|
| bio_ok.c | 151 int cont; /* <= 0 when finished */ member in struct:ok_struct 188 ctx->cont=1; 275 if (ctx->cont <= 0) break; 308 ctx->cont= 0; 361 ctx->cont=1; 368 if (ctx->cont <= 0) 396 ctx->cont=(int)ret; 407 ret=(long)ctx->cont; 517 ctx->cont= 0; 572 ctx->cont= 0 [all...] |
| /onnv/onnv-gate/usr/src/lib/libslp/clib/ |
| SLPFindSrvTypes.c | 80 SLPBoolean cont = SLP_TRUE; local 120 cont = cb((SLPHandle) hp, pcSrvTypes, errCode, cookie); 131 return (cont);
|
| slp_ua_common.c | 136 SLPBoolean cont; local 140 cont = args->msg_cb(hp, reply, args->cb, args->cookie, 149 if (!cont) {
|
| /onnv/onnv-gate/usr/src/uts/sun4/io/px/ |
| px_debug.c | 143 int cont = bit >> DBG_BITS; local 145 if (cont)
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| common.c | 122 int cont; local 127 for (cont = 0, addr = mbi.mmap_addr; 138 cont++; 142 while (cont); 157 unsigned long cont, memtmp, addr; local 191 cont = 0; 195 cont = get_mmap_entry ((void *) addr, cont); 204 while (cont); 235 cont = memtmp & ~0xFFFF [all...] |
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| fold.c | 89 static void fold(Sfio_t *in, Sfio_t *out, register int width, const char *cont, size_t contsize, char *cols) 127 sfwrite(out, cont, contsize); 148 sfwrite(out, cont, contsize); 175 char *cont="\n"; local 196 contsize = stresc(cont = strdup(opt_info.arg)); 236 fold(fp,sfstdout,width,cont,contsize,cols);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| DB.pm | 217 sub cont { subroutine 573 CLIENT->cont([WHERE]) # run some more (until BREAK or another breakpt)
|
| /onnv/onnv-gate/usr/src/cmd/hal/hald/ |
| device_store.c | 246 gboolean cont; local 248 cont = callback (store, d, user_data); 250 if (cont == FALSE)
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/ |
| main.c | 552 Content_t *cont; local 556 Malloc( contsize, cont, Content_t ); 567 Realloc( contsize, cont, Content_t ); 581 cont[ncont].ch.data = strdup(buf); 582 cont[ncont].type = CMD_DATA; 589 cont[ncont].type = CMD_PI; 590 cont[ncont].ch.data = strdup(buf); 599 Malloc(ncont, e->cont, Content_t); 600 for (i=0; i<ncont; i++) e->cont[i] = cont[i] [all...] |
| /onnv/onnv-gate/usr/src/cmd/unpack/ |
| unpack.c | 173 int j, lev, cont = 1; local 179 while (cont) {
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/ |
| tasn_enc.c | 572 unsigned char *cont, c; local 608 cont = otmp->data; 613 cont = NULL; 627 cont = &c; 678 cont = strtmp->data; 685 memcpy(cout, cont, len);
|