Searched defs:namebuff (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c315 char namebuff[32]; local
319 strptr = namebuff;
324 if (count < sizeof (namebuff))
336 (visible ? "named" : "headerless"), namebuff, token);
338 header(env, namebuff, len, 0);
342 strncpy(env->table[token].name, namebuff, len);
/illumos-gate/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);
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1555 char namebuff[NAMSIZ+1]; local
1560 (void) memset(namebuff, '\0',
1561 sizeof (namebuff));
1585 (void) strncpy(&namebuff[0], lastslash,
1601 (void) strcpy(Gen.g_tname, namebuff);

Completed in 71 milliseconds