Home
last modified time | relevance | path

Searched refs:namebuff (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/efcode/engine/
H A Dfcode.c315 char namebuff[32]; in token_common() local
319 strptr = namebuff; in token_common()
324 if (count < sizeof (namebuff)) in token_common()
336 (visible ? "named" : "headerless"), namebuff, token); in token_common()
338 header(env, namebuff, len, 0); in token_common()
342 strncpy(env->table[token].name, namebuff, len); in token_common()
/titanic_50/usr/src/cmd/fdisk/
H A Dfdisk.c5418 char namebuff[255]; local
5431 id_to_name(temp->parts[0].systid, namebuff);
5439 (void) printf(" %s\n", namebuff);
5445 id_to_name(temp->parts[1].systid, namebuff);
5451 (void) printf(" %s\n", namebuff);
5464 char namebuff[255]; local
5505 (void) strcpy(namebuff, LINSWAPstr);
5507 (void) strcpy(namebuff, SUstr);
5509 id_to_name(sysid, namebuff);
5532 pno, startcyl, endcyl, length, percent, sysid, namebuff);
/titanic_50/usr/src/cmd/cpio/
H A Dcpio.c1555 char namebuff[NAMSIZ+1]; in creat_hdr() local
1560 (void) memset(namebuff, '\0', in creat_hdr()
1561 sizeof (namebuff)); in creat_hdr()
1585 (void) strncpy(&namebuff[0], lastslash, in creat_hdr()
1601 (void) strcpy(Gen.g_tname, namebuff); in creat_hdr()