Lines Matching defs:tempbuf
7359 char tempbuf[MAXNAM + 1];
7410 (void) strncpy(tempbuf, dblock.dbuf.linkname, NAMSIZ);
7411 tempbuf[NAMSIZ] = '\0';
7414 tempbuf, iconv_cd, _X_LINKPATH, PATH_MAX);
7416 (void) strncpy(tempbuf, dblock.dbuf.prefix, PRESIZ);
7417 tempbuf[PRESIZ] = '\0';
7418 nbytes = strlen(tempbuf);
7420 tempbuf[nbytes++] = '/';
7421 tempbuf[nbytes] = '\0';
7423 (void) strncat(tempbuf + nbytes, dblock.dbuf.name,
7425 tempbuf[MAXNAM] = '\0';
7428 tempbuf, iconv_cd, _X_PATH, PATH_MAX);
8832 char tempbuf[MAXPATHLEN];
8836 (void) getcwd(tempbuf, (sizeof (tempbuf)));
8837 (void) strncat(tempbuf, "/", MAXPATHLEN);
8839 *tempbuf = '\0';
8842 (void) strncat(tempbuf, orig_namep, MAXPATHLEN);
8843 from_label = getlabelbypath(tempbuf);
8846 if ((getpathbylabel(tempbuf, buf,
8851 "%s\n"), tempbuf);
8983 char tempbuf[MAXPATHLEN];
9085 (void) getcwd(tempbuf,
9086 (sizeof (tempbuf)));
9087 (void) strncat(tempbuf, "/",
9089 (void) strncat(tempbuf, pbuf,
9093 (void) strcpy(tempbuf, pbuf);
9098 (void) getcwd(tempbuf,
9099 (sizeof (tempbuf)));
9100 (void) strncat(tempbuf, "/",
9103 *tempbuf = '\0';
9105 (void) strncat(tempbuf, buf, MAXPATHLEN);
9124 tempbuf);
9133 tempbuf);
9145 (void) strncat(buf, tempbuf, MAXPATHLEN);