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