Searched refs:eid_str (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/usr.sbin/nscd/
H A Dquery.h68 char *eid_str; /* the user-identifying string (euid_egid_) */ member in struct:query_state
H A Dquery.c118 * that are owned by the user with specified eid_str.
122 const char *eid_str, size_t eid_str_length)
130 CTT_CLEAR, eid_str, eid_str_length, KPPT_LEFT);
137 CTT_CLEAR, eid_str, eid_str_length, KPPT_LEFT);
142 eid_str, &start, &finish) == 0) {
346 memcpy(write_request->cache_key, qstate->eid_str,
619 memcpy(read_request->cache_key, qstate->eid_str,
995 qstate->eid_str, qstate->eid_str_length);
1020 qstate->eid_str, qstate->eid_str_length);
1240 if (asprintf(&retval->eid_str, "
121 clear_config_entry_part(struct configuration_entry *config_entry, const char *eid_str, size_t eid_str_length) argument
[all...]
H A Dmp_rs_query.c210 asprintf(&dec_cache_entry_name, "%s%s", qstate->eid_str,
H A Dmp_ws_query.c218 asprintf(&dec_cache_entry_name, "%s%s", qstate->eid_str,

Completed in 171 milliseconds