Searched refs:line (Results 1 - 22 of 22) sorted by relevance

/sssd-io/src/tools/common/
H A Dsss_colondb.c29 static char *read_field_as_string(char *line, argument
35 if (line == NULL || *line == '\n' || *line == '\0') {
42 if (*line == ':') {
44 *line = '\0';
45 rest = line + 1;
51 value = line;
54 rest = strchr(line, ':');
57 rest = strchr(line, '\
75 read_field_as_uint32(char *line, uint32_t *_value) argument
111 char *line = NULL; local
191 char *line = NULL; local
[all...]
/sssd-io/src/util/
H A Dnscd.c144 char *line, *entry, *service, *enabled, *pad; local
154 while (getline(&line, &linelen, fp) != -1) {
156 pad = strchr(line, '#');
161 if (line[0] == '\n' || line[0] == '\0') continue;
163 entry = line;
219 free(line);
H A Ddebug.c74 * of binaries provide both command line arguments.
202 long line,
228 res = asprintf(&code_line, "CODE_LINE=%ld", line);
264 long line,
289 ret = journal_send(file, line, function, level, format, ap);
330 long line,
338 sss_vdebug_fn(file, line, function, level, 0, format, ap);
201 journal_send(const char *file, long line, const char *function, int level, const char *format, va_list ap) argument
263 sss_vdebug_fn(const char *file, long line, const char *function, int level, int flags, const char *format, va_list ap) argument
329 sss_debug_fn(const char *file, long line, const char *function, int level, const char *format, ...) argument
H A Ddebug.h55 long line,
62 long line,
/sssd-io/src/tests/intg/
H A Dkrb5utils.py34 Helper class to test Kerberos command line utilities
80 def _check_klist_l(self, line, exp_principal, exp_cache):
82 princ, cache = line.split()
123 for line in princlist:
124 matches = self._check_klist_l(line, exp_principal, exp_cache)
139 for line in [l for l in out.split('\n') if len(l) > 0]:
140 if line.startswith("Default principal"):
141 dflprinc = line.split()[2]
143 elif thisrealm is not None and line.endswith(thisrealm):
144 svc = line
[all...]
H A Dfiles_ops.py67 for num, line in enumerate(contents, 0):
68 pname = line.split(':')[0]
91 def _subst_line(self, key, line):
94 contents[kindex] = line
H A Dtest_kcm.py398 for line in klist_l:
399 princ, subsidiary = line.split()
/sssd-io/src/config/SSSDConfig/
H A Dipachangeconf.py106 def matchComment(self, line):
108 if line.lstrip().startswith(v):
109 return line.lstrip()[len(v):]
112 def matchEmpty(self, line):
113 if line.strip() == "":
117 def matchSection(self, line):
118 cl = "".join(line.strip().split())
127 def matchSubSection(self, line):
128 if self.matchComment(line):
131 parts = line
[all...]
/sssd-io/src/lib/certmap/
H A Dsss_certmap.h53 const char *file, long line,
H A Dsss_certmap.c37 long line,
36 sss_debug_fn(const char *file, long line, const char *function, int level, const char *format, ...) argument
/sssd-io/src/tests/multihost/basic/
H A Dtest_basic.py33 for line in stdout.readlines():
34 print(line)
50 for line in stdout.readlines():
51 if 'Ticket cache: KCM:14583103' in str(line.strip()):
/sssd-io/src/providers/ldap/
H A Dsdap_certmap.c36 static void ext_debug(void *private, const char *file, long line, argument
49 sss_vdebug_fn(file, line, function, level, APPEND_LINE_FEED,
/sssd-io/src/lib/ipa_hbac/
H A Dipa_hbac.h62 typedef void (*hbac_debug_fn_t)(const char *file, int line,
/sssd-io/src/responder/kcm/
H A Dkcmsrv_ccache_json.c307 "Failed to pack JSON princ structure on line %d: %s\n",
308 error.line, error.text);
350 "Failed to pack JSON cred structure on line %d: %s\n",
351 error.line, error.text);
448 "Failed to pack JSON ccache structure on line %d: %s\n",
449 error.line, error.text);
553 "Failed to parse JSON payload on line %d: %s\n",
554 error.line, error.text);
687 "Failed to unpack JSON princ structure on line %d: %s\n",
688 error.line, erro
[all...]
H A Dkcmsrv_ccache_secrets.c254 "Failed to parse JSON payload on line %d: %s\n",
255 error.line, error.text);
/sssd-io/src/providers/
H A Dbackend.h206 int line,
H A Ddata_provider_fo.c772 int line,
783 file, function, line);
788 file, function, line);
793 file, function, line);
768 _be_fo_set_port_status(struct be_ctx *ctx, const char *service_name, struct fo_server *server, enum port_status status, int line, const char *file, const char *function) argument
/sssd-io/src/sbus/
H A Dsbus_codegen80 line = 0 variable in class:DBusXmlException
86 if self.file and self.line:
87 return "%s:%d: %s" % (self.file, self.line, message)
669 ex.line = parser.CurrentLineNumber
674 exc.line = ex.lineno
/sssd-io/src/providers/ipa/
H A Dipa_access.c38 void hbac_debug_messages(const char *file, int line, argument
70 sss_vdebug_fn(file, line, function, loglevel, 0, fmt, ap);
/sssd-io/src/responder/pam/
H A Dpamsrv_p11.c130 static void ext_debug(void *private, const char *file, long line, argument
143 sss_vdebug_fn(file, line, function, level, APPEND_LINE_FEED,
368 "Missing new-line in p11_child response.\n");
391 "Missing new-line in p11_child response.\n");
417 "Missing new-line in p11_child response.\n");
442 "Missing new-line in p11_child response.\n");
467 "Missing new-line in p11_child response.\n");
/sssd-io/src/responder/secrets/
H A Dproviders.c519 "Failed to parse JSON payload on line %d: %s\n",
520 error.line, error.text);
/sssd-io/src/tests/cmocka/
H A Dtest_certmap.c51 void ext_debug(void *private, const char *file, long line, const char *function, argument
64 sss_vdebug_fn(file, line, function, level, APPEND_LINE_FEED,

Completed in 134 milliseconds