Home
last modified time | relevance | path

Searched refs:tmpdev (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/common/ficl/emu/
H A Dloader_emu.c896 char *tmpdev; in get_dev() local
914 tmpdev = strdup(buf); in get_dev()
915 buf = strchr(tmpdev, ':'); /* get ending : */ in get_dev()
932 tmpdev = strdup(buf); in get_dev()
933 buf = strchr(tmpdev, ':'); /* get ending : */ in get_dev()
937 mpref.mnt_special = tmpdev; in get_dev()
940 free(tmpdev); in get_dev()
/titanic_53/usr/src/cmd/cpio/
H A Dcpio.c1035 int tmpdev; in chgreel() local
1100 (void) g_init(&tmpdev, &Archive); in chgreel()
1101 if (tmpdev != Device) in chgreel()