Home
last modified time | relevance | path

Searched defs:lbuf (Results 1 – 25 of 52) sorted by relevance

123

/titanic_50/usr/src/cmd/ls/
H A Dls.c183 struct lbuf { struct
184 union {
187 } ln;
188 char ltype; /* filetype */
189 ino_t lnum; /* inode number of file */
190 mode_t lflags; /* 0777 bits used as r,w,x permissions */
191 nlink_t lnl; /* number of links to file */
192 uid_t luid;
193 gid_t lgid;
194 off_t lsize; /* filesize or major/minor dev numbers */
[all …]
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c236 static struct lbuf { struct
237 struct lbuf *fwd; argument
238 struct lbuf *back; argument
242 } lbuf[NBUF], bhdr; argument
/titanic_50/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_redirection.h205 #define DAT_EP_POST_SEND(ep, size, lbuf, cookie, flags) \ argument
213 #define DAT_EP_POST_RECV(ep, size, lbuf, cookie, flags) \ argument
221 #define DAT_EP_POST_RDMA_READ(ep, size, lbuf, cookie, rbuf, flags) \ argument
230 #define DAT_EP_POST_RDMA_WRITE(ep, size, lbuf, cookie, rbuf, flags) \ argument
276 #define DAT_LMR_SYNC_RDMA_READ(ia, lbuf, size) \ argument
282 #define DAT_LMR_SYNC_RDMA_WRITE(ia, lbuf, size) \ argument
399 #define DAT_SRQ_POST_RECV(srq, size, lbuf, cookie) \ argument
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsafechown.c28 struct stat lbuf; in safechown() local
/titanic_50/usr/src/ucbcmd/from/
H A Dfrom.c28 char lbuf[BUFSIZ]; in main() local
/titanic_50/usr/src/lib/libwrap/
H A Dfix_options.c47 char lbuf[BUFFER_SIZE], *lp; local
/titanic_50/usr/src/cmd/head/
H A Dhead.c176 char lbuf[BUFSIZ]; in copyout() local
/titanic_50/usr/src/lib/libc/port/locale/
H A Dldpart.c54 char *lbuf, *p; in __part_load_locale() local
/titanic_50/usr/src/cmd/sed/
H A Dcompile.c154 static char lbuf[_POSIX2_LINE_MAX + 1]; /* To save stack */ in compile_stream() local
463 static char lbuf[_POSIX2_LINE_MAX + 1]; in compile_subst() local
723 char lbuf[_POSIX2_LINE_MAX + 1]; in compile_text() local
/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dipft_ef.c77 char lbuf[128], len[8], prot[8], time[8], *s; local
H A Dipft_td.c100 char lbuf[160], *s; local
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c176 static struct lbuf { struct
177 struct lbuf *fwd; argument
178 struct lbuf *back; argument
182 } lbuf[NBUF], bhdr; argument
/titanic_50/usr/src/cmd/idmap/idmapd/
H A Dserver.c654 char lbuf[30], rbuf[30]; in idmap_list_mappings_1_svc() local
806 char lbuf[30], rbuf[30]; in idmap_list_namerules_1_svc() local
/titanic_50/usr/src/lib/libzonecfg/common/
H A Dscratchops.c86 struct stat lbuf, fbuf; in zonecfg_open_scratch() local
/titanic_50/usr/src/cmd/grep/
H A Dgrep.c299 char *lbuf, *p; in execute() local
/titanic_50/usr/src/cmd/tip/
H A Dremcap.c93 char lbuf[BUFSIZ], *cp, *p; in tgetent() local
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c471 uchar_t lbuf[AUTH_LBUF_BUFSIZ]; in auth_gen_printsub() local
H A Dkerberos5.c522 char lbuf[AUTH_LBUF_BUFSIZ]; in kerberos5_printsub() local
H A Denc_des.c416 char lbuf[ENCR_LBUF_BUFSIZ]; in cfb64_printsub() local
/titanic_50/usr/src/lib/libc/port/threads/
H A Dassfail.c149 char lbuf[24]; /* 64 bits fits in 16 hex digits, 20 decimal */ in ultos() local
/titanic_50/usr/src/cmd/csh/
H A Dsh.dol.c632 tchar obuf[BUFSIZ], lbuf[BUFSIZ], mbuf[BUFSIZ]; in heredoc() local
/titanic_50/usr/src/lib/mpss/common/
H A Dmpss.c73 static char lbuf[MAXLINELEN]; variable
/titanic_50/usr/src/ucbcmd/sed/
H A Dsed0.c608 rline(lbuf, lbend) in rline() argument
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_iter.c272 char lbuf[ZFS_MAXPROPLEN], rbuf[ZFS_MAXPROPLEN]; in zfs_sort() local
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c219 char lbuf[PARMS_MAXLINELEN], net_host[NETHOST_LEN + 1]; in gwkludge() local

123