| /src/lib/libc/nls/ |
| catopen.c | 80 char tmppath[PATH_MAX+1]; local 114 t = tmppath; 121 while (*u && t < tmppath + PATH_MAX) 126 while (*u && t < tmppath + PATH_MAX) 134 if (t < tmppath + PATH_MAX) 138 if (t < tmppath + PATH_MAX) 145 catd = load_msgcat(tmppath); 151 t = tmppath;
|
| /src/usr.bin/crunch/crunchgen/ |
| crunchgen.c | 357 char tmppath[MAXPATHLEN]; local 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 601 char tmppath[MAXPATHLEN]; local [all...] |
| /src/external/bsd/file/dist/src/ |
| magic.c | 97 char *tmppath; local 102 if (vasprintf(&tmppath, fmt, ap) < 0) { 108 if (access(tmppath, R_OK) == -1) 112 *hmagicpath = tmppath; 116 if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) 120 free(tmppath); 124 free(tmppath);
|
| /src/external/bsd/libproc/dist/ |
| proc_sym.c | 400 char tmppath[MAXPATHLEN]; local 415 basename_r(kve->kve_path, tmppath); 416 if (strcmp(tmppath, name) == 0) { 425 basename_r(rdl->rdl_path, tmppath); 426 if (strcmp(tmppath, name) == 0) {
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldelf.c | 733 char *tmppath; local 735 tmppath = concat (ld_sysroot, _PATH_ELF_HINTS, (const char *) NULL); 736 f = fopen (tmppath, FOPEN_RB); 737 free (tmppath); 941 char *tmppath; local 946 tmppath = concat (ld_sysroot, prefix, "/etc/ld.so.conf", 948 if (!ldelf_parse_ld_so_conf (&info, tmppath)) 950 free (tmppath); 951 tmppath = concat (ld_sysroot, "/etc/ld.so.conf", 953 ldelf_parse_ld_so_conf (&info, tmppath); [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldelf.c | 733 char *tmppath; local 735 tmppath = concat (ld_sysroot, _PATH_ELF_HINTS, (const char *) NULL); 736 f = fopen (tmppath, FOPEN_RB); 737 free (tmppath); 941 char *tmppath; local 946 tmppath = concat (ld_sysroot, prefix, "/etc/ld.so.conf", 948 if (!ldelf_parse_ld_so_conf (&info, tmppath)) 950 free (tmppath); 951 tmppath = concat (ld_sysroot, "/etc/ld.so.conf", 953 ldelf_parse_ld_so_conf (&info, tmppath); [all...] |
| /src/usr.sbin/edquota/ |
| edquota.c | 1242 int tmpfd, const char *tmppath) 1263 if (editit(tmppath) == 0) 1277 char tmppath[] = _PATH_TMPFILE; local 1280 tmpfd = mkstemp(tmppath); 1284 editone(fs, idtype, names[i], tmpfd, tmppath); 1288 unlink(tmppath);
|
| /src/external/bsd/libpcap/dist/ |
| pcap.c | 2194 char *scheme, *tmpuserinfo, *tmphost, *tmpport, *tmppath; local 2208 &tmpport, &tmppath, errbuf) == -1) { 2219 if (name && tmppath) 2220 pcapint_strlcpy(name, tmppath, PCAP_BUF_SIZE); 2223 free(tmppath); 2254 if (name && tmppath) 2255 pcapint_strlcpy(name, tmppath, PCAP_BUF_SIZE); 2258 free(tmppath); 2270 if (name && tmppath) 2271 pcapint_strlcpy(name, tmppath, PCAP_BUF_SIZE) [all...] |
| /src/sys/dev/ |
| ccd.c | 315 char *tmppath; local 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 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/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_pool.c | 2221 char *tmppath; local 2225 &tmppath) != 0) 2232 rsz = snprintf(physpath + pos, bytes_left, format, tmppath);
|