Searched refs:pwd (Results 1 - 25 of 305) sorted by relevance

1234567891011>>

/xsrc/external/mit/sessreg/dist/
H A Dsessreg.h77 # include <pwd.h>
H A Dsessreg.c420 struct passwd *pwd = getpwnam(user_name); local in function:main
422 sysnerr( pwd != NULL, "get user id");
428 sysnerr (lseek(llog, (off_t) (pwd->pw_uid*sizeof(ll)), 0)
H A Dconfigure.ac43 AC_CHECK_HEADERS([lastlog.h pwd.h utmp.h utmpx.h sys/param.h])
/xsrc/external/mit/xterm/dist/
H A Dxstrings.h38 #include <pwd.h>
H A Dresize.c89 #include <pwd.h>
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dunixddef.mk17 TOP_DIR := $(shell cd $(TOP_DIR); pwd)
18 OBJ_DIR := $(shell cd $(OBJ_DIR); pwd)
/xsrc/external/mit/ctwm/dist/
H A Dparse_m4.c13 #include <pwd.h>
191 struct passwd *pwd = getpwuid(getuid()); local in function:m4_defs
192 if(pwd) {
193 user = pwd->pw_name;
/xsrc/external/mit/xhost/dist/
H A Dxhost.c97 #include <pwd.h>
512 struct passwd *pwd; local in function:change_host
516 pwd = getpwnam(name);
517 if (!pwd) {
522 if (!user2netname(username, pwd->pw_uid, domainname)) {
804 struct passwd *pwd; local in function:get_hostname
806 pwd = getpwuid(uid);
807 if (pwd)
809 pwd->pw_name, ha->length, ha->length, ha->address);
/xsrc/external/mit/xdm/dist/greeter/
H A DLogin.h158 # include <pwd.h>
171 /* _PW_NAME_LEN is found in <pwd.h> on OpenBSD > 2.8 (200012) */
176 /* _PASSWORD_LEN appears to come from 4.4BSD-Lite <pwd.h> */
H A Dverify.c41 #include <pwd.h>
/xsrc/external/mit/xdm/dist/xdm/
H A Dsession.c138 # include <pwd.h>
590 struct passwd* pwd; local in function:StartClient
673 pwd = getpwnam(name);
674 if (pwd) {
675 if (setusercontext(NULL, pwd, pwd->pw_uid, LOGIN_SETALL) < 0) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta.c30 #include <pwd.h>
235 struct passwd pwd, *result; local in function:radv_builtin_cache_path
245 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result);
249 strcpy(path, pwd.pw_dir);
254 pwd.pw_dir, suffix2, sizeof(void *) * 8);
/xsrc/external/mit/xdm/dist/include/
H A Dgreet.h32 #include <pwd.h>
H A Ddm.h110 # include <pwd.h>
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c51 #include <pwd.h>
771 * <pwd.pw_dir>/.cache/mesa_shader_cache
807 struct passwd pwd, *result; local in function:disk_cache_generate_cache_dir
817 getpwuid_r(getuid(), &pwd, buf, buf_size, &result);
830 path = concatenate_and_mkdir(mem_ctx, pwd.pw_dir, ".cache");
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta.c33 #include <pwd.h>
322 struct passwd pwd, *result; local in function:radv_builtin_cache_path
331 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result);
335 strcpy(path, pwd.pw_dir);
340 ret = snprintf(path, PATH_MAX + 1, "%s%s%zd", pwd.pw_dir, suffix2, sizeof(void *) * 8);
/xsrc/external/mit/imake/dist/
H A Dmdepend.cpp28 TMP=`pwd`/.mdep$$
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c37 #include <pwd.h>
238 * <pwd.pw_dir>/.cache/mesa_shader_cache
266 struct passwd pwd, *result; local in function:disk_cache_create
276 getpwuid_r(getuid(), &pwd, buf, buf_size, &result);
289 path = concatenate_and_mkdir(local, pwd.pw_dir, ".cache");
/xsrc/external/mit/MesaLib/dist/docs/
H A Dreleasing.rst232 export LD_LIBRARY_PATH=`pwd`/test/usr/local/lib/:"${__old_ld}"
233 export LIBGL_DRIVERS_PATH=`pwd`/test/usr/local/lib/dri/
257 export VK_ICD_FILENAMES=`pwd`/test/usr/local/share/vulkan/icd.d/intel_icd.x86_64.json
/xsrc/external/mit/xfs/dist/os/
H A Dutils.c59 #include <pwd.h>
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst237 sudo docker run --rm -v `pwd`:/mesa -w /mesa $IMAGE env PKG_CONFIG_PATH=/usr/local/lib/aarch64-linux-android/pkgconfig/:/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/pkgconfig/ GALLIUM_DRIVERS=freedreno UNWIND=disabled EXTRA_OPTION="-D android-stub=true -D llvm=disabled" DRI_LOADERS="-D glx=disabled -D gbm=disabled -D egl=enabled -D platforms=android" CROSS=aarch64-linux-android ./.gitlab-ci/meson-build.sh
244 sudo docker run --rm -v `pwd`:/mesa $IMAGE ninja -C /mesa/_build
/xsrc/external/mit/fontconfig/dist/m4/
H A Dlib-prefix.m4212 *) searchdir=`cd "$searchdir" && pwd`
/xsrc/external/mit/freetype/dist/builds/
H A Dtoplevel.mk220 currdir=`pwd` ; \
/xsrc/external/mit/util-macros/dist/
H A Daclocal.m4108 am_aux_dir=`cd "$ac_aux_dir" && pwd`
146 if test "`cd $srcdir && pwd`" != "`pwd`"; then
431 case `pwd` in
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp51 #include <pwd.h>

Completed in 32 milliseconds

1234567891011>>