Home
last modified time | relevance | path

Searched refs:txt (Results 51 – 75 of 128) sorted by relevance

123456

/illumos-gate/usr/src/data/zoneinfo/
H A DREADME.illumos37 $ cp zone.tab $CODEMGR_WS/usr/src/data/zoneinfo/zone.tab.txt
46 $ vimdiff zone.tab.txt zone_sun.tab
49 diff zone.tab.txt' and see what changed and fix zone_sun.tab
55 *** The upstream zone.tab.txt is not always completely in alphabetical order.
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/test/
H A DMakefile88 %.mnmc: %.txt
89 $(MKMNMCSTBL) mnemonics.txt < ../util/$< > $@
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dselect5.test23 set fd [open data1.txt w]
31 COPY t1 FROM 'data1.txt'
33 file delete data1.txt
H A Ddelete.test156 set fd [open data1.txt w]
162 execsql {COPY table1 FROM 'data1.txt'}
164 execsql {COPY table2 FROM 'data1.txt'}
165 file delete data1.txt
H A Dselect3.test24 set fd [open data1.txt w]
32 COPY t1 FROM 'data1.txt'
34 file delete data1.txt
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c230 fromleft(char *p, size_t avail, char *attrname, size_t attrlen, char *txt, in fromleft() argument
243 txt += txtlen - (avail - ELLIPSIS_SIZE); in fromleft()
244 (void) memcpy(p + ELLIPSIS_SIZE, txt, avail - ELLIPSIS_SIZE); in fromleft()
248 (void) memcpy(p, txt, txtlen); in fromleft()
257 fromright(char *p, size_t avail, char *attrname, size_t attrlen, char *txt, in fromright() argument
269 (void) memcpy(p, txt, avail - ELLIPSIS_SIZE); in fromright()
275 (void) memcpy(p, txt, txtlen); in fromright()
/illumos-gate/usr/src/lib/libsecdb/
H A DMakefile84 ${ATTR_FILES}: $$@.txt ${CLASS_SCR_SRC_DIR}/i.rbac
86 $(ECHO) $@.txt $@ | $(SHELL) ${CLASS_SCR_SRC_DIR}/i.rbac
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c59 char *txt; in sbd_err_log() local
76 txt = tp->t_text[ep->e_code - tp->t_base]; in sbd_err_log()
79 txt = buf; in sbd_err_log()
82 cmn_err(ce, fmt, txt, ep->e_rsc); in sbd_err_log()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c59 char *txt; in sbd_err_log() local
76 txt = tp->t_text[ep->e_code - tp->t_base]; in sbd_err_log()
79 txt = buf; in sbd_err_log()
82 cmn_err(ce, fmt, txt, ep->e_rsc); in sbd_err_log()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dinputred.ok1 -1.txt
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-smbsrvtest.p5m27 file path=opt/smbsrv-tests/include/smbtor-excl-rpc.txt mode=0444
28 file path=opt/smbsrv-tests/include/smbtor-excl-smb2.txt mode=0444
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_rollback_001_neg.ksh55 if [ ! -e /$TESTDIR/file.txt ]
/illumos-gate/usr/src/data/locale/
H A DREADME.txt5 with UnicodeData.txt for the given Unicode version obtained from
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mmp/
H A Dsetup.ksh34 SunOS) hostid >/var/tmp/zfs_test_hostid.txt
/illumos-gate/usr/src/test/zfs-tests/tests/functional/privilege/
H A Dprivilege_001_pos.ksh62 ZFS_USER=$(cat /tmp/zfs-privs-test-user.txt)
H A Dprivilege_002_pos.ksh65 ZFS_USER=$(cat /tmp/zfs-privs-test-user.txt)
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog426 - Updated win32/README-WIN32.txt [Rowe]
433 - Put new README-WIN32.txt in win32 [Rowe]
702 doc/txtvsbin.txt [Truta]
703 - Add rfc1950.txt, rfc1951.txt and rfc1952.txt to doc/ [Truta]
704 - Move algorithm.txt into doc/ [Truta]
809 - Update win32/DLL_FAQ.txt [Truta]
822 - Update win32/DLL_FAQ.txt [Truta]
846 - Update win32/DLL_FAQ.txt [Truta]
876 - Update win32/DLL_FAQ.txt [Truta]
921 - Move contrib/zlib_dll_FAQ.txt to win32/DLL_FAQ.txt; update [Truta]
[all …]
/illumos-gate/usr/src/test/smbsrv-tests/tests/smbtorture/
H A Drunst-rpc.ksh22 excl_file=$SMBSRV_TESTS/include/smbtor-excl-rpc.txt
H A Drunst-smb2.ksh22 excl_file=$SMBSRV_TESTS/include/smbtor-excl-smb2.txt
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsmatch.txt50 and a combined smatch_warns.txt file with all the warnings.
70 CC=~/progs/smatch/devel/smatch/cgcc | tee smatch_warns.txt
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh165 do txt=$1
173 …then err_exit "${TEST_shell/*-c/\$SHELL -c} ${TEST_unset:+unset }${TEST_fork:+fork }$txt print fai…
177 …err_exit "${TEST_shell/*-c/\$SHELL -c} ${TEST_unset:+unset }${TEST_fork:+fork }$txt command substi…
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c252 adutils_txtsid2hexbinsid(const char *txt, const uint32_t *rid, in adutils_txtsid2hexbinsid() argument
264 if (strncmp(txt, "S-1-", strlen("S-1-")) != 0) in adutils_txtsid2hexbinsid()
267 if (strlen(txt) < (strlen("S-1-") + 1)) in adutils_txtsid2hexbinsid()
271 for (j = 0, cp = strchr(txt, '-'); in adutils_txtsid2hexbinsid()
292 if (strspn(txt + 1, "0123456789-") < (strlen(txt) - 1)) in adutils_txtsid2hexbinsid()
295 cp = txt + strlen("S-1-"); in adutils_txtsid2hexbinsid()
H A Dlibadutils.h165 extern int adutils_txtsid2hexbinsid(const char *txt,
/illumos-gate/usr/src/lib/libbsm/
H A Dmkhdr.sh27 DATABASE=audit_event.txt
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgadmin.sh162 while read -r num txt

123456