Home
last modified time | relevance | path

Searched refs:obuff (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c86 char obuff[MAX_MNTOPT_STR]; in main() local
112 strcpy(obuff, "ro"); /* default */ in main()
128 strcpy(obuff, optarg); in main()
174 if ((strlen(obuff) + strlen(MNTOPT_RO) + 2) > MAX_MNTOPT_STR) { in main()
180 strcat(obuff, ","); in main()
181 strcat(obuff, MNTOPT_RO); in main()
199 if ((strlen(obuff) + strlen(gopt) + 2) > MAX_MNTOPT_STR) { in main()
205 strcat(obuff, ","); in main()
206 strcat(obuff, gopt); in main()
218 (void) strcpy(saved_input_options, obuff); in main()
[all …]
/titanic_41/usr/src/cmd/vi/port/
H A Dex_temp.c249 return (obuff + off);
289 p1 = obuff;
298 blkio(oblock, obuff, write);
301 return (obuff + off);
393 p1 = obuff; in synctmp()
402 blkio(oblock, obuff, write); in synctmp()
H A Dex_temp.h108 var unsigned char obuff[BUFSIZE]; variable
/titanic_41/usr/src/common/net/wanboot/
H A Dbootlog.c604 static char obuff[BOOTLOG_QS_MAX * 3]; in url_encode() local
605 char *obufp = obuff; in url_encode()
655 return (obuff); in url_encode()
/titanic_41/usr/src/cmd/ed/
H A Ded.c243 static char obuff[LBSIZE]; variable
1735 return (obuff+off); in getblock()
1753 p1 = obuff; in getblock()
1762 blkio(oblock, obuff, write); in getblock()
1765 return (obuff+off); in getblock()
/titanic_41/usr/src/lib/libbsm/common/
H A Dadt.c238 unsigned char obuff[128/8]; in adt_get_unique_id() member
269 MD5Final(output.obuff, &context); in adt_get_unique_id()