Lines Matching defs:from
52 * Changes from V2 -
77 * Until Dec2005, __attribute__((packed)) was left out from the below
146 static int absolutize(char *to, int size, char *from)
156 slash = strrchr(from, '/');
159 if (chdir(from)) {
162 "errno = %d\n", from, errno);
168 "errno = %d\n", from, errno);
174 "chars\n", from, size);
180 if (strlen(save_cwd) + 1 + strlen(from) + 1 > size) {
182 "chars\n", from, size);
187 strcat(to, from);
276 /* XXX Need to sanity-check the values read from the header */