Home
last modified time | relevance | path

Searched refs:ctx (Results 1 – 3 of 3) sorted by relevance

/nss/
A Ddigits_dots.c42 struct resolv_context *ctx = __resolv_context_get (); in __nss_hostname_digits_dots() local
43 if (ctx == NULL) in __nss_hostname_digits_dots()
54 (ctx, name, resbuf, buffer, buffer_size, buflen, in __nss_hostname_digits_dots()
56 __resolv_context_put (ctx); in __nss_hostname_digits_dots()
61 __nss_hostname_digits_dots_context (struct resolv_context *ctx, in __nss_hostname_digits_dots_context() argument
A Dtst-nss-files-hosts-multi.c201 char *ctx = xasprintf ("name=%s marker=%s count=%d family=%d", in run_gbhn_gai() local
205 printf ("info: %s\n", ctx); in run_gbhn_gai()
211 check_hostent (ctx, gethostbyname (params->name), expected); in run_gbhn_gai()
217 check_hostent (ctx, gethostbyname2 (params->name, params->family), in run_gbhn_gai()
237 check_addrinfo (ctx, ai, ret, expected); in run_gbhn_gai()
243 free (ctx); in run_gbhn_gai()
A Dmakedb.c869 security_context_t ctx; in set_file_creation_context() local
882 ctx = NULL; in set_file_creation_context()
883 if (matchpathcon (outname, S_IFREG | mode, &ctx) == 0 && ctx != NULL) in set_file_creation_context()
885 if (setfscreatecon (ctx) != 0) in set_file_creation_context()
890 freecon (ctx); in set_file_creation_context()

Completed in 8 milliseconds