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

1234567891011>>

/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dkey_defined.c41 int result = OK; local
47 result = ERR;
48 } else if ((result = find_definition(ptr->child, str + 1))
50 result = ptr->value;
52 result = ERR;
55 if (result != OK)
59 return (result);
/freebsd-10-stable/usr.sbin/ypserv/
H A Dyp_server.c76 static char * result; local
86 result = &rval;
88 return((void *) &result);
94 static bool_t result; local
101 result = FALSE;
102 return (&result);
106 result = FALSE;
108 result = TRUE;
110 return (&result);
116 static bool_t result; local
136 static ypresp_val result; local
206 static ypresp_key_val result; local
238 static ypresp_key_val result; local
321 static ypresp_xfr result; local
426 static char * result; local
488 static ypresp_all result; local
575 static ypresp_master result; local
623 static ypresp_order result; local
731 static ypresp_maplist result = { 0, NULL }; local
815 static ypresponse result; local
843 static ypresponse result; local
874 static ypresponse result; local
904 static ypresponse result; local
955 static ypresponse result; local
967 static ypresponse result; local
979 static ypresponse result; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dunwind-pe.h138 _Unwind_Word result;
140 result = 0;
144 result |= ((_Unwind_Word)byte & 0x7f) << shift;
149 *val = result;
160 _Unwind_Word result;
162 result = 0;
166 result |= ((_Unwind_Word)byte & 0x7f) << shift;
172 if (shift < 8 * sizeof(result) && (byte & 0x40) != 0)
173 result |= -(((_Unwind_Word)1L) << shift);
175 *val = (_Unwind_Sword) result;
137 _Unwind_Word result; local
159 _Unwind_Word result; local
198 _Unwind_Internal_Ptr result; local
[all...]
/freebsd-10-stable/contrib/dialog/
H A Dargv.c38 char **result = 0; local
53 result[count] = param;
73 result[count] = param;
85 result = dlg_calloc(char *, count + 1);
86 assert_ptr(result, "string_to_argv");
94 return result;
103 int result = 0; local
106 while (argv[result] != 0)
107 ++result;
109 return result;
[all...]
H A Dbuttons.c58 int result; local
80 result = cmp2[0];
83 result = UCH(*string);
86 return result;
92 size_t result = 0; local
95 ++result;
98 return result;
107 int result = FALSE; local
113 result = TRUE;
118 return result;
132 int *result = 0; local
225 int result = 0; local
277 int result; local
449 int result = DLG_EXIT_UNKNOWN; local
534 const char **result; local
565 int result; local
620 int result = DLG_EXIT_ERROR; local
644 int result = current + 1; local
658 int result = current - 1; local
676 int result = 0; local
695 int result = 0; local
715 const char **result; local
741 int result = DLG_EXIT_ERROR; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSyntax.cpp58 CommandObjectSyntax::DoExecute (Args& command, CommandReturnObject &result) argument
83 Stream &output_strm = result.GetOutputStream();
89 result.SetStatus (eReturnStatusSuccessFinishNoResult);
94 result.SetStatus (eReturnStatusSuccessFinishNoResult);
101 result.AppendErrorWithFormat ("'%s' is not a known command.\n", cmd_string.c_str());
102 result.AppendError ("Try 'help' to see a current list of commands.");
103 result.SetStatus (eReturnStatusFailed);
108 result.AppendError ("Must call 'syntax' with a valid command.");
109 result.SetStatus (eReturnStatusFailed);
112 return result
[all...]
/freebsd-10-stable/contrib/file/tests/
H A DMakefile.am6 escapevel.result \
8 gedcom.result \
10 hddrawcopytool.result \
12 issue311docx.result \
18 set -e; for i in $T/*.testfile; do echo Running test: $$i; TZ=UTC MAGIC=$(top_builddir)/magic/magic ./test $$i $${i%%.testfile}.result; done
/freebsd-10-stable/tools/regression/lib/libc/gen/
H A Dtest-fnmatch.c41 int result; member in struct:testcase
189 static char result[sizeof(flagnames) + 3 * sizeof(int) + 2]; local
194 p = result;
199 if (p != result)
207 if (p == result)
213 return result;
245 t->result == FNM_NOMATCH ? "no" : "",
250 t->result == FNM_NOMATCH ? "no" : "",
261 int opt, flags, result, extra, errors; local
282 result
[all...]
/freebsd-10-stable/contrib/apr-util/test/
H A Dtestldap.c109 apr_ldap_err_t *result = NULL; local
126 apr_ldap_set_option(p, NULL, APR_LDAP_OPT_TLS_CERT, (void *)cert, &result);
127 ABTS_TRUE(tc, result->rc == LDAP_SUCCESS);
132 apr_ldap_set_option(p, NULL, APR_LDAP_OPT_TLS_CERT, (void *)cert, &result);
133 ABTS_TRUE(tc, result->rc == LDAP_SUCCESS);
146 int failures, result; local
153 result = ldap_simple_bind_s(ldap,
156 if (LDAP_SERVER_DOWN != result)
160 ABTS_TRUE(tc, result == LDAP_SUCCESS);
161 if (result !
174 apr_ldap_err_t *result = NULL; local
195 apr_ldap_err_t *result = NULL; local
215 apr_ldap_err_t *result = NULL; local
236 apr_ldap_err_t *result = NULL; local
[all...]
/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Dtinfo.cc261 __upcast_result result (__vmi_class_type_info::__flags_unknown_mask);
263 __do_upcast (dst_type, *obj_ptr, result);
264 if (!contained_public_p (result.part2dst))
266 *obj_ptr = const_cast <void *> (result.dst_ptr);
352 __dyncast_result &__restrict result) const
358 result.whole2src = access_path;
363 result.dst_ptr = obj_ptr;
364 result.whole2dst = access_path;
365 result.dst2src = __not_contained;
378 __dyncast_result &__restrict result) cons
728 __class_type_info::__dyncast_result result; local
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/contrib/ipfilter/rules/
H A Dipmon.conf11 match { protocol = udp, result = block; }
14 match { protocol = tcp, result = block, dstport = 25; }
22 rule = 12, logtag = 101, direction = in, result = block,
/freebsd-10-stable/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-10-stable/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-10-stable/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-10-stable/contrib/gcclibs/libiberty/
H A Dsnprintf.c52 int result; local
57 result = vsnprintf (s, n, format, ap);
59 return result;
/freebsd-10-stable/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-10-stable/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-10-stable/crypto/openssl/crypto/
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-10-stable/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-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-spi.c199 * auto negotiation. The result of this function may not match
209 cvmx_helper_link_info_t result; local
212 result.u64 = 0;
217 result.s.link_up = 1;
218 result.s.full_duplex = 1;
219 result.s.speed = 10000;
224 result.s.link_up = inband.s.status;
225 result.s.full_duplex = inband.s.duplex;
229 result.s.speed = 10;
232 result
[all...]
/freebsd-10-stable/tools/diag/localeck/
H A Dlocaleck.c53 int i, result; local
62 result = 0;
68 result++;
71 return (result);

Completed in 237 milliseconds

1234567891011>>