Searched refs:result (Results 76 - 100 of 1922) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/crypto/
H A Do_time.c73 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) argument
82 gmtime_r(timer, result);
83 ts = result;
89 memcpy(result, ts, sizeof(struct tm));
90 ts = result;
145 /* then convert the result to the time structure */
202 /* Fill in the struct tm with the result */
203 result->tm_sec = time_values.second;
204 result->tm_min = time_values.minute;
205 result
[all...]
H A Do_dir_test.c52 const char *result; local
54 while ((result = OPENSSL_DIR_read(&ctx, CURRDIR)) != NULL) {
55 printf("%s\n", result);
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dashrdi3.c28 dwords result; local
32 /* result.s.high = input.s.high < 0 ? -1 : 0 */
33 result.s.high = input.s.high >> (bits_in_word - 1);
34 result.s.low = input.s.high >> (b - bits_in_word);
40 result.s.high = input.s.high >> b;
41 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b);
43 return result.all;
H A Dashrti3.c28 twords result; local
32 /* result.s.high = input.s.high < 0 ? -1 : 0 */
33 result.s.high = input.s.high >> (bits_in_dword - 1);
34 result.s.low = input.s.high >> (b - bits_in_dword);
40 result.s.high = input.s.high >> b;
41 result.s.low = (input.s.high << (bits_in_dword - b)) | (input.s.low >> b);
43 return result.all;
/freebsd-9.3-release/contrib/compiler-rt/lib/ppc/
H A Dfixunstfdi.c22 uint64_t result = hibits.x & UINT64_C(0x000fffffffffffff); /* mantissa(hi) */ local
23 result |= UINT64_C(0x0010000000000000); /* matissa(hi) with implicit bit */
24 result <<= 11; /* mantissa(hi) left aligned in the int64 field. */
47 result += tailMantissa;
50 result >>= (63 - unbiasedHeadExponent);
51 return result;
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dscheck.c30 register const char * result; local
33 result = "";
35 return result;
38 return result;
65 result = (char *) format;
67 return result;
/freebsd-9.3-release/crypto/heimdal/lib/auth/sia/
H A Dposix_getpw.c45 char *buffer, int len, struct passwd **result)
49 *result = pwd;
51 *result = NULL;
63 char *buffer, int len, struct passwd **result)
67 *result = pwd;
69 *result = NULL;
44 posix_getpwnam_r(const char *name, struct passwd *pwd, char *buffer, int len, struct passwd **result) argument
62 posix_getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer, int len, struct passwd **result) argument
/freebsd-9.3-release/share/examples/sunrpc/dir/
H A Drls.c18 readdir_res *result; local
51 result = readdir_1(&dir, cl);
52 if (result == NULL) {
64 if (result->errno != 0) {
69 errno = result->errno;
78 for (nl = result->readdir_res_u.list; nl != NULL; nl = nl->next) {
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-zip.c70 cvmx_cmd_queue_result_t result; local
71 result = cvmx_cmd_queue_initialize(CVMX_CMD_QUEUE_ZIP, 0,
74 if (result != CVMX_CMD_QUEUE_SUCCESS)
122 cvmx_cmd_queue_result_t result = cvmx_cmd_queue_write(CVMX_CMD_QUEUE_ZIP, 1, 8, command->u64); local
123 if (result == CVMX_CMD_QUEUE_SUCCESS)
125 return result;
H A Dcvmx-helper-spi.c177 * auto negotiation. The result of this function may not match
187 cvmx_helper_link_info_t result; local
190 result.u64 = 0;
195 result.s.link_up = 1;
196 result.s.full_duplex = 1;
197 result.s.speed = 10000;
202 result.s.link_up = inband.s.status;
203 result.s.full_duplex = inband.s.duplex;
207 result.s.speed = 10;
210 result
[all...]
/freebsd-9.3-release/contrib/ntp/util/
H A Dtestrs6000.c5 * the program will print an occasional "result=nnnnnn" (the residual
16 struct timeval adjustment, result; variable in typeref:struct:
49 if (adjtime(&adjustment, &result))
51 if (result.tv_sec != 0 || result.tv_usec != 0) {
52 printf("result.u = %d.%06.6d ", (int) result.tv_sec,
53 (int) result.tv_usec);
/freebsd-9.3-release/contrib/bind9/bin/confgen/
H A Dutil.h34 result = function; \
35 if (result != ISC_R_SUCCESS) \
36 fatal("%s: %s", name, isc_result_totext(result)); \
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Dutil.h35 result = function; \
36 if (result != ISC_R_SUCCESS) \
37 fatal("%s: %s", name, isc_result_totext(result)); \
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dsnprintf.c52 int result; local
57 result = vsnprintf (s, n, format, ap);
59 return result;
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dhome_terminfo.c49 char *result = 0; local
63 result = MyBuffer;
66 return result;
H A Dlib_baudrate.c153 int result = ERR; local
158 result = last_baudrate;
161 if (result == ERR) {
165 result = speeds[i].sp;
173 last_baudrate = result;
177 return (result);
183 int result = 1; local
189 result = speeds[i].s;
194 return (result);
200 int result; local
[all...]
/freebsd-9.3-release/sys/boot/ficl/
H A Dmath64.c147 ** Returns the result of the operation
167 ** Multiplies a pair of FICL_INTs and returns an DPINT result.
320 DPUNS result; local
322 result.hi = result.lo = 0;
327 result.hi = qr.quot << UMOD_SHIFT;
331 result.hi |= qr.quot & UMOD_MASK;
335 result.lo = qr.quot << UMOD_SHIFT;
339 result.lo |= qr.quot & UMOD_MASK;
341 *pUD = result;
358 DPUNS result; local
383 DPUNS result; local
403 DPUNS result; local
423 DPUNS result; local
442 DPUNS result; local
457 int result; local
496 DPUNS result = { 0, 0 }; local
523 UNSQR result; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dupdate.h37 #include <dns/result.h>
/freebsd-9.3-release/contrib/bind9/lib/isc/nothreads/include/isc/
H A Dthread.h24 #include <isc/result.h>
/freebsd-9.3-release/share/examples/sunrpc/msg/
H A Drprintmsg.c14 int *result; local
47 result = printmessage_1(&message, cl);
48 if (result == NULL) {
60 if (*result == 0) {
/freebsd-9.3-release/tools/diag/localeck/
H A Dlocaleck.c53 int i, result; local
62 result = 0;
68 result++;
71 return (result);
/freebsd-9.3-release/contrib/ntp/lib/isc/nothreads/include/isc/
H A Dthread.h24 #include <isc/result.h>
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dsymtab_test.c50 isc_result_t result; local
58 result = isc_test_begin(NULL, ISC_TRUE);
59 ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
61 result = isc_symtab_create(mctx, 3, undefine, NULL, ISC_FALSE, &st);
62 ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
79 result = isc_symtab_define(st, key, 1, value, policy);
80 ATF_CHECK_EQ(result, ISC_R_SUCCESS);
81 if (result != ISC_R_SUCCESS)
96 result = isc_symtab_define(st, key, 1, value, policy);
97 ATF_CHECK_EQ(result, ISC_R_EXIST
[all...]
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample-request.c52 #include <dns/result.h>
76 isc_result_t result; local
89 result = dns_name_fromtext(qname0, &b, dns_rootname, 0, NULL);
90 if (result != ISC_R_SUCCESS) {
91 fprintf(stderr, "failed to convert qname: %d\n", result);
92 return (result);
99 result = dns_message_gettempname(message, &qname);
100 if (result != ISC_R_SUCCESS)
103 result = dns_message_gettemprdataset(message, &qrdataset);
104 if (result !
127 isc_result_t result; local
150 isc_result_t result; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dparseint.c29 #include <isc/result.h>
58 isc_result_t result; local
59 result = isc_parse_uint32(&val, string, base);
60 if (result != ISC_R_SUCCESS)
61 return (result);
71 isc_result_t result; local
72 result = isc_parse_uint32(&val, string, base);
73 if (result != ISC_R_SUCCESS)
74 return (result);

Completed in 270 milliseconds

1234567891011>>