Lines Matching refs:to
32 prom_path_gettoken(register char *from, register char *to) in prom_path_gettoken() argument
40 *to = '\0'; in prom_path_gettoken()
43 *to++ = *from++; in prom_path_gettoken()
46 *to = '\0'; in prom_path_gettoken()
63 char *to = pathname; in prom_pathname() local
70 if ((to == (char *)0) || (*to == (char)0)) in prom_pathname()
81 to = pathname; in prom_pathname()
95 (void) prom_strcpy(from, to); in prom_pathname()
96 *to = (char)0; in prom_pathname()
102 ci[4] = p1275_ptr2cell(to); /* Arg2: buffer address */ in prom_pathname()
113 to = pathname = opathname; in prom_pathname()
134 if ((p = prom_strrchr(to, '/')) == 0) in prom_pathname()
151 (void) prom_strcat(to, p); in prom_pathname()
159 prom_strip_options(char *from, char *to) in prom_strip_options() argument
166 *to++ = *from++; in prom_strip_options()
168 *to = (char)0; in prom_strip_options()