HomeSort by relevance Sort by last modified time
    Searched refs:modep (Results 1 - 3 of 3) sorted by null

  /external/fio/engines/
rdma.c 1055 char *sep, *portp, *modep; local
1082 modep = NULL;
1087 modep = sep + 1;
1094 if (modep) {
1095 if (!strncmp("rdma_write", modep, strlen(modep)) ||
1096 !strncmp("RDMA_WRITE", modep, strlen(modep)))
1098 else if (!strncmp("rdma_read", modep, strlen(modep)) ||
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/mv/
mv.c 157 char modep[15]; local
187 strmode(sb.st_mode, modep);
189 modep + 1, modep[9] == ' ' ? "" : " ",
  /system/core/toolbox/upstream-netbsd/bin/rm/
rm.c 535 char modep[15]; local
550 strmode(sp->st_mode, modep);
558 modep + 1, modep[9] == ' ' ? "" : " ",

Completed in 230 milliseconds