/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 81 #define try macro 166 try
|
/external/elfutils/src/ |
ld.c | 387 /* Try to open the file. */ 884 /* Try to open the file. */ 1095 int try (Elf *elf) function [all...] |
ldgeneric.c | 251 /* Try loading. */ 490 try the first part now. */ 493 /* Try the user-specified path next. */ 2670 int try = 0; local [all...] |
/external/libppp/src/ |
ipcp.c | 528 /* Try to give the peer a previously configured IP address */ 710 struct in_addr try; local 714 try = iplist_next(&bundle->ncp.ipcp.cfg.peer_list); 716 f, inet_ntoa(try)); 717 if (ipcp_SetIPaddress(&bundle->ncp.ipcp, gw, try)) { 718 log_Printf(LogIPCP, "Selected IP address %s\n", inet_ntoa(try)); 725 try.s_addr = INADDR_ANY; 728 return try; 989 * try NAKing with that so that we don't have to upset things [all...] |
/external/libselinux/src/ |
avc.c | 253 int try; local 257 for (try = 0; try < 2; try++) { 992 * avc_ss_try_revoke - Try to revoke previously granted permissions. 1000 * Try to revoke previously granted permissions, but
|
/external/ppp/pppd/ |
ipv6cp.c | 684 ipv6cp_options try; /* options to request next time */ local 687 try = *go; 724 try.neg_ifaceid = 0; 729 try.ourid = ifaceid; 738 try.vj_protocol = cishort; 740 try.neg_vj = 0; 747 try.neg_vj = 0; 775 try.neg_ifaceid = 1; 781 try.ourid = ifaceid; 797 *go = try; 820 ipv6cp_options try; \/* options to request next time *\/ local [all...] |
ipcp.c | 727 /* try an older style of VJ negotiation */ 976 ipcp_options try; /* options to request next time */ local 979 try = *go; 1045 try.old_addrs = 0; 1049 try.ouraddr = ciaddr1; 1053 try.hisaddr = ciaddr2; 1066 try.neg_vj = 0; 1071 try.old_vj = 0; 1073 try.maxslotindex = cimaxslotindex; 1075 try.cflag = 0 1195 ipcp_options try; \/* options to request next time *\/ local [all...] |
ipxcp.c | 776 ipxcp_options try; /* options to request next time */ local 779 try = *go; 797 try.neg_nn = 0; 799 try.our_network = l; 808 try.neg_node = 0; 811 copy_node (p, try.our_node); 831 try.router = 0; 834 try.router |= s; 835 try.neg_router = 1; 854 try.router &= (ao->router | BIT(IPX_NONE)) 887 ipxcp_options try; \/* options to request next time *\/ local [all...] |
lcp.c | 939 lcp_options try; /* options to request next time */ local 944 try = *go; 959 try.neg = 0; \ 1027 try.neg = 0; \ 1044 try.mru = cishort; 1053 try.asyncmap = go->asyncmap | cilong; 1075 try.neg_eap = 0; 1079 try.neg_chap = 0; 1091 try.neg_eap = 0; 1092 /* Try to set up to use their suggestion, if possible * 1330 lcp_options try; \/* options to request next time *\/ local [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 326 static int do_read (int dev, unsigned char * buffer, int try, int block_size, 334 set_o_direct(dev, buffer, try * block_size, current_block); 344 /* Try the read */ 347 got = read (dev, buffer, try * block_size); 355 if (d_flag && got == try) { 398 static int do_write(int dev, unsigned char * buffer, int try, int block_size, 403 set_o_direct(dev, buffer, try * block_size, current_block); 413 /* Try the write */ 414 got = write (dev, buffer, try * block_size); 439 int try; local 556 int i, try, got, nr_pattern, pat_idx; local 696 int try, i; local [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 245 function $try(){ 247 try { 349 return $try(function(){ 359 var version = ($try(function(){ 426 if (Browser.Engine.trident && Browser.Engine.version <= 4) $try(function(){ 616 if (options.attempt) return $try(returns); 1350 var host = $try(function(){ [all...] |