Home
last modified time | relevance | path

Searched refs:res (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.13.2/build/runner/
Drun-core_0_2.py65 res = run_partner(options.mcr_core0.replace("\\","\\\\"), variable
71 f.write(res)
/CTR-SDK-0.13.2/include/nn/net/compatible/nsoc/
Dnsoc_user.h655 …ddrInfo(const char* nodeName, const char* servName, const NSOCAddrInfo* hints, NSOCAddrInfo** res);
659 …NSOC_GetRRSetByName(const char *hostName, u16 rdClass, u16 rdType, u32 flags, NSOCRRSetInfo **res);
660 …ation(const char* domainName, const char* servName, const NSOCAddrInfo* hints, NSOCAddrInfo** res);
/CTR-SDK-0.13.2/build/omake/
Dcommondefs.om457 echo $(absname $^) > $@.res
459 $(AR) $(ARFLAGS) $(absname $@) --via $(absname $@.res)
460 rm -f $@.res
567 echo $(absname $^) > $@.res
568 $(LD) $(LDOUT)$(absname $(NAME)) $(LDFLAGS) $(LDRESP) $(absname $@.res)
573 echo $(absname $^) > $@.res
574 $(LD) $(LDOUT)$(absname $@) $(LDFLAGS) $(LDRESP) $(absname $@.res)
/CTR-SDK-0.13.2/include/nn/socket/
Dsocket_Berkeley.h732 …2 GetAddrInfo(const char8* nodeName, const char8* servName, const AddrInfo* hints, AddrInfo** res);