Searched defs:st (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/tests/
H A Dsymtab_test.c51 isc_symtab_t *st = NULL; local
61 result = isc_symtab_create(mctx, 3, undefine, NULL, ISC_FALSE, &st);
63 ATF_REQUIRE(st != NULL);
79 result = isc_symtab_define(st, key, 1, value, policy);
96 result = isc_symtab_define(st, key, 1, value, policy);
108 result = isc_symtab_lookup(st, str, 0, &value);
120 result = isc_symtab_undefine(st, str, 1);
131 result = isc_symtab_lookup(st, str, 0, &value);
135 isc_symtab_destroy(&st);
/bind-9.6-ESV-R11/bin/tests/
H A Dsym_test.c30 isc_symtab_t *st; variable
72 case_sensitive, &st) == ISC_R_SUCCESS);
85 result = isc_symtab_undefine(st, cp, 1);
94 result = isc_symtab_lookup(st, key, 0, &value);
108 result = isc_symtab_define(st, key, 1, value,
122 isc_symtab_destroy(&st);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dtime.c258 SYSTEMTIME st; local
266 FileTimeToSystemTime(&localft, &st)) {
267 GetDateFormat(LOCALE_USER_DEFAULT, 0, &st, "dd-MMM-yyyy",
270 TIME_FORCE24HOURFORMAT, &st, NULL, TimeBuf, 50);
273 st.wMilliseconds);
281 SYSTEMTIME st; local
288 if (FileTimeToSystemTime(&t->absolute, &st)) {
289 GetDateFormat(LOCALE_USER_DEFAULT, 0, &st,
293 &st, "hh':'mm':'ss", TimeBuf, 50);
303 SYSTEMTIME st; local
[all...]
/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c383 struct stat st; local
388 return ( stat (name, &st) == 0 && S_ISDIR (st.st_mode) );
398 struct stat st; local
399 return ( stat (name, &st) == 0 && S_ISREG (st.st_mode) );
409 struct stat st; local
410 if ( stat (name, &st) == -1 )
412 return ( st.st_size );
664 struct stat st; local
683 struct stat st; local
[all...]
H A Ddki.c293 struct stat st; local
351 if ( fstat (fileno(fp), &st) )
357 dkp->time = st.st_mtime;
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.c550 atf_fs_stat_init(atf_fs_stat_t *st, const atf_fs_path_t *p) argument
555 if (lstat(pstr, &st->m_sb) == -1) {
559 int type = st->m_sb.st_mode & S_IFMT;
562 case S_IFBLK: st->m_type = atf_fs_stat_blk_type; break;
563 case S_IFCHR: st->m_type = atf_fs_stat_chr_type; break;
564 case S_IFDIR: st->m_type = atf_fs_stat_dir_type; break;
565 case S_IFIFO: st->m_type = atf_fs_stat_fifo_type; break;
566 case S_IFLNK: st->m_type = atf_fs_stat_lnk_type; break;
567 case S_IFREG: st->m_type = atf_fs_stat_reg_type; break;
568 case S_IFSOCK: st
597 atf_fs_stat_get_device(const atf_fs_stat_t *st) argument
603 atf_fs_stat_get_inode(const atf_fs_stat_t *st) argument
609 atf_fs_stat_get_mode(const atf_fs_stat_t *st) argument
615 atf_fs_stat_get_size(const atf_fs_stat_t *st) argument
621 atf_fs_stat_get_type(const atf_fs_stat_t *st) argument
627 atf_fs_stat_is_owner_readable(const atf_fs_stat_t *st) argument
633 atf_fs_stat_is_owner_writable(const atf_fs_stat_t *st) argument
639 atf_fs_stat_is_owner_executable(const atf_fs_stat_t *st) argument
645 atf_fs_stat_is_group_readable(const atf_fs_stat_t *st) argument
651 atf_fs_stat_is_group_writable(const atf_fs_stat_t *st) argument
657 atf_fs_stat_is_group_executable(const atf_fs_stat_t *st) argument
663 atf_fs_stat_is_other_readable(const atf_fs_stat_t *st) argument
669 atf_fs_stat_is_other_writable(const atf_fs_stat_t *st) argument
675 atf_fs_stat_is_other_executable(const atf_fs_stat_t *st) argument
698 struct stat st; local
[all...]
H A Dfs_test.c442 atf_fs_stat_t st; local
448 RE(atf_fs_stat_init(&st, &p));
449 ATF_CHECK_EQ(0400, atf_fs_stat_get_mode(&st));
450 atf_fs_stat_fini(&st);
454 RE(atf_fs_stat_init(&st, &p));
455 ATF_CHECK_EQ(0644, atf_fs_stat_get_mode(&st));
456 atf_fs_stat_fini(&st);
469 atf_fs_stat_t st; local
475 RE(atf_fs_stat_init(&st, &p));
476 ATF_REQUIRE_EQ(atf_fs_stat_get_type(&st), atf_fs_stat_dir_typ
495 atf_fs_stat_t st; local
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dmessage.c1822 isc_buffer_t st; /* for rollbacks */ local
1871 st = *(msg->buffer);
1902 INSIST(st.used < 65536);
1904 (isc_uint16_t)st.used);
1905 *(msg->buffer) = st; /* rollback */
1940 st = *(msg->buffer);
1986 INSIST(st.used < 65536);
1988 (isc_uint16_t)st.used);
1989 *(msg->buffer) = st; /* rollback */
H A Drdata.c486 isc_buffer_t st; local
503 st = *target;
525 length = isc_buffer_usedlength(target) - isc_buffer_usedlength(&st);
536 region.base = isc_buffer_used(&st);
543 *target = st;
555 isc_buffer_t st; local
568 st = *target;
581 *target = st;
662 isc_buffer_t st; local
683 st
894 isc_buffer_t st; local
[all...]

Completed in 60 milliseconds