Searched refs:sb (Results 201 - 225 of 732) sorted by relevance

1234567891011>>

/macosx-10.10/sudo-73/src/
H A Dglob.c609 struct stat sb; local
620 if (g_lstat(pathbuf, &sb, pglob))
624 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
625 (S_ISLNK(sb.st_mode) &&
626 (g_stat(pathbuf, &sb, pglob) == 0) &&
627 S_ISDIR(sb.st_mode)))) {
883 g_lstat(fn, sb, pglob)
885 struct stat *sb;
892 return lstat(buf, sb);
896 g_stat(fn, sb, pglo
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dtkterm58 set sb .sb ;# name of scrollbar used by term in dumb mode
216 -yscroll "$sb set" \
220 scrollbar .sb -command "$term yview"
228 grid forget $::sb
230 grid $::sb -column 0 -row 0 -sticky ns
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequical.tcl41 scrollbar .f1.sb -command [list .f1.lb yview]
43 -yscrollcommand [list .f1.sb set]
44 pack .f1.sb -fill y -side right
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/htmlparse/
H A Dwebviewer.tcl111 text .dlg.txt -yscrollcommand {.dlg.sb set}
112 scrollbar .dlg.sb -command {.dlg.txt yview}
117 grid .dlg.txt .dlg.sb -sticky news
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_msdos.c65 struct stat sb; local
66 return (fstat((int) fd, &sb) < 0 ? 0 : sb.st_size);
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_pcblist.c134 sbtoxsockbuf_n(struct sockbuf *sb, struct xsockbuf_n *xsb) argument
137 xsb->xsb_kind = (sb->sb_flags & SB_RECV) ? XSO_RCVBUF : XSO_SNDBUF;
139 if (sb != NULL) {
140 xsb->sb_cc = sb->sb_cc;
141 xsb->sb_hiwat = sb->sb_hiwat;
142 xsb->sb_mbcnt = sb->sb_mbcnt;
143 xsb->sb_mbmax = sb->sb_mbmax;
144 xsb->sb_lowat = sb->sb_lowat;
145 xsb->sb_flags = sb->sb_flags;
146 xsb->sb_timeo = (short)(sb
[all...]
/macosx-10.10/text_cmds-88/sed/
H A Dmain.c301 struct stat sb; local
359 if (lstat(fname, &sb) != 0)
361 if (!(sb.st_mode & S_IFREG))
381 fchown(fileno(outfile), sb.st_uid, sb.st_gid);
382 fchmod(fileno(outfile), sb.st_mode & ALLPERMS);
/macosx-10.10/diskdev_cmds-576/fstyp.tproj/
H A Dfstyp.c66 struct stat sb; local
83 if (0 == stat(argv[1], &sb)) {
/macosx-10.10/file_cmds-242/pathchk/
H A Dpathchk.c98 struct stat sb; local
129 if (!pflag && stat(pathd, &sb) == -1 && errno != ENOENT) {
/macosx-10.10/files-662.1.1/
H A DMakefile64 # $(SYMROOT)/bsd.sb is created by usr/share/sandbox/Makefile
67 $(_v) $(INSTALL_FILE) $(SYMROOT)/bsd.sb "$(Destination)/usr/local/share/sandbox/profiles/embedded/imports/bsd.sb"
70 $(_v) $(INSTALL_FILE) $(SYMROOT)/bsd.sb "$(Destination)/System/Library/Sandbox/Profiles/bsd.sb"
/macosx-10.10/kext_tools-384.1.4/
H A Dsafecalls.c354 struct stat sb; local
367 if (fstat(zfd, &sb)) goto finish;
368 if (sb.st_size == 0) {
372 bufsize = (size_t)MIN(sb.st_size, MAXBSIZE);
376 for (bytesLeft = sb.st_size; bytesLeft > 0; bytesLeft -= thisTime) {
475 struct stat sb; local
481 if (0 == stat(path, &sb)) {
482 if ((sb.st_mode & S_IFMT) != S_IFDIR) {
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) { argument
225 return os << sb.GetString();
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dafter_install.sh34 install -m 0644 -o root -g wheel "$SRCROOT"/syslogd.tproj/syslogd.sb "$DSTROOT"/usr/share/sandbox
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A Dman2help2.tcl63 set state(sb) 0
133 if {$state(sb)} {
134 puts $file "\\sb$state(sb)"
135 set state(sb) 0
289 set state(sb) 80
296 set state(sb) 80
317 set state(sb) 80
330 set state(sb) 120
353 set state(sb) 8
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.c630 struct stat sb; local
641 if (g_lstat(pathbuf, &sb, pglob))
653 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
654 (S_ISLNK(sb.st_mode) &&
655 (g_stat(pathbuf, &sb, pglob) == 0) &&
656 S_ISDIR(sb.st_mode)))) {
663 return(globextend(pathbuf, pglob, limitp, &sb));
796 struct stat *sb)
852 if (sb == NULL)
864 memcpy(statv[pglob->gl_offs + pglob->gl_pathc], sb,
795 globextend(const Char *path, glob_t *pglob, struct glob_lim *limitp, struct stat *sb) argument
1001 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) argument
1013 g_stat(Char *fn, struct stat *sb, glob_t *pglob) argument
[all...]
/macosx-10.10/vim-55/src/
H A Dgui_gtk.c638 gui_mch_set_scrollbar_thumb(scrollbar_T *sb, long val, long size, long max) argument
640 if (sb->id != NULL)
644 adjustment = gtk_range_get_adjustment(GTK_RANGE(sb->id));
654 (gulong)sb->handler_id);
657 (gulong)sb->handler_id);
662 gui_mch_set_scrollbar_pos(scrollbar_T *sb, int x, int y, int w, int h) argument
664 if (sb->id != NULL)
665 gtk_form_move_resize(GTK_FORM(gui.formwin), sb->id, x, y, w, h);
674 scrollbar_T *sb; local
684 sb
734 gui_mch_create_scrollbar(scrollbar_T *sb, int orient) argument
760 gui_mch_destroy_scrollbar(scrollbar_T *sb) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconfig.c1961 slap_client_connect( LDAP **ldp, slap_bindconf *sb )
1968 rc = ldap_initialize( &ld, sb->sb_uri.bv_val );
1973 sb->sb_uri.bv_val, rc, 0 );
1977 if ( sb->sb_version != 0 ) {
1979 (const void *)&sb->sb_version );
1982 if ( sb->sb_timeout_api ) {
1983 tv.tv_sec = sb->sb_timeout_api;
1988 if ( sb->sb_timeout_net ) {
1989 tv.tv_sec = sb->sb_timeout_net;
1994 if ( sb
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dabandon.c130 Sockbuf *sb; local
265 sb = lr->lr_conn->lconn_sb;
267 sb = ld->ld_sb;
270 if ( ber_flush2( sb, ber, LBER_FLUSH_FREE_ALWAYS ) != 0 ) {
H A Dldap-tls.h39 typedef int (TI_session_upflags)(Sockbuf *sb, tls_session *s, int rc);
/macosx-10.10/bootp-298/bootplib/
H A Dnbsp.c179 struct stat sb; local
199 if (lstat(sharelink, &sb) < 0) {
202 if ((sb.st_mode & S_IFLNK) == 0) {
205 if (stat(sharelink, &sb) < 0) {
/macosx-10.10/file_cmds-242/pax/
H A Dgen_subs.c117 sbp = &(arcn->sb);
190 if ((arcn->sb.st_mtime + SIXMONTHS) <= time(NULL))
199 localtime(&(arcn->sb.st_mtime))) == 0)
201 strmode(arcn->sb.st_mode, f_mode);
H A Dpax.h108 struct stat sb; /* stat buffer see stat(2) */ member in struct:__anon8933
/macosx-10.10/lsof-53/lsof/tests/
H A DLTdnlc.c119 struct stat sb; /* CWD stat(2) results */ local
181 if (stat(cwd, &sb)) {
187 if ((em = ConvStatDev(&sb.st_dev, &cwddc)))
189 (void) snprintf(ibuf, sizeof(ibuf) - 1, "%u", (unsigned int)sb.st_ino);
/macosx-10.10/ntp-92/libopts/
H A Dtext_mmap.c112 struct stat sb; local
113 if (stat( pzFile, &sb ) != 0) {
118 if (! S_ISREG( sb.st_mode )) {
123 pMI->txt_size = sb.st_size;
/macosx-10.10/ntp-92/sntp/libopts/
H A Dtext_mmap.c112 struct stat sb; local
113 if (stat( pzFile, &sb ) != 0) {
118 if (! S_ISREG( sb.st_mode )) {
123 pMI->txt_size = sb.st_size;

Completed in 308 milliseconds

1234567891011>>