Searched refs:pot (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/
H A Darc4random.c178 static u_char pot[ARC4_RESEED_BYTES]; variable
179 static u_char *pothead = pot, *pottail = pot;
211 while ((mylen > 64) && (sizeof(pot) - inpot > sizeof(md5ctx.buf))) {
215 if (pottail + sizeof(md5ctx.buf) > pot + sizeof(pot)) {
218 numbytes = pot + sizeof(pot) - pottail;
221 pottail = pot;
245 if (pothead + length > pot
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dsb.c79 ptr->pot = size;
96 ptr->item->next = free_list.size[ptr->pot];
97 free_list.size[ptr->pot] = ptr->item;
148 if (ptr->len + len >= 1 << ptr->pot)
151 int pot = ptr->pot; local
153 while (ptr->len + len >= 1 << pot)
154 pot++;
155 sb_build (&tmp, pot);
H A Dsb.h55 int pot; /* The maximum length is 1<<pot. */ member in struct:sb
/freebsd-11-stable/contrib/libxo/tests/gettext/
H A DMakefile.am53 gt_01.pot \
54 ldns.pot \
55 strerror.pot
132 build-pot-files:
140 -o $$base.pot.new $$base.c ; \
143 accept-pot-files:
145 ${CP} $$base.pot.new ${srcdir}/$$base.pot ; \
152 ${ECHO} "merging $$base.pot into po/$$lang/$$base.po ..." ; \
154 ${srcdir}/$$base.pot \
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A DMakefile.in217 # If build/po/$(PACKAGE).pot exists, use it (it was just created),
221 $(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
222 then echo po/$(PACKAGE).pot; \
223 else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
226 $(PACKAGE).pot: po/$(PACKAGE).pot
227 po/$(PACKAGE).pot: $(libcpp_a_SOURCES)
236 --language=c -o po/$(PACKAGE).pot.tmp $^
237 sed 's:$(srcdir)/::g' <po/$(PACKAGE).pot.tmp >po/$(PACKAGE).pot
[all...]
/freebsd-11-stable/contrib/dialog/po/
H A Dmakefile.inn50 DISTFILES = ChangeLog makefile.inn POTFILES.in $(PACKAGE).pot \
66 $(MAKE) $(PACKAGE).pot
67 $(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
86 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
91 || ( rm -f $(srcdir)/$(PACKAGE).pot \
92 && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )
95 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
97 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
211 $(MAKE) $(PACKAGE).pot
220 if $(MSGMERGE) -w 132 $$lang.old.po $(PACKAGE).pot
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp137 node_iterator pot = nd_it.get_child(i); local
140 PB_DS_BASE_C_DEC::common_prefix_len( pot, b, e, r_traits);
144 ret = pot;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_standard_resize_policy_imp.hpp200 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
202 if (pot == actual_size && pot < new_size)
204 actual_size = pot;
/freebsd-11-stable/contrib/subversion/
H A DMakefile.in438 locale-gnu-pot:
440 $(SHELL) tools/po/po-update.sh pot

Completed in 205 milliseconds