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

/haiku/src/system/libroot/posix/
H A Dpwd_query.c88 char pwfile[B_PATH_NAME_LENGTH+1]; /* current user's cached file path */ member in struct:pw_tls
498 fd = dentopen(dent, p->pwfile);
552 sprintf(p->pwfile, QT_PW_UID, uid);
553 PRINT(("%s: query(%s)\n", __FUNCTION__, p->pwfile));
554 query = fs_open_query(boot_device, p->pwfile, 0);
564 fd = dentopen(dent, p->pwfile);
599 sprintf(p->pwfile, QT_PW_NAM, name);
600 PRINT(("%s: query(%s)\n", __FUNCTION__, p->pwfile));
601 query = fs_open_query(boot_device, p->pwfile, 0);
612 fd = dentopen(dent, p->pwfile);
[all...]

Completed in 8 milliseconds