Lines Matching defs:filenames
548 /* Matches "/dev/zero" filenames (with or without the "(deleted)"
556 /* Matches "/SYSV%08x" filenames (with or without the "(deleted)"
557 string in the end). These filenames refer to shared memory
562 _("Could not compile regex to match shmem filenames")};
1102 followed by COUNT filenames in ASCII: "FILE1" NUL "FILE2" NUL...
1173 char *filenames = (char *) descdata + count * 3 * addr_size;
1175 /* Make sure that the correct number of filenames exist. Complain
1177 char *f = filenames;
1218 char * filename = filenames;
1219 filenames += strlen ((char *) filenames) + 1;
1772 /* Copy the filenames to the data obstack. */