Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/build/runner/
Drun-core_0_2.py65 res = run_partner(options.mcr_core0.replace("\\","\\\\"), variable
71 f.write(res)
/CTR-SDK-1.3.0/CTR_SDK/include/nn/net/compatible/nsoc/
Dnsoc_user.h659 …ddrInfo(const char* nodeName, const char* servName, const NSOCAddrInfo* hints, NSOCAddrInfo** res);
663 …NSOC_GetRRSetByName(const char *hostName, u16 rdClass, u16 rdType, u32 flags, NSOCRRSetInfo **res);
664 …ation(const char* domainName, const char* servName, const NSOCAddrInfo* hints, NSOCAddrInfo** res);
/CTR-SDK-1.3.0/CTR_SDK/build/omake/
Dcommondefs.om462 echo $(absname $^) > $@.res
464 $(AR) $(ARFLAGS) $(absname $@) --via $(absname $@.res)
465 rm -f $@.res
572 echo $(absname $^) > $@.res
573 $(LD) $(LDOUT)$(absname $(NAME)) $(LDFLAGS) $(LDRESP) $(absname $@.res)
578 echo $(absname $^) > $@.res
579 $(LD) $(LDOUT)$(absname $@) $(LDFLAGS) $(LDRESP) $(absname $@.res)
/CTR-SDK-1.3.0/CTR_SDK/include/nn/socket/
Dsocket_Berkeley.h744 …2 GetAddrInfo(const char8* nodeName, const char8* servName, const AddrInfo* hints, AddrInfo** res);