/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_globals.cc | 370 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; local in function:__asan_register_globals 371 global_registration_site_vector->push_back(site);
|
/src/usr.bin/ftp/ |
cmds.c | 1646 * Send a SITE command to the remote machine. The line 1648 * word "SITE" is added at the front. 1651 site(int argc, char *argv[]) function in typeref:typename:void 1655 (argc == 1 && !another(&argc, &argv, "arguments to SITE command"))){ 1660 quote1("SITE ", argc, argv); 1698 (void)command("SITE CHMOD %s %s", argv[1], argv[2]); 1718 COMMAND_1ARG(argc, argv, "SITE UMASK"); 1733 COMMAND_1ARG(argc, argv, "SITE IDLE");
|