Searched refs:pointer (Results 1 - 25 of 386) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure4347 // Iterate through items via the restricted pointer.
12624 It does not let you subtract one const X* pointer from another in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/etc/avahi/
H A Davahi-daemon.conf26 browse-domains=0pointer.de, zeroconf.org
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/
H A DMakefile196 HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
534 CFLAGS += -fno-omit-frame-pointer $(call cc-option,-fno-optimize-sibling-calls,)
536 CFLAGS += -fomit-frame-pointer
553 # disable pointer signed / unsigned warnings in gcc 4.0
554 CFLAGS += $(call cc-option,-Wno-pointer-sign,)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure16467 tmp_CFLAGS="$tmp_CFLAGS -fno-omit-frame-pointer"
23738 It does not let you subtract one const X* pointer from another in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtelnet.c116 int direction, unsigned char *pointer,
661 unsigned char *pointer, /* where suboption data is */
672 i = pointer[length-2];
673 j = pointer[length-1];
699 if(CURL_TELOPT_OK(pointer[0])) {
700 switch(pointer[0]) {
704 infof(data, "%s", CURL_TELOPT(pointer[0]));
707 infof(data, "%s (unsupported)", CURL_TELOPT(pointer[0]));
712 infof(data, "%d (unknown)", pointer[i]);
714 switch(pointer[
659 printsub(struct SessionHandle *data, int direction, unsigned char *pointer, size_t length) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure10365 It does not let you subtract one const X* pointer from another in
24838 echo "$as_me:$LINENO: checking whether pututline returns pointer" >&5
24839 echo $ECHO_N "checking whether pututline returns pointer... $ECHO_C" >&6
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfigure3174 It does not let you subtract one const X* pointer from another in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl559 the "copyright" line and a pointer to where the full notice is found.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1985 attributes. F.e.\ each rule has a pointer to some routing
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dcrypto.h304 /* Return an opaque pointer to the current "ex_data" implementation */
344 int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfigure3918 It does not let you subtract one const X* pointer from another in
5230 It does not let you subtract one const X* pointer from another in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfigure20823 It does not let you subtract one const X* pointer from another in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A DMakefile92 #CFLAG= -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -Wuninitialized -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
93 CFLAG= -fPIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
H A DMakefile.org61 #CFLAG= -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -Wuninitialized -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
62 CFLAG= -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc2.s49 ; Stack pointer ; r30 (sp)
H A Dpa-risc2W.s43 ; Stack pointer ; r30 (sp)
44 ; global data pointer ; r27 (dp)
45 ; argument pointer ; r29 (ap)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dcryptlib.c127 static int (MS_FAR *add_lock_callback)(int *pointer,int amount,
176 CRYPTO_dynlock *pointer = NULL; local
193 pointer = (CRYPTO_dynlock *)OPENSSL_malloc(sizeof(CRYPTO_dynlock));
194 if (pointer == NULL)
199 pointer->references = 1;
200 pointer->data = dynlock_create_callback(__FILE__,__LINE__);
201 if (pointer->data == NULL)
203 OPENSSL_free(pointer);
217 i=sk_CRYPTO_dynlock_push(dyn_locks,pointer) - 1;
219 /* If we found a place with a NULL pointer, pu
236 CRYPTO_dynlock *pointer = NULL; local
279 CRYPTO_dynlock *pointer = NULL; local
418 struct CRYPTO_dynlock_value *pointer local
433 CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, int line) argument
[all...]
H A Dcrypto.h304 /* Return an opaque pointer to the current "ex_data" implementation */
344 int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-ohci.c89 void *pointer; member in struct:ar_context
381 size = buffer + PAGE_SIZE - ctx->pointer;
383 memmove(buffer, ctx->pointer, size);
386 ctx->pointer = (void *) ab->data + rest;
395 buffer = ctx->pointer;
396 ctx->pointer = end =
417 ctx->pointer = ctx->current_buffer->data;
965 * next_config_rom pointer so a new udpate can take place.
H A Dfw-sbp2.c149 struct sbp2_pointer pointer; member in struct:sbp2_orb
341 orb->pointer.high = 0;
342 orb->pointer.low = orb->request_bus;
343 fw_memcpy_to_be32(&orb->pointer, &orb->pointer, sizeof(orb->pointer));
352 &orb->pointer, sizeof(orb->pointer),
932 * The data_descriptor pointer is the one case where we need
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-acpi.c86 .pointer = NULL};
110 dinfo = buffer.pointer;
281 output.pointer = NULL; /* ACPI-CA sets this; save/free it later */
294 if (!output.length || !output.pointer) {
298 output.pointer);
302 out_obj = output.pointer;
308 kfree(output.pointer);
312 if (!out_obj->buffer.length || !out_obj->buffer.pointer ||
317 out_obj->buffer.pointer);
319 kfree(output.pointer);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dpcilynx.c433 pcl.buffer[0].pointer = d->header_dma;
435 pcl.buffer[1].pointer = d->data_dma;
1253 pcl.buffer[0].pointer = lynx->rcv_page_dma;
1254 pcl.buffer[1].pointer = lynx->rcv_page_dma + 16;
1277 pcl.buffer[0].pointer = lynx->iso_rcv.page_dma[page]
1279 pcl.buffer[1].pointer = pcl.buffer[0].pointer + 4;
H A Dpcilynx.h360 u32 pointer; member in struct:ti_pcl::__anon4489
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-alsa.c506 * pointer callback
536 .pointer = snd_cx88_pointer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_wrapper.S561 llgtr %r2,%r2 # unsigned long (actually pointer

Completed in 517 milliseconds

1234567891011>>