Searched refs:truncated (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/lib/libugidfw/
H A Dugidfw.c67 int anymode, unknownmode, truncated, numfs, i, notdone; local
71 truncated = 0;
75 goto truncated;
82 goto truncated;
93 goto truncated;
103 goto truncated;
110 goto truncated;
121 goto truncated;
128 goto truncated;
135 goto truncated;
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Ddh.c63 goto truncated;
66 goto truncated;
75 goto truncated;
85 goto truncated;
102 goto truncated;
105 truncated:
106 error("moduli:%d: truncated", linenum);
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c279 char truncated[9], *reversed; local
303 truncated[0] = '\0';
304 strncat(truncated, newpass, 8);
305 newpass = truncated;
354 memset(truncated, 0, sizeof(truncated));
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Db_print.c136 size_t *maxlen, size_t *retlen, int *truncated,
172 size_t *retlen, int *truncated, const char *format, va_list args)
426 *truncated = (currlen > *maxlen - 1);
427 if (*truncated)
851 int truncated; local
853 if(!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args))
856 if (truncated)
169 _dopr(char **sbuffer, char **buffer, size_t *maxlen, size_t *retlen, int *truncated, const char *format, va_list args) argument
/freebsd-9.3-release/lib/libc/mips/string/
H A Dbcopy.S118 and t0,SIZEREG,AT # count truncated to multiples
213 and t0,SIZEREG,AT # count truncated to multiple of 32
/freebsd-9.3-release/contrib/one-true-awk/
H A DREADME75 the symptom of which can be truncated pipe output. Beware. The
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dmain.c321 const char truncated[] = "..."; local
350 INSIST(sizeof(saved_command_line) >= sizeof(truncated));
353 strcpy(eob - sizeof(truncated), truncated);
H A Dstatschannel.c177 SET_NSSTATDESC(truncatedresp, "truncated responses sent",
215 SET_NSSTATDESC(rateslipped, "responses truncated for rate limits",
247 SET_RESSTATDESC(truncated, "truncated responses received", "Truncated");
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscalls.c617 int truncated = 0; local
629 truncated = 1;
639 truncated = 1;
641 asprintf(&tmp, "\"%s\"%s", tmp3, truncated ?
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c1646 goto truncated;
1657 goto truncated;
1667 goto truncated;
1677 goto truncated;
1693 truncated:
2170 * If we're adding a OPT, TSIG or SIG(0) to a truncated message,
H A Dresolver.c6855 isc_boolean_t truncated; local
6889 truncated = ISC_FALSE;
6977 * and/or wasn't marked as being truncated,
7007 truncated = ISC_TRUE;
7094 * Deal with truncated responses by retrying using TCP.
7097 truncated = ISC_TRUE;
7099 if (truncated) {
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2508 trunc_prop_errs(int truncated) argument
2510 ASSERT(truncated != 0);
2512 if (truncated == 1)
2517 "%d more properties could not be set\n"), truncated);
/freebsd-9.3-release/usr.bin/unifdef/
H A Dunifdef.c1234 errx(2, "output may be truncated");
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp4533 /// \param MaxWidth - the width to which the value will be truncated
4761 llvm::APFloat truncated = value; local
4764 truncated.convert(Src, llvm::APFloat::rmNearestTiesToEven, &ignored);
4765 truncated.convert(Tgt, llvm::APFloat::rmNearestTiesToEven, &ignored);
4767 return truncated.bitwiseIsEqual(value);
/freebsd-9.3-release/contrib/gcc/
H A Dcombine.c266 truncation if we know that value already contains a truncated
6831 /* Return X converted to MODE. If the value is already truncated to
8037 /* Result might need to be truncated. Don't change mode if
10122 C2 has been truncated to fit in MODE, the pattern can only be
11163 truncated to MODE. In this case we can use a subreg to refer to
11164 the truncated value even though in the generic case we would need
11170 enum machine_mode truncated = reg_stat[REGNO (x)].truncated_to_mode;
11172 if (truncated == 0 || reg_stat[REGNO (x)].truncation_label != label_tick)
11174 if (GET_MODE_SIZE (truncated) <= GET_MODE_SIZE (mode))
11177 GET_MODE_BITSIZE (truncated)))
11128 enum machine_mode truncated = reg_stat[REGNO (x)].truncated_to_mode; local
[all...]

Completed in 376 milliseconds