pun_path_prefix 264 src/dps8/dps8_crdpun.c static char pun_path_prefix[SIR_MAXPATH - 68]; // The -68 is to leave room for file name pun_path_prefix 274 src/dps8/dps8_crdpun.c (void)memset (pun_path_prefix, 0, sizeof (pun_path_prefix)); pun_path_prefix 626 src/dps8/dps8_crdpun.c if (pun_path_prefix [0]) pun_path_prefix 629 src/dps8/dps8_crdpun.c (void)sprintf (dir_path, "%s%s", pun_path_prefix, state -> device_name); pun_path_prefix 1375 src/dps8/dps8_crdpun.c if (len >= (sizeof(pun_path_prefix) - 2)) pun_path_prefix 1378 src/dps8/dps8_crdpun.c strncpy(pun_path_prefix, cptr, sizeof(pun_path_prefix) - 1); pun_path_prefix 1381 src/dps8/dps8_crdpun.c if (pun_path_prefix[len - 1] != '/') pun_path_prefix 1383 src/dps8/dps8_crdpun.c pun_path_prefix[len++] = '/'; pun_path_prefix 1384 src/dps8/dps8_crdpun.c pun_path_prefix[len] = 0; pun_path_prefix 1393 src/dps8/dps8_crdpun.c if (pun_path_prefix [0]) pun_path_prefix 1395 src/dps8/dps8_crdpun.c sim_printf("\rPath to card punch directories is \"%s\".\r\n", pun_path_prefix);