Home | History | Annotate | Download | only in libpopt

Lines Matching refs:dst

100 /*@dependent@*/ char * dst;
127 dst = buf = alloca(fileLength + 1);
135 *dst = '\0';
136 dst = buf;
137 while (*dst && isspace(*dst)) dst++;
138 if (*dst && *dst != '#')
139 configLine(con, dst);
143 *dst++ = *chptr++;
146 dst--, chptr++;
149 *dst++ = *chptr++;
153 *dst++ = *chptr++;