Searched refs:sbuf (Results 126 - 150 of 151) sorted by relevance

1234567

/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_vnops.c4653 char sbuf[64], *s; local
4692 s = sbuf;
4693 slen = sizeof(sbuf);
4815 if (s && (s != sbuf))
4987 char sbuf[64], *s = sbuf; local
4988 uint32_t ace_type, ace_flags, ace_mask, len, slen = sizeof(sbuf);
5154 if (s && (s != sbuf))
5245 char sbuf[64], *s = sbuf; local
6938 char sbuf[64], *s; local
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dclientloop.c386 struct stat sbuf; local
389 if (0 == stat(path, &sbuf)) {
396 if (0 == stat(path, &sbuf)) {
H A Dchannels.c3572 struct stat sbuf; local
3576 if (0 == stat(path, &sbuf)) {
3583 if (0 == stat(path, &sbuf)) {
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-bpf.c1291 struct stat sbuf; local
1329 rc = stat(BPF_NODE "0", &sbuf);
1337 if (rc == -1 || getmajor(sbuf.st_rdev) != major) {
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dauth.c2532 struct stat sbuf; local
2534 if (fstat(fileno(f), &sbuf) < 0) {
2536 } else if ((sbuf.st_mode & (S_IRWXG | S_IRWXO)) != 0) {
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_base.c944 const char *element, struct sbuf *sb)
951 int (*mpo_externalize)(struct label *, char *, struct sbuf *);
1027 * XXX This may be leaking an sbuf.
1036 struct sbuf sb;
1055 /* get an sbuf */
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecPolicyServer.c559 CFStringInlineBuffer hbuf, sbuf; local
565 CFStringInitInlineBuffer(servername, &sbuf, srange);
568 UniChar hch, sch = CFStringGetCharacterFromInlineBuffer(&sbuf, six);
588 sch = CFStringGetCharacterFromInlineBuffer(&sbuf, ++six);
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dcommon.h582 char const *code_timespec (struct timespec ts, char *sbuf);
H A Dxheader.c964 char sbuf[UINTMAX_STRSIZE_BOUND];
965 xheader_print (xhdr, keyword, umaxtostr (value, sbuf));
959 char sbuf[UINTMAX_STRSIZE_BOUND]; local
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c2563 char sbuf[256]; local
2567 snprintf(sbuf, sizeof(sbuf), "0x%x,0x%x(%dx%d)",
2572 asl_set(msg, kMsgTracerKeySignature, sbuf);
2575 && IODisplayEDIDName((EDID *) CFDataGetBytePtr(edidData), sbuf))
2577 asl_set(msg, kMsgTracerKeySignature2, sbuf);
2583 if (kIOReturnSuccess == IORegistryEntryGetName(regEntry, sbuf))
2585 asl_set(msg, kMsgTracerKeySignature3, sbuf);
H A DIODisplayLib.c557 char sbuf[ 128 ]; local
560 if( IODisplayEDIDName(edid, sbuf))
561 name = sbuf;
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dexec.c5008 char sbuf[PATH_MAX], **cp; local
5019 sprintf(sbuf, "%s/%s", *cp, s);
5021 strcpy(sbuf, s);
5022 if (cancd2(sbuf)) {
5024 return dupstring(sbuf);
H A Dutils.c678 struct stat sbuf, tbuf; local
680 if (stat(unmeta(s), &sbuf) == 0 && stat(".", &tbuf) == 0)
681 if (sbuf.st_dev == tbuf.st_dev && sbuf.st_ino == tbuf.st_ino)
6023 struct stat sbuf; local
6048 stat(".", &sbuf);
6049 if (sbuf.st_ino != d->ino || sbuf.st_dev != d->dev)
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dntlm.c1117 unsigned char hbuf[SMB_HDR_SIZE], sbuf[SMB_SESSION_SETUP_SIZE], *p; local
1163 load_session_setup(sbuf, &setup);
1179 iov[n].iov_base = sbuf;
/macosx-10.10.1/less-25/less/
H A Dscreen.c1158 static char sbuf[TERMSBUF_SIZE];
1229 sp = sbuf;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcp.c1208 uint8* sbuf = scanline; local
1219 *bp = *sbuf++, bp += spp;
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c933 struct stat sbuf; local
947 fstat(fd, &sbuf);
948 shmem_old_size = sbuf.st_size;
950 shmem_old = emalloc((unsigned) sbuf.st_size);
/macosx-10.10.1/ruby-106/ruby/
H A Dfile.c3440 struct stat sbuf; local
3444 ret = stat(RSTRING_PTR(testpath2), &sbuf);
3446 ret = lstat(RSTRING_PTR(testpath2), &sbuf);
3460 if (S_ISLNK(sbuf.st_mode)) {
H A Dio.c573 struct stat sbuf; local
574 if (fstat(fd, &sbuf) < 0)
576 return S_ISSOCK(sbuf.st_mode);
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dconfigure5420 struct stat sbuf;
5424 return lstat ("conftest.sym/", &sbuf) == 0;
5507 struct stat sbuf;
5508 return stat ("", &sbuf) == 0;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c3620 struct stat sbuf; /* result of fstat */
3627 if (fstat (fd, &sbuf) < 0
3628 || (sbuf.st_mode & S_IFMT) != S_IFDIR
3594 struct stat sbuf; /* result of fstat */ local
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dschema_init.c4039 char sbuf[STRLENOF("YYYYmmddHHMMSSZ") + 1]; local
4060 tu2.bv_val = sbuf;
4061 tu2.bv_len = sizeof( sbuf );
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dwin32.c1782 struct stati64 sbuf; local
1794 if (wstati64(wpath, &sbuf) < 0) {
1797 if (!(sbuf.st_mode & S_IFDIR) &&
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_subr.c1269 char sbuf[MAX_IPv6_STR_LEN]; local
1276 (void *)&SIN6(sa)->sin6_addr), sbuf, sizeof (sbuf)),
/macosx-10.10.1/gnutar-453/gnutar/
H A Dconfigure16194 struct stat sbuf;
16203 && lstat (file, &sbuf) == 0
16204 && sbuf.st_atime == timeval[0].tv_sec
16205 && sbuf.st_mtime == timeval[1].tv_sec);
16215 && lstat (file, &sbuf) == 0
16216 && now - sbuf.st_atime <= 2
16217 && now - sbuf.st_mtime <= 2);
23332 struct stat sbuf;
23336 return lstat ("conftest.sym/", &sbuf) == 0;
[all...]

Completed in 688 milliseconds

1234567