Searched refs:toname (Results 1 – 3 of 3) sorted by relevance
/original-bsd/usr.bin/ar/ |
H A D | archive.h | 31 #define SETCF(from, fromname, to, toname, pad) { \ argument 35 cf.wname = toname; \
|
/original-bsd/usr.bin/su/ |
H A D | su.c | 359 koktologin(name, realm, toname) in koktologin() argument 360 char *name, *realm, *toname; in koktologin() 369 ((strcmp(toname, "root") == 0) ? "root" : "")); 371 return (kuserok(kdata, toname));
|
/original-bsd/share/zoneinfo/ |
H A D | zic.c | 90 extern int link __P((const char * fromname, const char * toname)); 532 register char * toname; local 537 toname = ecpyalloc(directory); 538 toname = ecatalloc(toname, "/"); 539 toname = ecatalloc(toname, tofile); 544 if (!itsdir(toname)) 545 (void) remove(toname); 546 if (link(fromname, toname) != 0) { 549 (void) perror(toname); 553 ifree(toname);
|