/src/bin/pax/ |
pat_rep.h | 44 regex_t rcmp; /* compiled regular expression used to match */ member in struct:replace
|
pat_rep.c | 144 if ((res = regcomp(&(rep->rcmp), str+1, 0)) != 0) { 145 regerror(res, &(rep->rcmp), rebuf, sizeof(rebuf)); 167 regfree(&(rep->rcmp)); 177 regfree(&(rep->rcmp)); 204 regfree(&(rep->rcmp)); 944 if (regexec(&(pt->rcmp), inpt, MAXSUBEXP, pm, 0) != 0) 969 resub(&(pt->rcmp),pm,pt->nstr,inpt, outpt,endpt)
|
/src/usr.sbin/acpitools/acpidump/ |
acpi.c | 2172 ACPI_IORT_ROOT_COMPLEX *rcmp local in function:acpi_print_iort_root_complex 2176 (ACPI_IORT_MEMORY_ACCESS *)&rcmp->MemoryProperties); 2178 (rcmp->AtsAttribute & ACPI_IORT_ATS_SUPPORTED) 2180 printf("\tPCI Segment=%u\n", rcmp->PciSegmentNumber); 2181 printf("\tMemory address size limit=%hhu\n", rcmp->MemoryAddressLimit);
|