Home
last modified time | relevance | path

Searched defs:sbuf (Results 1 – 25 of 158) sorted by relevance

1234567

/titanic_51/usr/src/cmd/man/
H A Dmakewhatis.c61 struct sbuf { struct
67 /* Remove the last amount characters from the sbuf */ argument
68 #define sbuf_retract(sbuf, amount) ((sbuf)->end -= (amount)) argument
70 #define sbuf_length(sbuf) ((sbuf)->end - (sbuf)->content) argument
147 sbuf_clear(struct sbuf * sbuf) sbuf_clear() argument
159 struct sbuf *sbuf; new_sbuf() local
176 sbuf_need(struct sbuf * sbuf,int nchars) sbuf_need() argument
208 sbuf_append(struct sbuf * sbuf,const char * text,int length) sbuf_append() argument
221 sbuf_append_str(struct sbuf * sbuf,char * text) sbuf_append_str() argument
231 sbuf_append_edited(struct sbuf * sbuf,char * text,edited_copy copy) sbuf_append_edited() argument
245 sbuf_strip(struct sbuf * sbuf,const char * set) sbuf_strip() argument
256 sbuf_content(struct sbuf * sbuf) sbuf_content() argument
[all...]
/titanic_51/usr/src/lib/libmail/common/
H A Dmaillock.c63 struct stat sbuf; in maillock() local
131 struct stat sbuf; in lock1() local
162 struct stat sbuf; in touchlock() local
[all...]
/titanic_51/usr/src/cmd/tip/
H A Dcu.c26 static char sbuf[14]; in cumain() local
/titanic_51/usr/src/cmd/svc/startd/
H A Dfile.c55 struct stat sbuf; in file_ready() local
/titanic_51/usr/src/cmd/sendmail/libsmutil/
H A Dcf.c56 struct stat sbuf; variable
/titanic_51/usr/src/ucbcmd/vipw/
H A Dvipw.c72 struct stat osbuf, sbuf, oshdbuf, shdbuf; in main() local
263 struct stat sbuf, statbuf; in sanity_check() local
[all...]
/titanic_51/usr/src/lib/libc/port/gen/
H A Dfdopendir.c56 struct stat64 sbuf; in fdopendir() local
/titanic_51/usr/src/cmd/oamuser/group/
H A Ddel_group.c57 struct stat sbuf; in del_group() local
H A Dmod_group.c57 struct stat sbuf; in mod_group() local
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c511 struct stat sbuf; in encrypt_payload() local
554 struct stat sbuf; in hash_payload() local
596 struct stat sbuf; in extract_keystore() local
638 struct stat sbuf; mkisofs() local
1241 struct stat sbuf; bootfile_payload() local
1294 struct stat sbuf; wanbootfs_payload() local
1540 struct stat sbuf; miniroot_payload() local
1683 struct stat sbuf; main() local
[all...]
/titanic_51/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c95 struct stat sbuf; in gettemp() local
/titanic_51/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c70 struct stat sbuf; in reparse_create() local
182 struct stat sbuf; in reparse_delete() local
/titanic_51/usr/src/cmd/mesg/
H A Dmesg.c65 struct stat sbuf; in main() local
/titanic_51/usr/src/lib/libsqlite/tool/
H A Dshowjournal.c46 struct stat sbuf; in main() local
H A Dshowdb.c47 struct stat sbuf; in main() local
/titanic_51/usr/src/cmd/oamuser/user/
H A Dproj.c50 struct stat sbuf; in edit_project() local
H A Dgroups.c59 struct stat sbuf; in edit_group() local
/titanic_51/usr/src/cmd/news/
H A Dnews.c179 struct stat sbuf; in read_dir() local
276 struct stat sbuf; in print_item() local
/titanic_51/usr/src/cmd/luxadm/
H A Dadm.c803 struct stat sbuf; in main() local
831 struct stat sbuf; in main() local
H A Dsetboot.c98 struct stat sbuf; in getbootdevname() local
/titanic_51/usr/src/common/devid/
H A Ddevid_smp.c106 char sbuf[16 + 1]; in ddi_devid_smp_encode() local
/titanic_51/usr/src/cmd/mail/
H A Dsendmail.c42 struct stat64 sbuf; local
/titanic_51/usr/src/cmd/avs/nsctl/
H A Dnscadm.c69 struct stat sbuf; in is_chr_dev() local
/titanic_51/usr/src/lib/libbc/libc/stdio/common/
H A Dfindiop.c40 static unsigned char sbuf[NSTATIC][_SBFSIZ]; variable
/titanic_51/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c242 char sbuf[32]; in cpu_create() local
349 char sbuf[32]; in chip_create() local
[all...]

1234567