Home | History | Annotate | Download | only in crunchgen

Lines Matching refs:estrlcpy

175 	case 'm':	(void)estrlcpy(outmkname, optarg, sizeof(outmkname)); break;
176 case 'c': (void)estrlcpy(outcfname, optarg, sizeof(outcfname)); break;
177 case 'e': (void)estrlcpy(execfname, optarg, sizeof(execfname)); break;
179 case 'D': (void)estrlcpy(topdir, optarg, sizeof(topdir)); break;
180 case 'L': (void)estrlcpy(libdir, optarg, sizeof(libdir)); break;
199 (void)estrlcpy(infilename, argv[0], sizeof(infilename));
205 (void)estrlcpy(confname, p + 1, sizeof(confname));
207 (void)estrlcpy(confname, infilename, sizeof(confname));
284 (void)estrlcpy(curfilename, filename, sizeof(curfilename));
361 (void)estrlcpy(tmppath, argv[i], sizeof(tmppath));
364 (void)estrlcpy(tmppath, curdir, sizeof(tmppath));
366 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));
476 (void)estrlcpy(tmppath, curdir, sizeof(tmppath));
478 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));
603 (void)estrlcpy(tmppath, curdir, sizeof(tmppath));
605 (void)estrlcpy(tmppath, topdir, sizeof(tmppath));