Lines Matching refs:tempbuf

7317 	char		tempbuf[MAXNAM + 1];  in gen_utf8_names()  local
7368 (void) strncpy(tempbuf, dblock.dbuf.linkname, NAMSIZ); in gen_utf8_names()
7369 tempbuf[NAMSIZ] = '\0'; in gen_utf8_names()
7372 tempbuf, iconv_cd, _X_LINKPATH, PATH_MAX); in gen_utf8_names()
7374 (void) strncpy(tempbuf, dblock.dbuf.prefix, PRESIZ); in gen_utf8_names()
7375 tempbuf[PRESIZ] = '\0'; in gen_utf8_names()
7376 nbytes = strlen(tempbuf); in gen_utf8_names()
7378 tempbuf[nbytes++] = '/'; in gen_utf8_names()
7379 tempbuf[nbytes] = '\0'; in gen_utf8_names()
7381 (void) strncat(tempbuf + nbytes, dblock.dbuf.name, in gen_utf8_names()
7383 tempbuf[MAXNAM] = '\0'; in gen_utf8_names()
7386 tempbuf, iconv_cd, _X_PATH, PATH_MAX); in gen_utf8_names()
8792 char tempbuf[MAXPATHLEN]; in extract_attr() local
8796 (void) getcwd(tempbuf, (sizeof (tempbuf))); in extract_attr()
8797 (void) strncat(tempbuf, "/", MAXPATHLEN); in extract_attr()
8799 *tempbuf = '\0'; in extract_attr()
8802 (void) strncat(tempbuf, orig_namep, MAXPATHLEN); in extract_attr()
8803 from_label = getlabelbypath(tempbuf); in extract_attr()
8806 if ((getpathbylabel(tempbuf, buf, in extract_attr()
8811 "%s\n"), tempbuf); in extract_attr()
8943 char tempbuf[MAXPATHLEN]; in rebuild_lk_comp_path() local
9045 (void) getcwd(tempbuf, in rebuild_lk_comp_path()
9046 (sizeof (tempbuf))); in rebuild_lk_comp_path()
9047 (void) strncat(tempbuf, "/", in rebuild_lk_comp_path()
9049 (void) strncat(tempbuf, pbuf, in rebuild_lk_comp_path()
9053 (void) strcpy(tempbuf, pbuf); in rebuild_lk_comp_path()
9058 (void) getcwd(tempbuf, in rebuild_lk_comp_path()
9059 (sizeof (tempbuf))); in rebuild_lk_comp_path()
9060 (void) strncat(tempbuf, "/", in rebuild_lk_comp_path()
9063 *tempbuf = '\0'; in rebuild_lk_comp_path()
9065 (void) strncat(tempbuf, buf, MAXPATHLEN); in rebuild_lk_comp_path()
9084 tempbuf); in rebuild_lk_comp_path()
9093 tempbuf); in rebuild_lk_comp_path()
9105 (void) strncat(buf, tempbuf, MAXPATHLEN); in rebuild_lk_comp_path()