| /onnv/onnv-gate/usr/src/cmd/mail/ |
| getcomment.c | 46 int depth = 0; local 57 depth--; 58 if (depth == 0) { 62 depth++;
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/tests/ |
| cubetype.sh | 47 depth() function 103 depth() function 129 [[ ${c.depth} == 1 ]] || err_exit '${c.depth} != 1'
|
| /onnv/onnv-gate/usr/src/lib/libumem/common/ |
| getpcstack.c | 52 * Returns MIN(current stack depth, pcstack_limit). 60 int depth = 0; local 134 while (depth < pcstack_limit) { 183 pcstack[depth++] = fp->fr_savpc; 187 return (depth);
|
| /onnv/onnv-gate/usr/src/common/smbsrv/ |
| smb_match.c | 37 * Maximum recursion depth for the wildcard match functions. 55 int depth = 0; local 58 if ((rc = smb_match_private(patn, str, &depth)) == -1) 78 smb_match_private(const char *patn, const char *str, int *depth) 102 if ((*depth)++ >= SMB_MATCH_DEPTH_MAX) 106 rc = smb_match_private(patn, str, depth); 167 int depth = 0; local 170 if ((rc = smb_match_ci_private(patn, str, &depth)) == -1) 190 smb_match_ci_private(const char *patn, const char *str, int *depth) 231 if ((*depth)++ >= SMB_MATCH_DEPTH_MAX [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/apps/ |
| s_cb.c | 131 int err,depth; local 135 depth= X509_STORE_CTX_get_error_depth(ctx); 138 BIO_printf(bio_err,"depth=%d %s\n",depth,buf); 143 if (verify_depth >= depth)
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/pkcs7/ |
| dec.c | 204 int err,depth; local 208 depth= X509_STORE_CTX_get_error_depth(ctx); 211 BIO_printf(bio_err,"depth=%d %s\n",depth,buf); 216 if (depth < 6)
|
| verify.c | 219 int err,depth; local 223 depth= X509_STORE_CTX_get_error_depth(ctx); 226 BIO_printf(bio_err,"depth=%d %s\n",depth,buf); 231 if (depth < 6)
|
| bio_ber.c | 83 int depth; member in struct:ber_struct 96 int depth; /* used with indefinite encoding. */ member in struct:bio_ber_struct 259 ctx->depth--; 260 if (ctx->depth <= 0)
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| mb_header.h | 50 unsigned depth; member in struct:multiboot_header
|
| /onnv/onnv-gate/usr/src/tools/protocmp/ |
| list.c | 250 int depth = 0; local 255 depth++; 262 if (depth > max_list_depth) 263 max_list_depth = depth; 275 if (depth > max_list_depth) 276 max_list_depth = depth;
|
| /onnv/onnv-gate/usr/src/lib/efcode/fcdriver/ |
| build_tree.c | 139 int n, allocd, depth; local 153 depth = 0; 156 node_array = REALLOC(node_array, allocd*(depth+1)); 159 node_array[depth] = pd; 168 depth++; 172 for (n = 0; n < (depth-1); n++) { 178 for (n = 0; n < depth; n++) {
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| Flow.java | 35 * direction (entry or return) and depth in the call stack. This 77 new String[] {"kind", "depth"}) 113 private final int depth; field in class:Flow 117 * depth. Supports XML persistence. 121 * @param flowDepth current depth in the call stack 132 depth = flowDepth; 133 if (depth < 0) { 134 throw new IllegalArgumentException("depth is negative"); 152 * Gets the current depth in the call stack. 157 * entered two functions but only returned from one, the depth i [all...] |
| /onnv/onnv-gate/usr/src/uts/sparc/os/ |
| archdep.c | 78 * Returns MIN(current stack depth, pcstack_limit). 86 int depth; local 113 for (depth = 0; depth < npcwin; depth++) { 114 pcstack[depth] = pcswin[depth]; 119 while (depth < pcstack_limit) { 133 pcstack[depth++] = nextpc; 140 return (depth); [all...] |
| bootdev.c | 104 int depth, old_depth = 0; local 125 for (depth = 0; ndi_dev_is_prom_node(pdip) == 0; depth++) { 126 if (depth == OBP_STACKDEPTH) { 131 pdip = get_parent(pdip, &parinfo[depth]); 133 old_depth = depth; 140 for (depth = old_depth; depth > 0; depth--) { 141 info = &parinfo[depth - 1] [all...] |
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgremove/ |
| wsreg_pkgrm.c | 192 int depth; local 194 depth = 0; 206 get_all_dependents_r(&id, &nm, ppws[i], &depth, locale); 359 * pdepth The depth of the recursion. This must be set to 0 upon the 365 * Side effects. strings will be added to id and nm. The depth counter
|
| /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
| pmcs_fwlog.c | 262 uint32_t j = 0, depth = 0; local 269 depth = PMCS_IQDX(pmcs_rd_iqc_tbl(pwp, PMCS_IQC_PARMX(i))); 273 " depth = 0x%04x\n", depth); 278 for (j = 0; j < depth; j++) { 295 depth = PMCS_OQDX(pmcs_rd_oqc_tbl(pwp, PMCS_OQC_PARMX(i))); 299 " depth = 0x%04x\n", depth); 304 for (j = 0; j < depth; j++) { 445 "Priority Processing Depth = 0x%02x 0x%02x\n" [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefspack/ |
| docmds.c | 195 static int depth = 0; local 223 if (depth == 0) { 228 depth++; 242 if ((depth-1) > do_dir) { 243 do_dir = depth - 1; 260 match = ((depth-1) >= sl_cnt); 262 match = ((depth-1) > sl_cnt); 299 printf("depth = %d sl_cnt = %d\n", depth, sl_cnt); 302 if ((depth-1) == sl_cnt) [all...] |
| elfrd.c | 107 static int depth = 0; local 134 depth++; 135 if (depth == 1) { 198 printf("dbg: depth = %d\n", depth); 231 rpath = stk_libpath(rpath, name, depth); 332 depth--; 334 printf("ret: depth = %d\n", depth); 348 while (rpath->lp_level > depth) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| names.c | 445 static int depth; local 448 if (depth > MAXEXP) { 449 printf(gettext("Expanding alias to depth larger than %d\n"), 453 depth++; 478 depth--;
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/ |
| translate.h | 86 char *context; /* context in tree - looking depth levels up */ 87 regexp *context_re; /* tree heirarchy looking depth levels up */ 88 int depth; /* number of levels to look up the tree */ member in struct:_Trans
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| a2py.c | 1023 int depth = 0; variable 1035 for (i=depth; i; i--) 1042 depth++; 1045 depth--; 1046 for (i=depth; i; i--)
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/bn/ |
| bn_ctx.c | 103 /* Stack depth and allocation size */ 124 unsigned int depth, size; member in struct:bignum_ctx_stack 147 /* Depth of stack overflow */ 171 while(fpidx < stack->depth) 315 st->depth = st->size = 0; 326 st->depth = 0; 332 if(st->depth == st->size) 340 if(st->depth) 341 memcpy(newitems, st->indexes, st->depth * 347 st->indexes[(st->depth)++] = idx [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| ddifm.c | 218 int depth; local 235 depth = getpcstack(stack, DDI_FM_STKDEPTH); 238 stkpp = (char **)kmem_alloc(depth * sizeof (char *), KM_SLEEP); 244 buf = kmem_alloc(depth * DDI_FM_SYM_SZ, KM_SLEEP); 247 for (i = 0; i < depth; ++i) { 260 DVR_STACK_DEPTH, DATA_TYPE_UINT32, depth, 261 DVR_STACK, DATA_TYPE_STRING_ARRAY, depth, stkpp, 268 DVR_STACK_DEPTH, DATA_TYPE_UINT32, depth, 269 DVR_STACK, DATA_TYPE_STRING_ARRAY, depth, stkpp, 272 kmem_free(stkpp, depth * sizeof (char *)) [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/dtrace/ |
| dtrace_isa.c | 46 int depth = 0; local 59 if (intrpc != NULL && depth < pcstack_limit) 60 pcstack[depth++] = (pc_t)intrpc; 62 while (depth < pcstack_limit) { 91 ASSERT(depth < pcstack_limit); 92 pcstack[depth++] = (pc_t)caller; 96 if (depth < pcstack_limit) 97 pcstack[depth++] = (pc_t)pc; 101 while (depth < pcstack_limit) 102 pcstack[depth++] = NULL 508 int depth = 0; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sparc/dtrace/ |
| dtrace_isa.c | 84 * in the difference between the stack depth and pcstack_limit with NULLs. 103 int depth = 0; local 143 if (depth < pcstack_limit) 144 pcstack[depth++] = (pc_t)(uintptr_t)pc; 284 while (depth < pcstack_limit) { 297 ASSERT(depth == 0); 299 while (depth < pcstack_limit) 300 pcstack[depth++] = NULL; 339 pcstack[depth++] = (pc_t)fp->fr_savpc; 342 while (depth < pcstack_limit 701 int depth = 0; local [all...] |