| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| intel_sanitize_gpu.in | 8 Run COMMAND with ARGUMENTS and verify the GPU doesn't write outside its memory
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| intel_sanitize_gpu.in | 8 Run COMMAND with ARGUMENTS and verify the GPU doesn't write outside its memory
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| session.c | 210 struct verify_info *verify, 218 static struct verify_info verify; variable in typeref:struct:verify_info 290 source (verify.systemEnviron, d->reset); 367 verify.version = 1; 369 greet_stat = (*greet_user_proc)(d, &dpy, &verify, &greet, &dlfuncs); 379 if (StartClient (&verify, d, &clientPid, greet.name, greet.password)) { 421 source (verify.systemEnviron, d->reset); 540 if (setgid (verify.gid) == -1) { 544 if (setuid (verify.uid) == -1) { 548 RemoveUserAuthorization (d, &verify); [all...] |
| auth.c | 1069 SetUserAuthorization (struct display *d, struct verify_info *verify) 1090 home = getEnv (verify->userEnviron, "HOME"); 1242 verify->userEnviron = setEnv (verify->userEnviron, 1244 verify->systemEnviron = setEnv (verify->systemEnviron, 1249 chown (envname, verify->uid, verify->gid); 1255 RemoveUserAuthorization (struct display *d, struct verify_info *verify) 1267 home = getEnv (verify->userEnviron, "HOME") [all...] |
| /xsrc/external/mit/xdm/dist/include/ |
| dm_auth.h | 83 extern void RemoveUserAuthorization (struct display *d, struct verify_info *verify); 86 extern void SetUserAuthorization (struct display *d, struct verify_info *verify);
|
| dm.h | 35 * public interfaces for greet/verify functionality 466 /* in verify.c */ 467 extern int Verify (struct display *d, struct greet_info *greet, struct verify_info *verify);
|
| /xsrc/external/mit/xdm/dist/greeter/ |
| verify.c | 33 * verify.c 102 Verify (struct display *d, struct greet_info *greet, struct verify_info *verify) 115 Debug ("Verify %s, style %s ...\n", greet->name, 162 Debug("password verify failed\n"); 212 Verify (struct display *d, struct greet_info *greet, struct verify_info *verify) 229 Debug ("Verify %s ...\n", greet->name); 322 Debug("kerberos verify succeeded\n"); 335 Debug("kerberos verify failure %d\n", ret) [all...] |
| greet.c | 425 struct verify_info *verify, 602 if ((pam_error == PAM_SUCCESS) && (Verify (d, greet, verify))) { 630 * Verify user 632 if (Verify (d, greet, verify)) 648 if (source (verify->systemEnviron, d->startup) != 0) 669 user2netname (netname, verify->uid, domainname);
|
| /xsrc/external/mit/brotli/dist/python/ |
| Makefile | 57 -@$(YAPF) --in-place --recursive --verify .
|
| /xsrc/external/mit/xorgproto/dist/scripts/ |
| keysym-generator.py | 179 def verify(ns): function 181 Verify that the XF86keysym.h file follows the requirements. Since we expect 342 if verify(ns) != 0: 432 "verify", help="Verify the XF86keysym.h matches requirements (default)" 434 parser_verify.set_defaults(func=verify) 466 print("No command specified, defaulting to verify'") 467 ns.func = verify
|
| /xsrc/external/mit/pixman/dist/test/ |
| tolerance-test.c | 177 verify (int test_no, function 325 if (!verify (i, op, source, mask, dest, dest_copy,
|
| pixel-test.c | 2858 verify (int test_no, const pixel_combination_t *combination, int size, function 3013 if (!verify (i, combination, j, k))
|
| /xsrc/external/mit/freetype/dist/ |
| vms_make.com | 1105 ! 4.) Include file used to verify library location 1227 $ V = 'F$Verify(0) 1305 $ if V then set verify
|
| /xsrc/external/mit/fontconfig/dist/ |
| configure | 18154 For private mappings, we should verify that changes cannot be read() 18160 For shared mappings, we should conversely verify that changes get
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| configure | 13118 For private mappings, we should verify that changes cannot be read() 13124 For shared mappings, we should conversely verify that changes get
|
| /xsrc/external/mit/libX11/dist/ |
| configure | 23576 For private mappings, we should verify that changes cannot be read() 23582 For shared mappings, we should conversely verify that changes get
|