Home | History | Annotate | Download | only in jhead

Lines Matching refs:separator

1229         // Usually the separator is ',', but sometimes ':' is used, like
1243 char* separator = strchr(curElement, '/');
1244 if (separator) {
1246 denominator = atoi(separator + 1);
1257 char* separator = strchr(curElement, '/');
1258 if (separator) {
1260 int denominator = atoi(separator + 1);