Searched refs:endto (Results 1 – 1 of 1) sorted by relevance
75 char *ptr, *startto, *endto; in InterpretArg() local82 endto = to + tosiz - 1; in InterpretArg()88 if (to >= endto) in InterpretArg()105 if (to >= endto) in InterpretArg()117 if (endto - to < len ) in InterpretArg()133 for (from++; (isalnum(*from) || *from == '_') && ptr < endto; from++) in InterpretArg()137 if (to >= endto) in InterpretArg()142 if (endto - to < (int)strlen(env)) in InterpretArg()144 strncpy(to, env, endto - to); in InterpretArg()145 *endto = '\0'; in InterpretArg()[all …]