HomeSort by: relevance | last modified time | path
    Searched refs:ign (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
ignore.c 178 ign_add (char *ign, int hold)
180 if (!ign || !*ign)
183 for (; *ign; ign++)
189 if (isspace ((unsigned char) *ign))
206 if ((!*(ign+1) || isspace ((unsigned char) *(ign+1)))
207 && (*ign == '!' || *ign == '*')
    [all...]
cvs.h 618 void ign_add (char *ign, int hold);
  /src/external/lgpl3/gmp/dist/mpf/
get_str.c 51 Put the count of omitted low limbs in *ign.
59 mp_size_t ign; /* counts number of ignored low limbs in r */ local
76 ign = 0;
83 ign <<= 1;
88 ign += rn - prec;
108 ign += rn - prec;
116 *ignp = ign;
202 mp_size_t n_more_limbs_needed, ign, off; local
208 pn = mpn_pow_1_highpart (pp, &ign, (mp_limb_t) base, e, n_limbs_needed + 1, tp);
215 off = un - ue - ign;
230 mp_size_t n_less_limbs_needed, ign, off, xn; local
    [all...]
set_str.c 64 Put the count of omitted low limbs in *ign.
71 mp_size_t ign; /* counts number of ignored low limbs in r */ local
81 ign = 0;
88 ign <<= 1;
93 ign += rn - prec;
111 ign += rn - prec;
117 *ignp = ign;
  /src/external/bsd/pkg_install/dist/info/
show.c 157 Boolean ign; local
162 for (ign = FALSE, p = plist->head; p; p = p->next) {
169 if (ign) {
173 ign = FALSE;
187 ign = TRUE;
222 Boolean ign; local
228 for (ign = FALSE, p = plist->head; p; p = p->next) {
231 if (!ign) {
235 ign = FALSE;
241 ign = TRUE
    [all...]
  /src/sys/arch/macppc/dev/
viareg.h 204 via_reg_and(int ign, int reg, int val)
212 via_reg_or(int ign, int reg, int val)
220 via_reg_xor(int ign, int reg, int val)
228 read_via_reg(int ign, int reg)
236 write_via_reg(int ign, int reg, int val)
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
t_pkey.c 47 unsigned char *ign, int indent)
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
t_pkey.c 46 unsigned char *ign, int indent)
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
t_pkey.c 46 unsigned char *ign, int indent)
  /src/external/gpl2/groff/dist/src/include/
search.h 54 const char *ign, int trunc);
  /src/bin/pax/
file_subs.c 382 * try to make a hard link between two files. if ign set, we do not
387 * 1 when ign was set to indicates we could not make the link but we
393 mk_link(char *to, struct stat *to_sb, char *from, int ign)
423 if (!ign) {
442 if (!ign) {
468 int ign = 0; local
512 if (ign)
564 if ((ign = unlnk_exist(nm, arcn->type)) < 0)
808 * When ign is zero, only those times the user has asked for are set, the
  /src/games/larn/
io.c 945 ign: *sd++ = *ss;
950 goto ign;
963 goto ign;
973 goto ign;
  /src/external/gpl2/groff/dist/src/libs/libbib/
linear.cpp 363 const char *ign, int trunc)
364 : ignore_fields(ign), truncate_len(trunc), keys(0), nkeys(0)
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 425 #define assert(ign) ((void)0)
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 425 #define assert(ign) ((void)0)

Completed in 71 milliseconds