Searched refs:_copy_string (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthutilities.h23 char * _copy_string(const char *);
H A Dcredential.c128 cred->name = _copy_string(pw->pw_name);
129 cred->realName = _copy_string(pw->pw_gecos);
151 cred->name = _copy_string(srcCred->name);
152 cred->realName = _copy_string(srcCred->realName);
170 cred->name = _copy_string(right);
H A Dauthutilities.c178 _copy_string(const char * str) function
H A Dauthtoken.c194 auth->code_url = _copy_string(process_get_code_url(proc));
H A Dauthdb.c415 db->db_path = _copy_string("file::memory:?cache=shared");
417 db->db_path = _copy_string(AUTHDB);
H A Dauthitems.c210 item->data.name = _copy_string(name);
240 item->data.name = _copy_string(xpc_dictionary_get_string(data, AUTH_XPC_ITEM_NAME));

Completed in 107 milliseconds