HomeSort by relevance Sort by last modified time
    Searched defs:st (Results 201 - 225 of 577) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/elfutils/src/
strings.c 167 struct stat64 st; local
174 fstat64 (STDOUT_FILENO, &st) == 0
175 ? st.st_size : INT64_C (0x7fffffffffffffff));
189 int fstat_fail = fstat64 (fd, &st);
191 ? INT64_C (0x7fffffffffffffff) : st.st_size);
197 || !S_ISREG (st.st_mode)
  /external/grub/lib/
device.c 233 struct stat st; local
251 if (! fstat (fd, &st) && st.st_size)
252 geom->total_sectors = st.st_size >> SECTOR_BITS;
271 struct stat st; local
273 dev_devfsd_exists = stat ("/dev/.devfsd", &st) == 0;
459 struct stat st;
461 if (fstat (fileno (fp), &st))
466 if (S_ISBLK (st.st_mode)
467 && MAJOR (st.st_rdev) != FLOPPY_MAJO
685 struct stat st; local
833 struct stat st; local
    [all...]
  /external/icu4c/tools/toolutil/
ppucd.cpp 497 uint32_t st, e; local
498 u_parseCodePointRange(s, &st, &e, &errorCode);
505 start=(UChar32)st;
toolutil.cpp 182 struct stat st; local
184 if(stat(pathname,&st) != 0)
201 struct stat st;
203 if(stat(pathname,&st) != 0)
207 return st.st_mtime;
  /external/iproute2/tc/
tc_util.c 547 struct tc_stats st; local
550 memset(&st, 0, sizeof(st));
551 memcpy(&st, RTA_DATA(tb[TCA_STATS]), MIN(RTA_PAYLOAD(tb[TCA_STATS]), sizeof(st)));
554 prefix, (unsigned long long)st.bytes, st.packets, st.drops,
555 st.overlimits);
557 if (st.bps || st.pps || st.qlen || st.backlog)
    [all...]
  /external/jdiff/src/jdiff/
Diff.java 65 StringTokenizer st = new StringTokenizer(doc, delimiters, true); local
69 while (st.hasMoreTokens()) {
70 String tok = st.nextToken();
74 if (st.hasMoreTokens()) {
76 tok = st.nextToken();
    [all...]
  /external/jhead/
main.c 94 struct stat st; local
95 if (stat(FileName, &st) >= 0) {
96 ImageInfo.FileDateTime = st.st_mtime;
97 ImageInfo.FileSize = st.st_size;
  /external/libppp/src/
ether.c 681 struct stat st; local
683 if (fstat(p->fd, &st) != -1 && (st.st_mode & S_IFSOCK)) {
  /external/linux-tools-perf/
perf.c 269 struct stat st; local
293 if (fstat(fileno(stdout), &st))
296 if (S_ISFIFO(st.st_mode) || S_ISSOCK(st.st_mode))
  /external/linux-tools-perf/util/
help.c 113 struct stat st; local
115 if (stat(name, &st) || /* stat, not lstat */
116 !S_ISREG(st.st_mode))
119 return st.st_mode & S_IXUSR;
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 177 // to the listener (tx == INVITE ST, terminated upon sending
206 SIPServerTransaction st = (SIPServerTransaction) eventWrapper.transaction; local
207 sipStack.putPendingTransaction(st);
  /external/openssh/
auth.c 97 struct stat st; local
164 if (stat(shell, &st) != 0) {
170 if (S_ISREG(st.st_mode) == 0 ||
171 (st.st_mode & (S_IXOTH|S_IXUSR|S_IXGRP)) == 0) {
371 struct stat st; local
381 (stat(user_hostfile, &st) == 0) &&
382 ((st.st_uid != 0 && st.st_uid != pw->pw_uid) ||
383 (st.st_mode & 022) != 0)) {
432 struct stat st; local
494 struct stat st; local
    [all...]
authfile.c 326 struct stat st; local
328 if (fstat(fd, &st) < 0) {
335 if ((st.st_mode & (S_IFSOCK|S_IFCHR|S_IFIFO)) == 0 &&
336 st.st_size > MAX_KEY_FILE_SIZE) {
363 if ((st.st_mode & (S_IFSOCK|S_IFCHR|S_IFIFO)) == 0 &&
364 st.st_size != buffer_len(blob)) {
615 struct stat st; local
617 if (fstat(fd, &st) < 0)
627 if ((st.st_uid == getuid()) && (st.st_mode & 077) != 0)
    [all...]
ssh-add.c 455 struct stat st; local
468 if (stat(buf, &st) < 0)
  /external/openssh/openbsd-compat/
port-aix.c 241 struct stat st; local
261 if (result == -1 && errno == EPERM && stat(_PATH_NOLOGIN, &st) == 0)
  /external/openssl/crypto/x509/
by_dir.c 399 struct stat st; local
400 if (stat(b->data,&st) < 0)
  /external/oprofile/libutil++/
op_bfd.cpp 110 struct stat st; local
137 if (fstat(fd, &st)) {
143 file_size = st.st_size;
  /external/qemu/android/utils/
path.c 233 struct stat st; local
237 CHECKED(ret, stat(path, &st));
241 return S_ISREG(st.st_mode);
250 struct stat st; local
254 CHECKED(ret, stat(path, &st));
258 return S_ISDIR(st.st_mode);
412 struct stat st;
414 CHECKED(ret, stat(path, &st));
416 *psize = (uint64_t) st.st_size;
timezone.c 177 struct stat st; local
182 if ( stat( path, &st ) < 0 ) {
187 if ( st.st_size != scan->localtime_st.st_size ) {
188 D( " size mistmatch (%zd != %zd)\n", (size_t)st.st_size, (size_t)scan->localtime_st.st_size );
206 for (nn = 0; nn < st.st_size; nn++) {
220 result = (nn == st.st_size);
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc 17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
461 ButtonState st = e->state(); local
462 if( (st & ShiftButton) ) { keysym.mod = static_cast<SDLMod>(keysym.mod | KMOD_LSHIFT); }
463 if( (st & ControlButton) ) { keysym.mod = static_cast<SDLMod>(keysym.mod | KMOD_LCTRL); }
464 if( (st & AltButton) ) { keysym.mod = static_cast<SDLMod>(keysym.mod | KMOD_LALT); }
  /external/quake/quake/src/QW/client/
cl_cam.c 125 char st[40]; local
127 sprintf(st, "ptrack %i", playernum);
129 MSG_WriteString (&cls.netchan.message, st);
r_misc.c 215 char st[80]; local
236 sprintf(st, "%3i%% packet loss", lost);
237 Draw_String(8, y2, st);
  /external/quake/quake/src/QW/server/
pr_exec.c 365 dstatement_t *st; local
394 st = &pr_statements[s];
395 a = (eval_t *)&pr_globals[st->a];
396 b = (eval_t *)&pr_globals[st->b];
397 c = (eval_t *)&pr_globals[st->c];
406 PR_PrintStatement (st);
408 switch (st->op)
599 s += st->b - 1; // offset the s++
604 s += st->b - 1; // offset the s++
608 s += st->a - 1; // offset the s+
    [all...]
  /external/smack/src/org/xbill/DNS/
APLRecord.java 174 rdataFromString(Tokenizer st, Name origin) throws IOException {
177 Tokenizer.Token t = st.get();
193 throw st.exception("invalid address prefix element");
196 throw st.exception("invalid address prefix element");
206 throw st.exception("invalid family");
209 throw st.exception("unknown family");
215 throw st.exception("invalid prefix length");
219 throw st.exception("invalid prefix length");
224 throw st.exception("invalid IP address " +
230 st.unget()
    [all...]
LOCRecord.java 94 parsePosition(Tokenizer st, String type) throws IOException {
101 deg = st.getUInt16();
103 throw st.exception("Invalid LOC " + type + " degrees");
105 s = st.getString();
109 throw st.exception("Invalid LOC " + type + " minutes");
110 s = st.getString();
113 throw st.exception("Invalid LOC " + type + " seconds");
114 s = st.getString();
119 throw st.exception("Invalid LOC " + type);
127 throw st.exception("Invalid LOC " + type)
    [all...]

Completed in 1171 milliseconds

1 2 3 4 5 6 7 891011>>