Home
last modified time | relevance | path

Searched refs:PBUF (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-common/
H A Dgenproto.mk15 PBUF = protobuf
33 $(foreach proto,$(1),$(GOLANG)-$(PBUF)-$(basename $(proto)))
41 $(call gen_protoc_target,$(1),$(GOLANG)/$(PBUF)/$(basename $(1))pb/$(basename $(1)).pb.go,$(PBUF),-…
H A DMakefile60 $(PBUF_LINKS): $(GOLANG)-$(PBUF)-%-link: %.proto $(TMPNAME)
61 $(call gen_protoc_link,$<,$@,$(PBUF))
66 $(PBUF_GENTGTS): $(GOLANG)-$(PBUF)-%: %.proto proto-links $(TMPNAME)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/lightstep/lightstep-tracer-common/
H A Dgenproto.mk15 PBUF = protobuf
33 $(foreach proto,$(1),$(GOLANG)-$(PBUF)-$(basename $(proto)))
41 $(call gen_protoc_target,$(1),$(GOLANG)/$(PBUF)/$(basename $(1))pb/$(basename $(1)).pb.go,$(PBUF),-…
H A DMakefile59 $(PBUF_LINKS): $(GOLANG)-$(PBUF)-%-link: %.proto $(TMPNAME)
60 $(call gen_protoc_link,$<,$@,$(PBUF))
65 $(PBUF_GENTGTS): $(GOLANG)-$(PBUF)-%: %.proto proto-links $(TMPNAME)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-common/
H A Dgenproto.mk15 PBUF = protobuf
33 $(foreach proto,$(1),$(GOLANG)-$(PBUF)-$(basename $(proto)))
41 $(call gen_protoc_target,$(1),$(GOLANG)/$(PBUF)/$(basename $(1))pb/$(basename $(1)).pb.go,$(PBUF),-…
H A DMakefile60 $(PBUF_LINKS): $(GOLANG)-$(PBUF)-%-link: %.proto $(TMPNAME)
61 $(call gen_protoc_link,$<,$@,$(PBUF))
66 $(PBUF_GENTGTS): $(GOLANG)-$(PBUF)-%: %.proto proto-links $(TMPNAME)
/dports/math/dieharder/dieharder-3.31.1/libdieharder/
H A Dparse.c51 strncpy(splitbuf[i],nextval,PBUF); in split()
60 strncpy(splitbuf[i], nextval,PBUF); in split()
68 memset(splitbuf[i],0,PBUF); in split()
/dports/math/dieharder/dieharder-3.31.1/include/dieharder/
H A Dparse.h15 #define PBUF 128 macro
21 char splitbuf[PK][PBUF];
/dports/math/mcsim/mcsim-6.2.0/sim/
H A Dlex.h120 typedef PSTR PBUF; typedef
125 PBUF pbufOrg; /* Pointers for buffer Origin */
126 PBUF pbufCur; /* ... Current point */
H A Dlex.c83 PBUF pbufEOB = pibIn->pbufOrg + iOffset; in PreventLexSplit()
84 PBUF pbufEOBOld; in PreventLexSplit()
158 if ((pibIn->pbufOrg = (PBUF) malloc (BUFFER_SIZE))) in InitBuffer()
194 PBUF pbuf = pibIn->pbufOrg; in FlushBuffer()
/dports/net/openldap24-server/openldap-2.4.59/libraries/liblutil/
H A Dgetpass.c61 #define PBUF 512 macro
72 static char pbuf[PBUF]; in lutil_getpass()
/dports/net/openldap24-client/openldap-2.4.59/libraries/liblutil/
H A Dgetpass.c61 #define PBUF 512 macro
72 static char pbuf[PBUF]; in lutil_getpass()
/dports/net/openldap25-client/openldap-2.5.9/libraries/liblutil/
H A Dgetpass.c61 #define PBUF 512 macro
72 static char pbuf[PBUF]; in lutil_getpass()
/dports/net/openldap25-server/openldap-2.5.9/libraries/liblutil/
H A Dgetpass.c61 #define PBUF 512 macro
72 static char pbuf[PBUF]; in lutil_getpass()
/dports/net/openldap26-client/openldap-2.6.0/libraries/liblutil/
H A Dgetpass.c61 #define PBUF 512 macro
72 static char pbuf[PBUF]; in lutil_getpass()
/dports/net/openldap26-server/openldap-2.6.0/libraries/liblutil/
H A Dgetpass.c61 #define PBUF 512 macro
72 static char pbuf[PBUF]; in lutil_getpass()
/dports/math/mcsim/mcsim-6.2.0/mod/
H A Dlex.h116 typedef PSTR PBUF; typedef
121 PBUF pbufOrg; /* Pointers for buffer Origin */
123 PBUF pbufCur; /* ... Current point */
H A Dlex.c418 if ((pibIn->pbufOrg = (PBUF) malloc (pibIn->lBufSize))) in InitBuffer()
459 PBUF pbuf = pibIn->pbufOrg; in FlushBuffer()
901 PBUF pbufEOB = pibIn->pbufOrg + iOffset; in PreventLexSplit()
902 PBUF pbufEOBOld; in PreventLexSplit()
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Ddecode_mpeg2.c57 #define WRITE_DATA(PBUF, LEN, TAG) do { \ argument
58 int ret = tc_pwrite(decode->fd_out, PBUF, LEN); \
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dmac.c21 #define c2p(STR,PBUF) \ argument
22 strcpy(((char *) PBUF) + 1, STR); \
23 PBUF[0] = strlen(STR);
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dmemp_std.h84 LWIP_PBUF_MEMPOOL(PBUF, MEMP_NUM_PBUF, 0, "PBUF_REF/ROM…
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dmemp_std.h84 LWIP_PBUF_MEMPOOL(PBUF, MEMP_NUM_PBUF, 0, "PBUF_REF/ROM…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/include/lwip/
H A Dmemp_std.h82 LWIP_PBUF_MEMPOOL(PBUF, MEMP_NUM_PBUF, 0, "PBUF_REF/ROM…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/lwip/
H A Dmemp_std.h82 LWIP_PBUF_MEMPOOL(PBUF, MEMP_NUM_PBUF, 0, "PBUF_REF/ROM…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/include/lwip/
H A Dmemp_std.h82 LWIP_PBUF_MEMPOOL(PBUF, MEMP_NUM_PBUF, 0, "PBUF_REF/ROM…

12