Searched refs:sb (Results 276 - 300 of 731) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuOidParser.cpp60 struct stat sb; local
69 rtn = fstat(fd, &sb);
73 size = (size_t)sb.st_size;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuOidParser.cpp60 struct stat sb; local
69 rtn = fstat(fd, &sb);
73 size = (size_t)sb.st_size;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslBER.c51 #define SSLBUF_TO_SECITEM(sb, cd) { \
52 (cd)->Length = (sb)->length; \
53 (cd)->Data = (sb)->data; \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslBER.c51 #define SSLBUF_TO_SECITEM(sb, cd) { \
52 (cd)->Length = (sb)->length; \
53 (cd)->Data = (sb)->data; \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslBER.c51 #define SSLBUF_TO_SECITEM(sb, cd) { \
52 (cd)->Length = (sb)->length; \
53 (cd)->Data = (sb)->data; \
/macosx-10.10.1/bind9-45.101/bind9/bin/named/win32/
H A Dos.c183 struct stat sb; local
185 if (stat(filename, &sb) == -1) {
188 } else if ((sb.st_mode & S_IFREG) == 0)
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Deapol_socket.c299 struct stat sb; local
301 if (fstat(fd, &sb) == 0) {
302 if (S_ISSOCK(sb.st_mode)) {
/macosx-10.10.1/man-16/man/src/
H A Dmanpath.c102 struct stat sb; local
104 if (stat (path, &sb) != 0)
107 return ((sb.st_mode & S_IFDIR) == S_IFDIR);
/macosx-10.10.1/remote_cmds-47/talk.tproj/
H A Dinit_disp.c71 struct stat sb; local
75 if (stat(tty, &sb) < 0)
77 if (!(sb.st_mode & S_IWGRP))
/macosx-10.10.1/shell_cmds-179/locate/locate/
H A Dlocate.c308 struct stat sb; local
316 fstat(fd, &sb) == -1)
318 len = sb.st_size;
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dterm_expect52 set sb .sb ;# name of scrollbar used by term in dumb mode
210 -yscroll "$sb set" \
214 scrollbar .sb -command "$term yview"
222 grid forget $::sb
224 grid $::sb -column 0 -row 0 -sticky ns
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dsync.tcl58 file stat $file sb
60 #tclLog "$file size=$sb(size)/$nsb(size), mtime=$sb(mtime)/$nsb(mtime)"
61 if {$sb(size) == $nsb(size)} {
64 if { ($sb(mtime) - $nsb(mtime)) < $opts(-mtime) } {
69 #tclLog "size=$sb(size)/$nsb(size), mtime=$sb(mtime)/$nsb(mtime)"
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_unix.c87 struct stat sb;
88 return (toff_t) (fstat((int) fd, &sb) < 0 ? 0 : sb.st_size);
H A Dtif_win3.c68 struct stat sb; local
69 return (fstat((int) fd, &sb) < 0 ? 0 : sb.st_size);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dcontent_filter.h365 extern boolean_t cfil_sock_data_pending(struct sockbuf *sb);
366 extern int cfil_sock_data_space(struct sockbuf *sb);
367 extern void cfil_sock_buf_update(struct sockbuf *sb);
/macosx-10.10.1/vim-55/src/
H A Dgui_motif.c125 scrollbar_T *sb; local
129 sb = gui_find_scrollbar((long)client_data);
134 gui_drag_scrollbar(sb, value, dragging);
1748 gui_mch_set_scrollbar_thumb(sb, val, size, max)
1749 scrollbar_T *sb;
1754 if (sb->id != (Widget)0)
1755 XtVaSetValues(sb->id,
1764 gui_mch_set_scrollbar_pos(sb, x, y, w, h)
1765 scrollbar_T *sb;
1771 if (sb
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_pvt.h339 LDAP_F (int) ldap_pvt_sasl_generic_install LDAP_P(( Sockbuf *sb,
341 LDAP_F (void) ldap_pvt_sasl_generic_remove LDAP_P(( Sockbuf *sb ));
422 LDAP_F (int) ldap_pvt_tls_accept LDAP_P(( Sockbuf *sb, void *ctx_arg ));
423 LDAP_F (int) ldap_pvt_tls_inplace LDAP_P(( Sockbuf *sb ));
424 LDAP_F (void *) ldap_pvt_tls_sb_ctx LDAP_P(( Sockbuf *sb ));
/macosx-10.10.1/swig-12/Lib/python/
H A Dpycontainer.swg259 typename Sequence::iterator sb = self->begin();
261 std::advance(sb,ii);
263 self->insert(std::copy(v.begin(), vmid, sb), vmid, v.end());
265 typename Sequence::iterator sb = self->begin();
267 std::advance(sb,ii);
269 self->erase(sb,se);
270 self->insert(sb, v.begin(), v.end());
281 typename Sequence::iterator sb = self->begin();
283 std::advance(sb,ii);
285 self->erase(sb,s
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dcombobox.tcl276 $scrollbar $popdown.sb \
280 -yscrollcommand [list $popdown.sb set] \
290 grid $popdown.sb -row 0 -column 1 -padx {0 1} -pady 1 -sticky ns
351 grid $popdown.sb
354 grid remove $popdown.sb
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/dst/
H A Dt_dst.c554 struct stat sb; local
558 rval = stat(path, &sb);
564 buf = (char *) malloc((sb.st_size + 1) * sizeof(unsigned char));
577 len = sb.st_size;
595 len = sb.st_size;
635 struct stat sb; local
649 rval = stat(datapath, &sb);
656 data = (unsigned char *) malloc(sb.st_size * sizeof(char));
672 len = sb.st_size;
706 isc_buffer_init(&databuf, data, sb
[all...]
/macosx-10.10.1/lsof-53/lsof/lib/
H A Ddvch.c779 struct stat sb, devsb; local
787 if ((ov = open_dcache(1, 0, &sb)) != 0) {
791 if (open_dcache(1, 1, &sb) != 0)
808 if (sb.st_mtime <= devsb.st_mtime || sb.st_ctime <= devsb.st_ctime)
1108 if (stat(Devtp[i].name, &sb) != 0
1111 || expdev(sb.st_rdev) != Devtp[i].rdev
1113 || sb.st_rdev != Devtp[i].rdev
1116 || sb.st_ino != Devtp[i].inode) {
1276 struct stat sb; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dsasl.c828 Sockbuf *sb,
836 if ( !ber_sockbuf_ctrl( sb, LBER_SB_OPT_HAS_IO,
840 ber_sockbuf_add_io( sb, &ber_sockbuf_io_debug,
843 ber_sockbuf_add_io( sb, &ldap_pvt_sockbuf_io_sasl_generic,
850 void ldap_pvt_sasl_generic_remove( Sockbuf *sb )
852 ber_sockbuf_remove_io( sb, &ldap_pvt_sockbuf_io_sasl_generic,
855 ber_sockbuf_remove_io( sb, &ber_sockbuf_io_debug,
827 ldap_pvt_sasl_generic_install( Sockbuf *sb, struct sb_sasl_generic_install *install_arg ) argument
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/kmem/
H A Ddnode.c357 struct stat sb; local
832 if (!statsafely(vn, &sb)) {
848 Lf->sz = sb.st_size;
858 Lf->inode = (INODETYPE)sb.st_ino;
864 Lf->nlink = sb.st_nlink;
879 dev = sb.st_dev;
887 rdev = sb.st_rdev;
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.c95 static int Stat (const char *, struct stat *sb);
212 Lstat(const char *fn, struct stat *sb) argument
216 st = lstat(fn, sb);
218 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode))
228 Stat(const char *fn, struct stat *sb) argument
232 st = stat(fn, sb);
234 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode))
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dmalloc.c950 Vmstat_t sb; local
955 if(vmstat(Vmregion,&sb) >= 0)
956 { mi.arena = sb.extent;
957 mi.ordblks = sb.n_busy+sb.n_free;
958 mi.uordblks = sb.s_busy;
959 mi.fordblks = sb.s_free;
972 Vmstat_t sb; local
977 if(vmstat(Vmregion,&sb) >= 0)
978 { ms.bytes_total = sb
[all...]

Completed in 152 milliseconds

<<11121314151617181920>>