Lines Matching defs:spos
588 const char *spos;
598 while (NULL != (spos = strstr (bpos, key)))
600 if ((spos[klen] != '=') || ((spos != buf) && (spos[-1] != ' ')))
603 bpos = spos + 1;
606 if (spos[klen + 1] != '"')
608 if (NULL == (endv = strchr (&spos[klen + 2], '\"')))
610 vlen = endv - spos - klen - 1;
615 memcpy (*destination, &spos[klen + 2], vlen - 1);