/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | nameref.sh | 98 then err_exit "typeset +n doesn't list names of reference variables" 101 then err_exit "typeset +n doesn't list values of reference variables" 117 then err_exit "reference variable not cleared" 122 } 2> /dev/null && err_exit "self reference not detected" 138 foobar 2> /dev/null || err_exit 'nameref not unsetting previous reference' 202 [[ $(selfref ps) == *a=1* ]] || err_exit 'local nameref cannot reference global variable of the same name' 208 [[ $(subref ps) == 1 ]] || err_exit 'local nameref cannot reference global variable child' 213 [[ $(subref ps) == 3 ]] || err_exit 'local nameref cannot reference caller compound variable' 243 [[ $i == 4 ]] || err_exit 'creating reference from subscripted variable whose name is a reference faile [all...] |
/titanic_51/usr/src/uts/common/tnf/ |
H A D | tnf_writer.c | 353 * Generic tnf reference - does checking on whether destination is 361 tnf_ref32_1(tnf_ops_t *ops, tnf_record_p item, tnf_record_p reference) in tnf_ref32_1() argument 375 /* reference to a permanent block */ in tnf_ref32_1() 381 /* reference to a reclaimable block */ in tnf_ref32_1() 383 offset_delta = (tnf_ref32_t)(item - reference); in tnf_ref32_1() 386 ((uintptr_t)reference & TNF_BLOCK_MASK); in tnf_ref32_1() 399 tnf_ref32_1(tnf_ops_t *ops, tnf_record_p item, tnf_record_p reference) in tnf_ref32_1() argument 414 /* reference to a permanent block */ in tnf_ref32_1() 420 /* reference to a reclaimable block */ in tnf_ref32_1() 422 offset_delta = (tnf_ref32_t)(item - reference); in tnf_ref32_1() 726 tnf_string_1(tnf_ops_t * ops,const char * string,tnf_record_p reference,tnf_tag_data_t * tag_data) tnf_string_1() argument 768 tnf_string_array_1(tnf_ops_t * ops,char ** strings,tnf_record_p reference,tnf_tag_data_t * tag_data) tnf_string_array_1() argument 812 tnf_tag_element_1(tnf_ops_t * ops,tnf_tag_data_t ** tag_data_p,tnf_record_p reference,tnf_tag_data_t * aux_tag_data) tnf_tag_element_1() argument 839 tnf_tag_array_1(tnf_ops_t * ops,tnf_tag_data_t *** tag_data_array,tnf_record_p reference,tnf_tag_data_t * tag_data) tnf_tag_array_1() argument 885 tnf_tag_properties_1(tnf_ops_t * ops,tnf_tag_data_t **** tag_data_array,tnf_record_p reference,tnf_tag_data_t * tag_data) tnf_tag_properties_1() argument [all...] |
H A D | tnf_trace.c | 188 tnf_record_p reference, tnf_tag_data_t *tag_data) in tnf_opaque_array_1() argument 222 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference)); in tnf_opaque_array_1() 229 tnf_record_p reference, tnf_tag_data_t *tag_data) in tnf_opaque32_array_1() argument 263 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference)); in tnf_opaque32_array_1()
|
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | nameref.sh | 310 [[ -R zip ]] || err_exit '[[ -R zip ]] should detect that zip is a reference' 311 [[ -R bam ]] || err_exit '[[ -R bam ]] should detect that bam is a reference' 314 [[ -R 123 ]] && err_exit '[[ -R 123 ]] should detect that 123 is not a reference' 326 foobar 2> /dev/null && err_exit 'invalid reference should cause foobar to fail' 353 [[ ${!y.@} == 'x[a].b' ]] || err_exit 'reference to array element not expanded with ${!y.@}' 358 …> /dev/null || err_exit 'patterns with quotes not handled correctly with name reference assignment'
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | tnf_probe.h | 174 tnf_record_p reference) \ 195 return (tnf_ref32(ops, (tnf_record_p) buffer, reference)); \ 236 tnf_record_p reference) \ 259 return (tnf_ref32(ops, (tnf_record_p) buffer, reference)); \ 303 tnf_record_p reference) \ 328 return (tnf_ref32(ops, (tnf_record_p) buffer, reference)); \ 375 tnf_record_p reference) \ 402 return (tnf_ref32(ops, (tnf_record_p) buffer, reference)); \ 452 tnf_record_p reference) \ 481 return (tnf_ref32(ops, (tnf_record_p) buffer, reference)); \ [all...] |
/titanic_51/usr/src/cmd/backup/dump/ |
H A D | lint.sed | 29 /dumpitime.c",.*reference to deallocated memory/d 30 /dumpitime.c",.*reference using a NULL pointer/d
|
/titanic_51/usr/src/lib/libsqlite/test/ |
H A D | attach.test | 509 } {1 {trigger r5 cannot reference objects in database orig}} 517 } {1 {trigger r5 cannot reference objects in database temp}} 524 } {1 {trigger r5 cannot reference objects in database temp}} 531 } {1 {trigger r5 cannot reference objects in database temp}} 538 } {1 {trigger r5 cannot reference objects in database temp}} 545 } {1 {trigger r5 cannot reference objects in database temp}} 552 } {1 {trigger r5 cannot reference objects in database temp}} 559 } {1 {trigger r5 cannot reference objects in database temp}}
|
H A D | conflict.test | 36 # i The reference number of the test 94 # i The reference number of the test 152 # i The reference number of the test 206 # i The reference number of the test 265 # i The reference number of the test 333 # i The reference number of the test
|
/titanic_51/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | CREDITS | 9 code as reference.
|
/titanic_51/usr/src/cmd/fs.d/smbclnt/ |
H A D | CREDITS | 9 code as reference.
|
/titanic_51/usr/src/lib/libshell/common/features/ |
H A D | externs | 9 reference unistd.h
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/features/ |
H A D | externs | 9 reference unistd.h
|
/titanic_51/usr/src/prototypes/ |
H A D | README | 3 following text in the public domain, which should be used to reference the
|
/titanic_51/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 44 # TRANSLATION_NOTE - Use the following output in the C locale as reference 1. 73 # TRANSLATION_NOTE - End of reference 1 76 # TRANSLATION_NOTE - Use the following output in the C locale as reference 2. 101 # reference thread id 1. 165 @ MSG_USE_R2_W " reference thread id 1." 167 # TRANSLATION_NOTE - End of reference 2 170 # TRANSLATION_NOTE - Use the following output in the C locale as reference 3. 227 # TRANSLATION_NOTE - End of reference 3 230 # TRANSLATION_NOTE - Use the following output in the C locale as reference 4. 296 # TRANSLATION_NOTE - End of reference [all...] |
/titanic_51/usr/src/boot/sys/boot/arm/at91/ |
H A D | linker.cfg | 17 * owners. This software is not copyrighted and is intended for reference
|
/titanic_51/usr/src/lib/libwrap/ |
H A D | mapfile-vers | 21 # Linker mapfile that allows the dynamic library to reference some symbols
|
/titanic_51/usr/src/cmd/sendmail/cf/domain/ |
H A D | generic.m4 | 19 # .mc files and change `DOMAIN(generic)' to reference your updated domain
|
/titanic_51/usr/src/uts/common/fs/zfs/sys/ |
H A D | refcount.h | 38 * If the reference is held only by the calling function and not any 40 * Otherwise, use the object that holds the reference. 45 typedef struct reference { struct 50 ref_removedreference global() argument
|
/titanic_51/usr/src/uts/common/smbsrv/ndl/ |
H A D | ndrtypes.ndl | 51 #define REFERENCE [reference] 52 #define REF [reference]
|
/titanic_51/usr/src/boot/sys/boot/arm/at91/boot0/ |
H A D | linker.cfg | 17 * owners. This software is not copyrighted and is intended for reference
|
/titanic_51/usr/src/grub/ |
H A D | menu.lst | 7 # This reference copy of the file is not used.
|
/titanic_51/usr/src/tools/scripts/ |
H A D | its.reg | 34 # reference should be inferred from this ordering. Applications 58 # A URL to resolve reference to a unique key. See NOTES below.
|
/titanic_51/usr/src/pkg/ |
H A D | proto_list_ihv_i386 | 31 # reference (typically the gate's) proto list.
|
/titanic_51/usr/src/common/bignum/ |
H A D | README | 38 We keep the .c file around for future reference.
|
/titanic_51/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.msg | 111 @ MSG_ERR_RELBADSYMNDX "%s: bad symbol reference %d: from relocation \ 113 @ MSG_ERR_HSBADSYMNDX "%s: bad symbol reference %d: from hash entry: %d\n" 114 @ MSG_ERR_BADSYMXINDEX1 "%s: %s: index[%d]: invalid SHN_XINDEX reference: \ 117 @ MSG_ERR_BADSYMXINDEX2 "%s: %s: index[%d]: invalid SHN_XINDEX reference: \ 119 @ MSG_ERR_BADSYMXINDEX3 "%s: %s: index[%d]: invalid SHN_XINDEX reference: \ 240 @ MSG_ERR_CHBADSYMNDX "%s: bad symbol reference %d: from capability chain: \
|