Home | History | Annotate | Download | only in linux

Lines Matching full:endoff

880                     char* endOff = strchr(cAddr, ' ');
881 cAddr[endOff - cAddr] = '\0';
935 char* endOff = strrchr(targetStr, ')');
936 targetStr[endOff - startOff] = '\0';
937 if ((startOff == NULL) || (endOff == NULL) || (plusOff == NULL)) {