Searched refs:ans (Results 1 - 23 of 23) sorted by relevance

/external/checkpolicy/
H A Dcheckpolicy.c384 char ans[80 + 1], *file = txtfile, *outfile = NULL, *path, *fstype; local
654 FGETS(ans, sizeof(ans), stdin);
655 switch (ans[0]) {
658 FGETS(ans, sizeof(ans), stdin);
659 ssid = atoi(ans);
662 FGETS(ans, sizeof(ans), stdin);
663 tsid = atoi(ans);
[all...]
/external/libppp/src/
H A Dchap.c374 u_char *ans; local
376 ans = chap_BuildAnswer(name, key, chap->auth.id, chap->challenge.peer
382 if (ans) {
384 ans, *ans + 1 + strlen(name), name);
389 free(ans);
697 char *name, *key, *ans; local
727 ans = NULL;
775 if ((ans = malloc(alen + 1)) == NULL) {
780 *ans
[all...]
/external/ppp/pppd/plugins/pppoatm/
H A Dans.c0 /* ans.c - Interface for text2atm and atm2text to ANS */
41 static int ans(const char *text,int wanted,void *result,int res_len) function
134 if (!ans(text,T_ATMA,addr,length)) return 0;
135 return ans(text,T_NSAP,addr,length);
253 if (!res && !ans(tmp,T_PTR,buffer,length)) return 0;
256 return ans(tmp,T_PTR,buffer,length);
260 return ans(tmp,T_PTR,buffer,length);
/external/checkpolicy/test/
H A Ddispol.c398 char ans[81], OutfileName[121]; local
452 fgets(ans, sizeof(ans), stdin);
453 switch (ans[0]) {
479 fgets(ans, sizeof(ans), stdin);
480 ans[strlen(ans) - 1] = 0;
482 name = malloc((strlen(ans) + 1) * sizeof(char));
487 strcpy(name, ans);
[all...]
H A Ddismod.c840 char ans[81], OutfileName[121]; local
884 fgets(ans, sizeof(ans), stdin);
885 switch (ans[0]) {
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags_reporting.cc187 string ans = txt; local
188 for (string::size_type pos = 0; (pos = ans.find("&", pos)) != string::npos; )
189 ans.replace(pos++, 1, "&");
190 for (string::size_type pos = 0; (pos = ans.find("<", pos)) != string::npos; )
191 ans.replace(pos++, 1, "&lt;");
192 return ans;
/external/dnsmasq/src/
H A Drfc1035.c1137 int q, ans, anscount = 0, addncount = 0; local
1197 ans = 0; /* have we answered this question */
1206 ans = 1;
1245 ans = 1;
1257 ans = 1;
1279 ans = 1;
1288 ans = 1;
1308 ans = 1;
1333 ans = 1;
1355 ans
[all...]
H A Dcache.c497 struct crec *ans; local
500 ans = crecp->next;
505 struct crec *next, **up, **insert = NULL, **chainp = &ans;
570 if (ans &&
571 (ans->flags & F_FORWARD) &&
572 (ans->flags & prot) &&
573 hostname_isequal(cache_get_name(ans), name))
574 return ans;
582 struct crec *ans; local
590 ans
[all...]
/external/openssh/
H A Dbuildpkg.sh.in544 ans=\`ckyorn -d n \
546 case \$ans in
555 ans=\`ckyorn -d n \
557 case \$ans in
576 ans=\`ckyorn -d n \
578 case \$ans in
585 ans=\`ckyorn -d n \
587 case \$ans in
596 ans=\`ckyorn -d n \
598 case \$ans i
[all...]
/external/chromium/third_party/libevent/test/
H A Dregress_dns.c196 struct in_addr ans; local
197 ans.s_addr = htonl(0xc0a80b0bUL); /* 192.168.11.11 */
202 1, &ans.s_addr, 12345);
/external/apache-harmony/math/src/test/java/tests/api/java/math/
H A DBigIntegerTest.java996 private void testAllMults(BigInteger i1, BigInteger i2, BigInteger ans) { argument
997 assertTrue("i1*i2=ans", i1.multiply(i2).equals(ans));
998 assertTrue("i2*i1=ans", i2.multiply(i1).equals(ans));
999 assertTrue("-i1*i2=-ans", i1.negate().multiply(i2).equals(ans.negate()));
1000 assertTrue("-i2*i1=-ans", i2.negate().multiply(i1).equals(ans.negate()));
1001 assertTrue("i1*-i2=-ans", i
[all...]
/external/icu4c/test/intltest/
H A Ditrbnf.cpp824 llong ans = *answers[i*VALUE_WIDTH + j];
828 LLAssert((n *= rhs) == ans);
829 LLAssert(n == ans);
832 LLAssert((n * rhs) == ans);
858 const llong* tuples[] = { // lhs, rhs, ans
896 const llong ans = *tuples[i*TUPLE_WIDTH+2];
899 if (!((n /= rhs) == ans)) {
900 errln("fail: (n /= rhs) == ans");
902 LLAssert(n == ans);
905 LLAssert((n / rhs) == ans);
[all...]
/external/srec/srec/clib/
H A Dsrec_arb.c68 int ans; local
72 ans = question_check(&allotree->questions[tnode->node.quest_index],
74 tnode = (ans == ANSWER_FAIL ? (tree_node*)tnode->node.fail : (tree_node*)tnode->node.pass);
/external/iproute2/tc/
H A Dm_action.c383 struct nlmsghdr *ans = NULL; local
465 ans = &req.n;
467 if (rtnl_talk(&rth, &req.n, 0, 0, ans, NULL, NULL) < 0) {
472 if (ans && print_action(NULL, &req.n, (void*)stdout) < 0) {
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl101 usually only -phones ans -POS are used.
/external/e2fsprogs/e2fsck/
H A Dproblem.c1749 int def_yn, answer, ans; local
1793 ans = fix_problem(ctx, ldesc->question, pctx);
1794 if (ans == 1)
1796 if (ans == 0)
/external/libxml2/
H A Dxmlcatalog.c102 xmlChar *ans; local
194 ans = xmlCatalogResolvePublic((const xmlChar *) argv[0]);
195 if (ans == NULL) {
198 printf("%s\n", (char *) ans);
199 xmlFree(ans);
206 ans = xmlCatalogResolveSystem((const xmlChar *) argv[0]);
207 if (ans == NULL) {
210 printf("%s\n", (char *) ans);
211 xmlFree(ans);
255 ans
553 xmlChar *ans; local
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl1Test.java811 boolean ans = false;
814 ans = true;
818 assertTrue("There is no alias for certificate <type1, new byte[10]>", ans);
/external/oprofile/events/mips/74K/
H A Devents58 event:0x29 counters:0,2 um:zero minimum:500 name:LOAD_INSNS : 41-0 Loads graduated including CP1 ans CP2 loads
134 event:0x429 counters:1,3 um:zero minimum:500 name:STORE_INSNS : 41-1 Store instructions graduated including CP1 ans CP2 stores
/external/iproute2/ip/
H A Dxfrm_policy.c906 char ans[128]; member in struct:__anon6313
H A Dxfrm_state.c1082 char ans[64]; member in struct:__anon6320
/external/chromium/third_party/libevent/
H A Devdns.c3102 u32 ans = htonl(0xc0a80b0bUL); local
3107 1, &ans, 10);
/external/srec/srec/crec/
H A Dsrec_context.c1946 asr_int32_t ans = atol(buf); local
1947 ASSERT(ans < mymax);
1948 return ans;

Completed in 6097 milliseconds