/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | stack.c | 58 stack->position.block = b; in stackalloc() 59 stack->position.index = -1; in stackalloc() 92 stack->position.block = stack->blocks; in stackclear() 93 stack->position.index = -1; in stackclear() 103 if (stack->position.index < 0) return(stack->error); in stackget() 104 else return(stack->position.block->stack[stack->position.index]); in stackget() 116 if (++stack->position.index >= stack->size) in stackpush() 118 b = stack->position.block; in stackpush() 127 b->prev = stack->position.block; in stackpush() 130 stack->position.block = b; in stackpush() [all …]
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/multiaggs/ |
H A D | tst.sortpos.d.out | 1 Sorted at position 0: 103 Sorted at position 1: 205 Sorted at position 2: 307 Sorted at position 3: 409 Sorted at position 4: 511 Sorted at position 5: 613 Sorted at position 6: 715 Sorted at position 7: 817 Sorted at position 8: 919 Sorted at position 9:
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/struct/ |
H A D | err.D_DECL_COMBO.StructWithoutColon.d | 41 int position; member 46 int position; variable 52 int position; member 63 rec.position = 1; 66 pir.position = 2; 70 rec.content, rec.position, pir.content, pir.position);
|
H A D | err.D_DECL_COMBO.StructWithoutColon1.d | 41 int position; member 47 int position; member 57 rec.position = 1; 60 pir.position = 2; 64 rec.content, rec.position, pir.content, pir.position);
|
H A D | err.D_DECL_INCOMPLETE.order.d | 43 int position; member 48 int position; member 58 rec.position = 2; 61 pir.position = 26; 65 rec.content, rec.position, pir.content, pir.position);
|
H A D | err.D_PROTO_ARG.DupStructAssoc.d | 41 int position; member 46 int position; member 57 r1.position = 1; 60 r2.position = 2; 63 p1.position = 1; 66 p2.position = 2;
|
H A D | err.D_DECL_INCOMPLETE.recursive.d | 40 int position; member 49 r1.position = 1; 52 r2.position = 2; 55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content); 56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
|
H A D | err.D_DECL_INCOMPLETE.circular.d | 43 int position; member 50 int position; member 59 rec.position = 0; 62 rec.position, rec.content);
|
H A D | tst.StructInside.d | 40 int position; member 79 OMost.OMore.O.I.IMore.IMost.position = 5; 95 OMost.OMore.O.I.IMore.IMost.position); 109 (5 != OMost.OMore.O.I.IMore.IMost.position) || 120 (5 != OMostCopy.OMore.O.I.IMore.IMost.position) ||
|
H A D | err.D_DECL_INCOMPLETE.simple.d | 43 int position; member 52 rec.position = 0; 55 rec.position, rec.content);
|
H A D | err.D_ADDROF_VAR.StructPointer.d | 40 int position; member 50 var.position = 1; 56 ptr->position, ptr->content);
|
H A D | tst.StructAssoc.d | 42 int position; member 51 r1.position = 1; 54 r2.position = 1;
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.index.d | 35 int position; member 92 command[i + k].position = -400; 98 command[i + k].position = -1; 104 command[i + k].position = 0; 110 command[i + k].position = strlen(command[j].str) / 2; 116 command[i + k].position = strlen(command[j].str); 122 command[i + k].position = strlen(command[j].str) + 1; 128 command[i + k].position = strlen(command[j].str) + 2; 134 command[i + k].position = 400; 187 command[i].substr, command[i].position); [all …]
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/union/ |
H A D | err.D_DECL_COMBO.UnionWithoutColon1.d | 41 int position; member 47 int position; member 57 rec.position = 1; 60 pir.position = 2; 64 rec.content, rec.position, pir.content, pir.position);
|
H A D | err.D_DECL_INCOMPLETE.order.d | 43 int position; member 48 int position; member 58 rec.position = 2; 61 pir.position = 26; 65 rec.content, rec.position, pir.content, pir.position);
|
H A D | err.D_DECL_COMBO.UnionWithoutColon.d | 41 int position; member 47 int position; variable 58 rec.position = 1; 61 pir.position = 2; 65 rec.content, rec.position, pir.content, pir.position);
|
H A D | err.D_PROTO_ARG.DupUnionAssoc.d | 41 int position; member 46 int position; member 57 r1.position = 1; 60 r2.position = 2; 63 p1.position = 1; 66 p2.position = 2;
|
H A D | err.D_DECL_INCOMPLETE.recursive.d | 40 int position; member 49 r1.position = 1; 52 r2.position = 2; 55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content); 56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
|
H A D | err.D_DECL_INCOMPLETE.circular.d | 42 int position; member 49 int position; member 58 rec.position = 0; 61 "rec.position: %d\nrec.content: %c\n", rec.position, rec.content);
|
H A D | err.D_DECL_INCOMPLETE.simple.d | 42 int position; member 51 rec.position = 0; 54 rec.position, rec.content);
|
H A D | err.D_ADDROF_VAR.UnionPointer.d | 40 int position; member 51 var.position = 1; 57 ptr->position, ptr->content);
|
/titanic_50/usr/src/lib/krb5/ss/ |
H A D | request_tbl.c | 20 ss_add_request_table(sci_idx, rqtbl_ptr, position, code_ptr) in ss_add_request_table() argument 23 int position; /* 1 -> becomes second... */ 40 if (position > size - 2) 41 position = size - 2; 44 for (i = size - 2; i >= position; i--) 47 info->rqt_tables[position] = rqtbl_ptr;
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.keysort.d.out | 21 By key, position 0: 41 By key, position 1: 61 By key, position 2: 101 Reversed by key, position 0: 121 Reversed by key, position 1: 141 Reversed by key, position 2:
|
/titanic_50/usr/src/cmd/make/lib/vroot/ |
H A D | vroot.cc | 60 add_dir_to_path(const char *path, register pathpt *pointer, register int position) in add_dir_to_path() argument 70 if (position < 0) in add_dir_to_path() 71 position= size;} in add_dir_to_path() 73 if (position < 0) in add_dir_to_path() 74 position= 0; in add_dir_to_path() 75 if (position >= size) { in add_dir_to_path() 76 new_path= (pathpt)calloc((unsigned)(position+2), sizeof(pathcellt)); in add_dir_to_path() 84 if ((*pointer)[position].path != NULL) in add_dir_to_path() 85 free((*pointer)[position].path); in add_dir_to_path() 86 (*pointer)[position].path= name; in add_dir_to_path() [all …]
|
/titanic_50/usr/src/cmd/dumpcs/ |
H A D | dumpcs.c | 138 int col, i, position; local 150 position = 0; 156 codestr[position++] = SS2; 160 codestr[position++] = SS3; 163 codestr[position] = '\0'; 166 (void) prcode(bytelen, position, minvalue, maxvalue, columns);
|