115 for (; *p != ' '; p++) {116 if (!*p)117 goto invalid;118 if (*p == '?')119 *p = 0, get = p + 1;120 }121 *p++ = 0; /* null-terminate the path */