HomeSort by relevance Sort by last modified time
    Searched defs:ans (Results 1 - 14 of 14) sorted by null

  /external/chromium/third_party/libevent/test/
regress_dns.c 196 struct in_addr ans; local
197 ans.s_addr = htonl(0xc0a80b0bUL); /* 192.168.11.11 */
202 1, &ans.s_addr, 12345);
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 187 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/libxml2/
xmlcatalog.c 102 xmlChar *ans; local
197 ans = xmlCatalogResolvePublic((const xmlChar *) argv[0]);
198 if (ans == NULL) {
201 printf("%s\n", (char *) ans);
202 xmlFree(ans);
209 ans = xmlCatalogResolveSystem((const xmlChar *) argv[0]);
210 if (ans == NULL) {
213 printf("%s\n", (char *) ans);
214 xmlFree(ans);
258 ans = xmlCatalogResolve(BAD_CAST argv[0]
556 xmlChar *ans; local
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
ans.c 0 /* 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/e2fsprogs/e2fsck/
problem.c 1615 int def_yn, answer, ans; local
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 879 char ans[128]; member in struct:__anon4307
xfrm_state.c 1037 char ans[64]; member in struct:__anon4314
  /external/iproute2/tc/
m_action.c 383 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/srec/srec/clib/
srec_arb.c 68 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/dnsmasq/src/
cache.c 497 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 = crecp->next
    [all...]
rfc1035.c 1137 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;
    [all...]
  /external/srec/srec/crec/
srec_context.c 1946 asr_int32_t ans = atol(buf); local
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 3102 u32 ans = htonl(0xc0a80b0bUL); local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 780 milliseconds