/src/lib/libc/nls/ |
catopen.c | 79 char tmppath[PATH_MAX+1]; local in function:catopen_l 113 t = tmppath; 120 while (*u && t < tmppath + PATH_MAX) 125 while (*u && t < tmppath + PATH_MAX) 133 if (t < tmppath + PATH_MAX) 137 if (t < tmppath + PATH_MAX) 144 catd = load_msgcat(tmppath); 150 t = tmppath;
|
/src/sys/dev/ |
ccd.c | 315 char *tmppath; local in function:ccdinit 329 tmppath = kmem_alloc(MAXPATHLEN, KM_SLEEP); 346 memset(tmppath, 0, MAXPATHLEN); /* sanity */ 347 error = copyinstr(cpaths[ix], tmppath, 360 memcpy(ci->ci_path, tmppath, ci->ci_pathlen); 487 kmem_free(tmppath, MAXPATHLEN); 496 kmem_free(tmppath, MAXPATHLEN);
|
cgd.c | 1441 char *tmppath; local in function:cgdinit 1449 tmppath = kmem_alloc(MAXPATHLEN, KM_SLEEP); 1450 ret = copyinstr(cpath, tmppath, MAXPATHLEN, &sc->sc_tpathlen); 1454 memcpy(sc->sc_tpath, tmppath, sc->sc_tpathlen); 1481 kmem_free(tmppath, MAXPATHLEN);
|
/src/usr.sbin/edquota/ |
edquota.c | 1242 int tmpfd, const char *tmppath) 1263 if (editit(tmppath) == 0) 1277 char tmppath[] = _PATH_TMPFILE; local in function:edit 1280 tmpfd = mkstemp(tmppath); 1284 editone(fs, idtype, names[i], tmpfd, tmppath); 1288 unlink(tmppath);
|
/src/usr.bin/crunch/crunchgen/ |
crunchgen.c | 357 char tmppath[MAXPATHLEN]; local in function:add_srcdirs 361 (void)estrlcpy(tmppath, argv[i], sizeof(tmppath)); 364 (void)estrlcpy(tmppath, curdir, sizeof(tmppath)); 366 (void)estrlcpy(tmppath, topdir, sizeof(tmppath)); 367 (void)estrlcat(tmppath, "/", sizeof(tmppath)); 368 (void)estrlcat(tmppath, argv[i], sizeof(tmppath)) 474 char tmppath[MAXPATHLEN]; local in function:add_special 601 char tmppath[MAXPATHLEN]; local in function:fillin_program [all...] |