| /sssd-io/src/sss_client/ |
| H A D | sss_pac_responder_client.c | 75 static void *pac_client(void *arg) argument 84 (char *) arg); 103 fprintf(stderr, "pac: [%s][%d][%d]\n", (char *)arg, ret, errnop); 108 fprintf(stderr, "[%ld][%s] done\n", time(NULL),(char *) arg);
|
| /sssd-io/src/util/ |
| H A D | safe-format-string.c | 217 const char *arg; local 224 arg = va_arg (va, const char *); 225 if (arg == NULL) 236 args[(*num_args)++] = arg;
|
| /sssd-io/src/sbus/ |
| H A D | sssd_dbus_request.c | 272 static int array_arg_destructor(struct array_arg *arg) argument 274 dbus_free_string_array(arg->dbus_array);
|
| H A D | sssd_dbus_introspect.c | 41 #define FMT_METHOD_ARG " <arg type=\"%s\" name=\"%s\" direction=\"%s\" />\n" 45 #define FMT_SIGNAL_ARG " <arg type=\"%s\" name=\"%s\" />\n" 119 const struct sbus_arg_meta *arg; local 128 arg = &args[i]; 133 arg->type, arg->name); 137 arg->type, arg->name, "in"); 141 arg->type, arg [all...] |
| /sssd-io/src/tests/ |
| H A D | tcurl_test_tool.c | 130 const char *arg; local 148 while ((arg = poptGetArg(pc)) != NULL) { 158 url = arg; 163 url = arg; 165 arg = poptGetArg(pc); 166 if (arg == NULL) { 172 discard_const_p(uint8_t, arg), 173 strlen(arg));
|
| H A D | sbus_codegen_tests.c | 56 const struct sbus_arg_meta *arg; local 57 for (arg = args; arg->name != NULL; arg++) { 58 if (strcmp (arg->name, name) == 0) 59 return arg; 84 const struct sbus_arg_meta *arg; local 92 arg = find_arg(method->in_args, "smoothly"); 93 ck_assert(arg != NULL); 94 ck_assert_str_eq(arg 119 const struct sbus_arg_meta *arg; local [all...] |
| /sssd-io/src/p11_child/ |
| H A D | p11_child_nss.c | 69 static char *password_passthrough(PK11SlotInfo *slot, PRBool retry, void *arg) argument 73 if (retry || (arg == NULL)) { 76 return PL_strdup((char *)arg);
|
| /sssd-io/src/tests/cmocka/ |
| H A D | test_resolv_fake.c | 208 int type, ares_callback callback, void *arg) 217 callback(arg, query.status, query.timeouts, query.abuf, query.alen); 207 __wrap_ares_query(ares_channel channel, const char *name, int dnsclass, int type, ares_callback callback, void *arg) argument
|
| H A D | test_ipa_subdomains_server.c | 132 int __wrap_execle(const char *path, const char *arg, ...) argument 137 int __wrap_execve(const char *path, const char *arg, ...) argument
|
| H A D | test_sss_sifp.c | 1872 const char *arg = "first-arg"; local 1887 DBUS_TYPE_STRING, &arg, 1936 const char *arg = "first-arg"; local 1947 DBUS_TYPE_STRING, &arg,
|
| /sssd-io/src/monitor/ |
| H A D | monitor_netlink.c | 469 static int event_msg_recv(struct nl_msg *msg, void *arg) argument 471 struct netlink_ctx *ctx = (struct netlink_ctx *) arg; 494 static void link_msg_handler(struct nl_object *obj, void *arg); 495 static void route_msg_handler(struct nl_object *obj, void *arg); 496 static void addr_msg_handler(struct nl_object *obj, void *arg); 521 static int event_msg_ready(struct nl_msg *msg, void *arg) argument 527 nl_msg_parse(msg, &link_msg_handler, arg); 530 nl_msg_parse(msg, &route_msg_handler, arg); 533 nl_msg_parse(msg, &addr_msg_handler, arg); 630 static void route_msg_handler(struct nl_object *obj, void *arg) argument 671 addr_msg_handler(struct nl_object *obj, void *arg) argument 736 link_msg_handler(struct nl_object *obj, void *arg) argument [all...] |
| /sssd-io/src/python/ |
| H A D | pyhbac.c | 339 HbacRuleElement_traverse(HbacRuleElement *self, visitproc visit, void *arg) argument 715 HbacRule_traverse(HbacRuleObject *self, visitproc visit, void *arg) argument 1193 visitproc visit, void *arg) 1487 HbacRequest_traverse(HbacRequest *self, visitproc visit, void *arg) argument 1192 HbacRequestElement_traverse(HbacRequestElement *self, visitproc visit, void *arg) argument
|
| /sssd-io/src/resolv/ |
| H A D | async_resolv.c | 780 resolv_gethostbyname_dns_query_done(void *arg, int status, int timeouts, 876 resolv_gethostbyname_dns_query_done(void *arg, int status, int timeouts, argument 881 struct resolv_request *rreq = talloc_get_type(arg, struct resolv_request); 1706 resolv_getsrv_done(void *arg, int status, int timeouts, unsigned char *abuf, int alen) argument 1708 struct resolv_request *rreq = talloc_get_type(arg, struct resolv_request); 1958 resolv_gettxt_done(void *arg, int status, int timeouts, unsigned char *abuf, int alen) argument 1960 struct resolv_request *rreq = talloc_get_type(arg, struct resolv_request);
|