Home
last modified time | relevance | path

Searched refs:gt (Results 1 – 25 of 154) sorted by relevance

1234567

/trueos/usr.bin/csup/
HDglobtree.c90 struct globtree *gt; in globtree_new() local
92 gt = xmalloc(sizeof(struct globtree)); in globtree_new()
93 gt->type = type; in globtree_new()
94 gt->data = NULL; in globtree_new()
95 gt->flags = 0; in globtree_new()
96 gt->left = NULL; in globtree_new()
97 gt->right = NULL; in globtree_new()
98 return (gt); in globtree_new()
104 struct globtree *gt; in globtree_true() local
106 gt = globtree_new(GLOBTREE_TRUE); in globtree_true()
[all …]
/trueos/gnu/usr.bin/rcs/lib/
HDmaketime.c201 time_t d, gt; local
218 gt = t_cache[localzone];
219 gtm = gt ? &tm_cache[localzone] : time2tm(gt,localzone);
225 gt += d;
226 gtm = time2tm(gt,localzone);
228 t_cache[localzone] = gt;
245 return gt;
/trueos/usr.bin/mkimg/
HDvmdk.c113 uint32_t *gt, *gd, *rgd; in vmdk_write() local
187 gt = calloc(gtsz, 1); in vmdk_write()
188 if (gt == NULL) { in vmdk_write()
200 le32enc(gt + n, cursec); in vmdk_write()
212 if (!error && sparse_write(fd, gt, gtsz) < 0) in vmdk_write()
216 if (!error && sparse_write(fd, gt, gtsz) < 0) in vmdk_write()
218 free(gt); in vmdk_write()
/trueos/bin/sh/tests/expansion/
HDpathname3.023 [ ${#s} -gt 1018 ] || [ "$1" = /.${s}etc ] || exit 3
25 [ ${#s} -gt 1017 ] || [ "$1" = /.${s}etc/ ] || exit 4
27 [ ${#s} -gt 1016 ] || [ "$1" = /.${s}etc/. ] || exit 5
HDarith11.08 while [ $((minint <<= 1)) -gt 0 ]; do
/trueos/crypto/openssl/doc/crypto/
HDDH_generate_key.pod23 B<dh-E<gt>p> and B<dh-E<gt>g>. It generates a random private DH value
24 unless B<dh-E<gt>priv_key> is already set, and computes the
25 corresponding public value B<dh-E<gt>pub_key>, which can then be
HDDSA_generate_key.pod16 a new key pair and stores it in B<a-E<gt>pub_key> and B<a-E<gt>priv_key>.
HDBN_set_bit.pod36 (C<a&=~((~0)E<gt>E<gt>n)>). An error occurs if B<a> already is
HDDSA_sign.pod32 be passed to DSA_sign() in B<dsa-E<gt>kinv> and B<dsa-E<gt>r>.
HDDH_generate_parameters.pod24 B<generator> is a small number E<gt> 1, typically 2 or 5.
57 If B<generator> is not 2 or 5, B<dh-E<gt>g>=B<generator> is not
HDlhash.pod147 best solution to this problem is to set hash-E<gt>down_load=0 before
255 default values are as follows. If (hash->up_load E<lt> load) =E<gt>
256 expand. if (hash-E<gt>down_load E<gt> load) =E<gt> contract. The
261 hash-E<gt>up_load=8*256; will cause a load of 8 to be set.
267 hash-E<gt>num_comp_calls is incremented. If num_comp_calls is not equal
HDbn_internal.pod136 result in B<rp>, and returns the carry (1 if B<bp> E<gt> B<ap>, 0
216 The bn_fix_top() macro reduces B<a-E<gt>top> to point to the most
221 bn_check_top() verifies that C<((a)-E<gt>top E<gt>= 0 && (a)-E<gt>top
222 E<lt>= (a)-E<gt>dmax)>. A violation will cause the program to abort.
/trueos/contrib/gcc/cp/
HDMake-lang.in238 debug.h gt-cp-decl.h $(TIMEVAR_H) $(TREE_FLOW_H) $(TARGET_H)
240 output.h except.h toplev.h $(RTL_H) $(C_COMMON_H) gt-cp-decl2.h $(CGRAPH_H) \
245 $(CXX_PRETTY_PRINT_H) cp/cp-objcp-common.h gt-cp-cp-objcp-common.h
247 $(TM_P_H) $(DIAGNOSTIC_H) gt-cp-typeck2.h
253 $(EXPR_H) $(DIAGNOSTIC_H) intl.h gt-cp-call.h convert.h $(TARGET_H)
259 $(TM_P_H) $(TARGET_H) $(DIAGNOSTIC_H) gt-cp-method.h
264 insn-config.h $(INTEGRATE_H) $(TREE_INLINE_H) $(REAL_H) gt-cp-tree.h \
268 $(TARGET_H) gt-cp-rtti.h
274 toplev.h $(RTL_H) except.h $(TREE_INLINE_H) pointer-set.h gt-cp-pt.h \
279 gt-cp-repo.h
[all …]
/trueos/crypto/openssl/crypto/ocsp/
HDocsp_ext.c513 ASN1_GENERALIZEDTIME *gt = NULL; in OCSP_archive_cutoff_new() local
515 if (!(gt = ASN1_GENERALIZEDTIME_new())) in OCSP_archive_cutoff_new()
517 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) in OCSP_archive_cutoff_new()
519 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_archiveCutoff, 0, gt); in OCSP_archive_cutoff_new()
521 if (gt) in OCSP_archive_cutoff_new()
522 ASN1_GENERALIZEDTIME_free(gt); in OCSP_archive_cutoff_new()
/trueos/contrib/gcc/config/rs6000/
HDt-rs60003 gt-rs6000.h: s-gtype ; @true
10 $(TM_P_H) $(TARGET_H) $(TARGET_DEF_H) langhooks.h reload.h gt-rs6000.h \
/trueos/usr.sbin/bsdconfig/share/
HDdialog.subr340 [ ${__height:-0} -gt 11 ] &&
410 elif [ $__height -gt $__max_height_size_constrain ]; then
424 elif [ $__width -gt $__max_width_size_constrain ]; then
508 elif [ $__height_menu_constrain -gt \
524 elif [ $__width_menu_constrain -gt \
544 [ ${__prompt_len:-0} -gt 0 ] || __max_rows_menu_constrain=$((
550 elif [ $__rows_menu_constrain -gt $__max_rows_menu_constrain ]
605 [ $__n -gt $__height ] && __height=$__n
626 [ $__n -gt $__width ] && __width=$__n
634 [ $__n -gt $__width ] && __width=$__n
[all …]
/trueos/contrib/gcc/config/
HDt-darwin4 reload.h function.h $(GGC_H) langhooks.h $(TARGET_H) $(TM_P_H) gt-darwin.h \
13 gt-darwin.h : s-gtype ; @true
/trueos/crypto/openssl/crypto/bn/
HDbn_lib.c682 int gt, lt; in BN_cmp() local
704 gt = 1; in BN_cmp()
707 gt = -1; in BN_cmp()
712 return (gt); in BN_cmp()
719 return (gt); in BN_cmp()
/trueos/contrib/bmake/
HDinstall-sh87 while [ $# -gt 1 ]
165 if [ $# -gt 2 ]; then
173 while [ $# -gt 1 ]
/trueos/bin/sh/tests/builtins/
HDtrap14.010 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
HDwait5.012 [ "$r" -gt 128 ] && [ -n "$trapped" ]
HDwait4.012 [ "$r" -gt 128 ] && [ -n "$trapped" ]
HDcd3.021 [ $? -gt 1 ] && [ -n "$v" ]
/trueos/sys/mips/malta/
HDfiles.malta2 mips/malta/gt.c standard
/trueos/contrib/expat/doc/
HDxmlwf.sgml106 <literal>&lt;?xml version="1.0" standalone="yes"?&gt;</literal>.
112 Every start tag is either empty (&lt;tag/&gt;)
182 <literal>cat &lt; file &gt; file</literal> in most shells).
338 &lt;!ENTITY vers '1.0.2'&gt;
345 &lt;!ENTITY header SYSTEM "header-&amp;vers;.xml"&gt; (parsed)
346 &lt;!ENTITY logo SYSTEM "logo.png" PNG&gt; (unparsed)

1234567