Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/mirbsd/src/usr.bin/telnet/
Dutilities.c274 printsub(direction, pointer, length) in printsub() argument
276 unsigned char *pointer; /* where suboption data sits */
284 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
291 i = pointer[length-2];
292 j = pointer[length-1];
319 switch (pointer[0]) {
322 switch (pointer[1]) {
324 fprintf(NetTrace, "IS \"%.*s\"", length-2, (char *)pointer+2);
332 pointer[1], pointer[1]);
341 switch (pointer[1]) {
[all …]
/mirbsd/src/lib/libssl/src/crypto/
Dcryptlib.c127 static int (MS_FAR *add_lock_callback)(int *pointer,int amount,
176 CRYPTO_dynlock *pointer = NULL; in CRYPTO_get_new_dynlockid() local
193 pointer = (CRYPTO_dynlock *)OPENSSL_malloc(sizeof(CRYPTO_dynlock)); in CRYPTO_get_new_dynlockid()
194 if (pointer == NULL) in CRYPTO_get_new_dynlockid()
199 pointer->references = 1; in CRYPTO_get_new_dynlockid()
200 pointer->data = dynlock_create_callback(__FILE__,__LINE__); in CRYPTO_get_new_dynlockid()
201 if (pointer->data == NULL) in CRYPTO_get_new_dynlockid()
203 OPENSSL_free(pointer); in CRYPTO_get_new_dynlockid()
217 i=sk_CRYPTO_dynlock_push(dyn_locks,pointer) - 1; in CRYPTO_get_new_dynlockid()
221 sk_CRYPTO_dynlock_set(dyn_locks,i,pointer); in CRYPTO_get_new_dynlockid()
[all …]
/mirbsd/src/lib/libncurses/src/ncurses/base/
Dvsscanf.c218 void *pointer; in vsscanf()
234 pointer = 0; in vsscanf()
302 pointer = &eaten; in vsscanf()
305 pointer = va_arg(ap, int *); in vsscanf()
308 pointer = va_arg(ap, short *); in vsscanf()
311 pointer = va_arg(ap, float *); in vsscanf()
314 pointer = va_arg(ap, double *); in vsscanf()
317 pointer = va_arg(ap, long *); in vsscanf()
320 pointer = va_arg(ap, void *); in vsscanf()
325 pointer = va_arg(ap, char *); in vsscanf()
[all …]
DMKlib_gen.sh259 pointer = 0;
266 pointer = 1;
287 } else if (pointer) {
291 pointer = 0;
318 if (pointer == 0 && argcount != 0 && argtype != "" )
322 pointer = 0;
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTRules.c456 char *pointer = NULL; in HTSetConfiguration() local
480 pointer = line; in HTSetConfiguration()
481 word1 = HTNextField(&pointer); in HTSetConfiguration()
487 word2 = HTNextField(&pointer); in HTSetConfiguration()
491 word3 = pointer; /* The rest of the line to be parsed by AA module */ in HTSetConfiguration()
493 word3 = HTNextField(&pointer); /* Just the next word */ in HTSetConfiguration()
502 char *encoding = HTNextField(&pointer); in HTSetConfiguration()
505 if (pointer) in HTSetConfiguration()
506 status = LYscanFloat(pointer, &quality); in HTSetConfiguration()
514 if (pointer) { in HTSetConfiguration()
[all …]
/mirbsd/src/lib/libc/gen/
Dalloca.c37 typedef void *pointer; typedef
84 pointer
102 free ((pointer) hp); /* Collect garbage. */ in alloca()
118 pointer new = malloc (sizeof (header) + size); in alloca()
131 return (pointer) ((char *) new + sizeof (header)); in alloca()
/mirbsd/src/lib/libc/time/
Dialloc.c31 irealloc(pointer, size) in irealloc() argument
32 void * const pointer; in irealloc()
37 if (pointer == NULL)
39 p = realloc((void *) pointer, (size_t) nonzero(size));
41 free(pointer);
Dprivate.h232 void * irealloc P((void * pointer, int size));
233 void icfree P((char * pointer));
234 void ifree P((char * pointer));
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dmacro.h32 char *pointer; /* Pointer to the input text. */ member
55 extern ITEXT *remember_itext (char *pointer, int offset);
56 extern void forget_itext (char *pointer);
57 extern void maybe_write_itext (char *pointer, int offset);
Dmacro.c786 remember_itext (char *pointer, int offset) in remember_itext() argument
802 (itext_info[i]->pointer == pointer)) in remember_itext()
831 itext_info[i]->pointer = pointer; in remember_itext()
840 forget_itext (char *pointer) in forget_itext() argument
845 if (itext_info[i] && (itext_info[i]->pointer == pointer)) in forget_itext()
936 if (itext_info[i] && itext_info[i]->pointer == input_text) in append_to_expansion_output()
954 maybe_write_itext (char *pointer, int offset) in maybe_write_itext() argument
960 if (itext_info[i] && (itext_info[i]->pointer == pointer)) in maybe_write_itext()
968 write_region_to_macro_output (itext->pointer, itext->offset, offset); in maybe_write_itext()
969 remember_itext (pointer, offset); in maybe_write_itext()
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman258 is a pointer
61 `pointer to .\|.\|.'.
67 of a call, is converted to `pointer to function returning .\|.\|.'.
81 this is modified to `pointer to \fGchar\fR' and the
82 result is a pointer to the first character
97 Usually, the primary expression has type `pointer to .\|.\|.',
138 to pass a pointer on the understanding
140 of the object to which the pointer points.
158 The first expression must be a pointer to a structure or a union
162 to which the pointer expression points.
[all …]
Dcman366 or pointer.
180 contained identifier has the type `pointer to .\|.\|.', where
237 An array may be constructed from one of the basic types, from a pointer,
251 but it may contain a pointer to a function.
258 a pointer \fIip\fR to an integer,
260 a function \fIfip\fR returning a pointer to an integer,
261 and a pointer \fIpfi\fR to a function which
269 and then using indirection through the (pointer) result
274 a pointer to a function yields a function, which is then called.
409 itself, as distinct from a pointer to an instance of itself.
[all …]
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dobstack.c458 void (obstack_grow) (struct obstack *obstack, POINTER pointer, int length)
460 obstack_grow (obstack, pointer, length);
463 void (obstack_grow0) (struct obstack *obstack, POINTER pointer, int length)
465 obstack_grow0 (obstack, pointer, length);
498 POINTER (obstack_copy) (struct obstack *obstack, POINTER pointer, int length)
500 return obstack_copy (obstack, pointer, length);
503 POINTER (obstack_copy0) (struct obstack *obstack, POINTER pointer, int length)
505 return obstack_copy0 (obstack, pointer, length);
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_get_session.pod17 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
DSSL_CTX_get_verify_mode.pod34 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.
DSSL_get_ex_data_X509_STORE_CTX_idx.pod17 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.
DSSL_get_peer_cert_chain.pod15 SSL_get_peer_cert_chain() returns a pointer to STACKOF(X509) certificates
25 a session, in which case a NULL pointer is returned.
28 If the corresponding session is freed, the pointer must not be used
DSSL_CIPHER_get_name.pod18 SSL_CIPHER_get_name() returns a pointer to the name of B<cipher>. If the
19 argument is the NULL pointer, a pointer to the constant value "NONE" is
31 128 bytes, otherwise a pointer to the string "Buffer too small" is
33 OPENSSL_malloc(). If the allocation fails, a pointer to the string
DSSL_get_SSL_CTX.pod15 SSL_get_SSL_CTX() returns a pointer to the SSL_CTX object, from which
20 The pointer to the SSL_CTX object is returned.
/mirbsd/src/usr.bin/vi/docs/interp/
Dinterp19 1: Function to get the current screen pointer.
23 Return a pointer to the current screen.
42 Return a pointer to the text of the line lno, into the location
90 Return a pointer to the specified buffer in the location
91 referenced by textp. (Since a pointer to the real item
104 Return a pointer to the specified mark in the location
105 referenced by markp. (Since a pointer to the real item
113 Create a new screen, and return a pointer to it.
131 Return a pointer to a line entered by the user, and its length,
/mirbsd/src/gnu/usr.bin/binutils/config/
Dmh-x86omitfp1 # Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler.
2 BOOT_CFLAGS = -O2 -g -fomit-frame-pointer
/mirbsd/src/gnu/usr.bin/texinfo/info/
Dtilde.c318 xrealloc (pointer, bytes) in xrealloc() argument
319 void *pointer; in xrealloc()
324 if (!pointer)
327 temp = (char *)realloc (pointer, bytes);
Dgc.c35 add_gcable_pointer (char *pointer) in add_gcable_pointer() argument
38 add_pointer_to_array (pointer, gcable_pointers_index, gcable_pointers, in add_gcable_pointer()
/mirbsd/src/lib/libssl/src/
DConfigure65 # DES_PTR use pointer lookup vs arrays in the DES in crypto/des/des_locl.h
83 # array lookups instead of pointer use.
88 # BF_PTR use 'pointer arithmatic' for Blowfish (unsafe on Alpha).
171 "solaris-x86-gcc","gcc:-O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DOPENSSL_NO_INLINE_ASM::-D_…
187 "solaris-sparcv7-gcc","gcc:-O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-lso…
188 "solaris-sparcv8-gcc","gcc:-mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT:…
190 "solaris-sparcv9-gcc","gcc:-m32 -march=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DI…
191 "solaris64-sparcv9-gcc31","gcc:-march=ultrasparc -m64 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN::-D…
194 "solaris-sparcv9-gcc27","gcc:-mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W::-D_REENTRAN…
216 "linux-sparcv7","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:::BN_LLONG RC…
[all …]
/mirbsd/src/lib/libc/arch/i386/sys/
Dsigprocmask.S39 movl 8(%esp),%ecx # fetch new sigset pointer
40 testl %ecx,%ecx # check new sigset pointer

12345678910>>...13