| /onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| H A D | utilities.c | 319 printsub(direction, pointer, length) in printsub() argument 321 unsigned char *pointer; /* where suboption data sits */ 329 (want_status_response && (pointer[0] == TELOPT_STATUS))) { 336 i = pointer[length-2]; 337 j = pointer[length-1]; 372 switch (pointer[0]) { 375 switch (pointer[1]) { 379 (char *)pointer+2); 387 pointer[1], pointer[1]); 397 switch (pointer[1]) { [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/ |
| H A D | cryptlib.c | 186 static int (MS_FAR *add_lock_callback)(int *pointer,int amount, 235 CRYPTO_dynlock *pointer = NULL; in CRYPTO_get_new_dynlockid() local 252 pointer = (CRYPTO_dynlock *)OPENSSL_malloc(sizeof(CRYPTO_dynlock)); in CRYPTO_get_new_dynlockid() 253 if (pointer == NULL) in CRYPTO_get_new_dynlockid() 258 pointer->references = 1; in CRYPTO_get_new_dynlockid() 259 pointer->data = dynlock_create_callback(__FILE__,__LINE__); in CRYPTO_get_new_dynlockid() 260 if (pointer->data == NULL) in CRYPTO_get_new_dynlockid() 262 OPENSSL_free(pointer); in CRYPTO_get_new_dynlockid() 276 i=sk_CRYPTO_dynlock_push(dyn_locks,pointer) - 1; in CRYPTO_get_new_dynlockid() 280 sk_CRYPTO_dynlock_set(dyn_locks,i,pointer); in CRYPTO_get_new_dynlockid() [all …]
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | NamedResourceTable.h | 38 return (T *)table_.insert((NamedResource *)p.pointer(), replace).pointer(); 41 return (T *)table_.lookup(str).pointer(); in lookup() 44 return (T *)table_.lookup(str).pointer(); in lookupConst() 47 return (const T *)table_.lookup(str).pointer(); in lookupTemp() 50 return (T *)table_.remove(str).pointer(); in remove() 68 return (T *)iter_.next().pointer(); in next() 81 return (T *)iter_.next().pointer(); in next() 84 return (const T *)iter_.next().pointer(); in nextTemp()
|
| H A D | CopyOwner.cxx | 14 : Owner<T>(o.pointer() ? o.pointer()->copy() : 0) in CopyOwner() 21 Owner<T>::operator=(o.pointer() ? o.pointer()->copy() : 0); in operator =()
|
| H A D | Ptr.h | 26 T *pointer() const { return ptr_; } in pointer() function 69 const T *pointer() const { return Ptr<T>::pointer(); } in pointer() function 70 const T *operator->() const { return Ptr<T>::pointer(); } 71 const T &operator*() const { return *Ptr<T>::pointer(); }
|
| /onnv-gate/usr/src/lib/krb5/ss/ |
| H A D | ss_internal.h | 22 typedef void * pointer; typedef 33 extern pointer alloca (unsigned); 39 extern pointer alloca (unsigned); 77 pointer info_ptr; /* (void *) NULL */ 112 extern pointer malloc (unsigned); 113 extern pointer realloc (pointer, unsigned); 114 extern pointer calloc (unsigned, unsigned);
|
| /onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| H A D | Value.java | 40 private Value(long pointer) in Value() argument 42 _this = pointer; in Value() 375 long pointer); in getUnsignedInt64Value() argument 383 private final static native long getLongValue(long pointer); in getLongValue() argument 391 private final static native String getStringValue(long pointer); in getStringValue() argument 399 private final static native boolean getBoolValue(long pointer); in getBoolValue() argument 407 private final static native double getDoubleValue(long pointer); in getDoubleValue() argument
|
| /onnv-gate/usr/src/cmd/zic/ |
| H A D | ialloc.c | 19 irealloc(pointer, size) in irealloc() argument 20 void * const pointer; in irealloc() 23 if (pointer == NULL) 25 return (realloc((void *) pointer, (size_t) nonzero(size)));
|
| H A D | private.h | 55 void *irealloc(void *pointer, int size); 56 void ifree(char *pointer);
|
| /onnv-gate/usr/src/cmd/backup/dump/ |
| H A D | lint.sed | 13 /dumptape.c",.*use of a pointer.*questionable/d 23 /memutils.c",.*deallocating NULL pointer/d 26 /dumptape.c",.*deallocating NULL pointer/d 27 /dumpmain.c",.*deallocating NULL pointer/d 28 /partial.c",.*deallocating NULL pointer/d 30 /dumpitime.c",.*reference using a NULL pointer/d
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | Entity.cxx | 313 PiEntityEvent(this, origin.pointer())); in normalReference() 347 CdataEntityEvent(this, origin.pointer())); in normalReference() 363 Location loc(origin.pointer(), 0); in litReference() 370 text.addCdata(this, origin.pointer()); in litReference() 382 origin.pointer())); in normalReference() 397 Location loc(origin.pointer(), 0); in litReference() 404 text.addSdata(this, origin.pointer()); in litReference() 417 InternalInputSource(text_.string(), origin.pointer())); in normalReference() 426 text.addEntityStart(Location(origin.pointer(), 0)); in litReference() 443 origin.pointer(), in normalReference() [all …]
|
| H A D | TrieBuilder.cxx | 76 setToken(extendTrie(root_.pointer(), chars), chars.size(), t, priority, in recognize() 86 Trie *trie = extendTrie(root_.pointer(), chars); in recognize() 101 doB(extendTrie(root_.pointer(), chars), in recognizeB() 114 Trie *trie = forceNext(root_.pointer(), code); in recognizeEE() 154 setToken(extendTrie(trie->blank_.pointer(), chars2), in doB() 232 const BlankTrie *b = blankOwner.pointer(); in forceNext()
|
| /onnv-gate/usr/src/cmd/agents/snmp/snmplib/ |
| H A D | madman_api.c | 1023 uintptr_t pointer, char *error_label); 1075 uintptr_t pointer; in sysUpTime_process_response() local 1103 pointer = (uintptr_t)sysUpTime; in sysUpTime_process_response() 1130 if(translate_variable(variable, object->translator, pointer, error_label)) in sysUpTime_process_response() 1238 uintptr_t pointer; in applEntry_process_response() local 1269 pointer = (uintptr_t)&(applEntry->applName); in applEntry_process_response() 1302 if(translate_variable(variable, column->translator, pointer, error_label)) in applEntry_process_response() 1309 pointer++; in applEntry_process_response() 1463 uintptr_t pointer; in assocEntry_process_response() local 1494 pointer = (uintptr_t)&(assocEntry->assocRemoteApplication); in assocEntry_process_response() [all …]
|
| /onnv-gate/usr/src/uts/sun4/ml/ |
| H A D | swtch.s | 101 ldn [THREAD_REG + T_LWP], %o4 ! get lwp pointer 104 ldn [THREAD_REG + T_CPU], %i1 ! get CPU pointer 112 ldn [THREAD_REG + T_CTX], %g3 ! get ctx pointer 130 ldn [%o4 + LWP_FPU], %o0 ! fp pointer 138 ldn [THREAD_REG + T_CTX], %g3 ! get ctx pointer 151 ! g3 = ctx pointer 155 ldn [%i0 + T_PROCP], %i3 ! delay slot - get proc pointer 157 mov THREAD_REG, %o0 ! delay - arg = thread pointer 297 ! Set pointer in new thread to the CPU structure. 309 stx %i0, [%i1 + CPU_THREAD] ! set CPU's thread pointer [all …]
|
| /onnv-gate/usr/src/lib/libumem/common/ |
| H A D | misc.c | 242 print_sym(void *pointer) in print_sym() argument 251 result = dladdr1(pointer, &sym_info, (void **)&ext_info, in print_sym() 267 if (result == 0 || (uintptr_t)pointer > end) { in print_sym() 268 umem_printf("?? (0x%p)", pointer); in print_sym() 272 (char *)pointer - (char *)sym_info.dli_saddr); in print_sym()
|
| /onnv-gate/usr/src/cmd/dtrace/test/tst/common/sizeof/ |
| H A D | tst.SizeofDataTypes.d | 88 int *pointer; variable 101 printf("sizeof (pointer): %d\n", sizeof (pointer)); 118 (sizeof (pointer) != sizeof (new_intptr)) || (8 != sizeof (new_struct)) ||
|
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_CTX_get_verify_mode.pod | 34 SSL_CTX_get_verify_callback() returns a function pointer to the verification 36 NULL pointer is returned and the default callback will be used. 38 SSL_get_verify_callback() returns a function pointer to the verification 40 NULL pointer is returned and the default callback will be used.
|
| H A D | SSL_get_session.pod | 17 SSL_get_session() returns a pointer to the B<SSL_SESSION> actually used in 19 that the pointer can become invalid by other operations. 31 SSL_get0_session() returns a pointer to the actual session. As the 32 reference counter is not incremented, the pointer is only valid while 35 (if considered bad), and the pointer obtained will become invalid. Even
|
| H A D | SSL_get_ex_data_X509_STORE_CTX_idx.pod | 17 the pointer to the SSL object is stored into the X509_STORE_CTX object. 22 peers certificate during a handshake, a pointer to the SSL object is 24 To retrieve this pointer the X509_STORE_CTX_get_ex_data() function can 41 The index value to access the pointer.
|
| /onnv-gate/usr/src/cmd/agents/snmp/agent/ |
| H A D | agent.c | 347 char *pointer; in agent_get_next_loop() local 552 pointer = cache_output_pointer; in agent_get_next_loop() 574 snmp_error = (*(entry->get)) (get_entry, &pointer,&index_obj); in agent_get_next_loop() 578 cache_output_pointer = pointer; in agent_get_next_loop() 587 if(pointer == NULL) in agent_get_next_loop() 627 integer_ptr = (Integer *) (pointer + in agent_get_next_loop() 635 oid_ptr = (Oid *) (pointer + in agent_get_next_loop() 653 string_ptr = (String *) (pointer + in agent_get_next_loop() 703 char *pointer=NULL; in agent_get() local 925 pointer = cache_output_pointer; in agent_get() [all …]
|
| /onnv-gate/usr/src/cmd/lp/cmd/lpadmin/ |
| H A D | options.c | 61 #define MALLOC(pointer) \ argument 62 if (!(pointer = strdup(optarg))) { \ 67 #define REALLOC(pointer) \ argument 68 if (!(pointer = realloc(pointer, (unsigned) (strlen(pointer) + 1 + strlen(optarg) + 1)))) { \ 71 } else if (strcat(pointer, " ")) \ 72 (void)strcat (pointer, optarg); \
|
| /onnv-gate/usr/src/cmd/dtrace/test/tst/common/inline/ |
| H A D | tst.InlineTypedef.d | 45 typedef int * pointer; typedef 46 inline pointer p = &`kmem_flags;
|
| /onnv-gate/usr/src/lib/libdns_sd/java/sparc/ |
| H A D | Makefile | 31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
|
| /onnv-gate/usr/src/lib/libdns_sd/java/i386/ |
| H A D | Makefile | 31 CPPFLAGS += -_gcc=-Wno-pointer-to-int-cast -_gcc=-Wno-int-to-pointer-cast
|
| /onnv-gate/usr/src/uts/intel/io/acpica/ |
| H A D | osl_ml.s | 69 orq %rdi, %rdi / %rdi contains pointer to FACS 91 movl 4(%esp), %ecx / %ecx contains pointer to FACS 127 orq %rdi, %rdi / %rdi contains pointer to FACS 146 movl 4(%esp), %ecx / %ecx contains pointer to FACS
|