| /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/ |
| pixel-test.c | 2858 verify (int test_no, const pixel_combination_t *combination, int size, function 3013 if (!verify (i, combination, j, k))
|
| tolerance-test.c | 177 verify (int test_no, function 325 if (!verify (i, op, source, mask, dest, dest_copy,
|
| /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...] |