/src/usr.sbin/acpitools/amldb/ |
debug.c | 73 static char lastcommand[CMDBUFLEN]; local in function:aml_dbgr 91 memcpy(commandline, lastcommand, sizeof commandline); 93 memcpy(lastcommand, commandline, sizeof commandline); 276 bzero(lastcommand, sizeof lastcommand);
|
debug.c | 73 static char lastcommand[CMDBUFLEN]; local in function:aml_dbgr 91 memcpy(commandline, lastcommand, sizeof commandline); 93 memcpy(lastcommand, commandline, sizeof commandline); 276 bzero(lastcommand, sizeof lastcommand);
|
debug.c | 73 static char lastcommand[CMDBUFLEN]; local in function:aml_dbgr 91 memcpy(commandline, lastcommand, sizeof commandline); 93 memcpy(lastcommand, commandline, sizeof commandline); 276 bzero(lastcommand, sizeof lastcommand);
|