/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_no_return.c | 22 static int returned; variable 29 returned = 1; in match_return() 38 if (!is_reachable() && !returned) in match_func_end() 40 returned = 0; in match_func_end()
|
H A D | check_readl_infinite_loops.c | 31 static int returned; variable 96 returned = 1; in match_return() 130 returned = 0; in before_loop() 144 if (returned) in after_loop()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/ |
H A D | Project.pod | 40 returned. If pool assignment fails, C<SETPROJ_ERR_POOL> is returned. If any 42 offset of the failed attribute assignment in the project database is returned. 59 C<\@users> and C<\@groups> are returned as arrays containing the appropriate 60 user or project lists. On end-of-file C<undef> is returned. 73 name. It returns a 6-element list as returned by C<getprojent()> if the entry 79 ID. It returns a 6-element list as returned by C<getprojent()> if the entry is
|
/illumos-gate/usr/src/lib/libsasl/ |
H A D | README | 40 that need to be i18n'ed. The first are the error strings returned by 41 sasl_errstring(), the second are the strings returned by sasl_errdetail(), 42 and third are the prompts returned to the client in sasl_interact_t or 43 in sasl_chalprompt_t. The error strings returned by sasl_errdetail() are
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 120 context and B<undef> is returned in the scalar context. 194 this function is called, the cookie returned by the lgroup interface might no 197 Upon successful completion, 1 is returned. Otherwise, B<undef> is returned and 214 returned and C<$!> is set. 227 the specified process or thread. Otherwise, B<undef> is returned and B<$!> is 248 returned: 265 In case of error B<undef> is returned in scalar context and B<$!> is set to 266 indicate the error. In list context the empty list is returned and B<$!> is set. 278 In case of error B<undef> or empty list is returned and B<$!> is set to indicate 291 In case of error B<undef> or empty list is returned and B<$!> is set to indicate [all …]
|
/illumos-gate/usr/src/lib/libdhcputil/ |
H A D | README.inittab | 195 the entries returned. The array is dynamically allocated, and the 196 number of items in the array is returned in the `n_entries' parameter. 211 where `inittab_ent' is an dhcp_symbol_t previously returned from 218 dhcp_symbol_t. For ITAB_SUCCESS to be returned, the entry passed in 234 returned from inittab_load() or inittab_getbyX(). 238 option is returned. The size of the resulting data returned is stored 240 only the payload of the option is returned (i.e., the option code and 241 option length is left off the returned data). To encode multiple 248 allocated string representing the option's value in ASCII is returned.
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | malloc.test | 63 if {!$v2} {puts "\nError message returned: $msg"} 108 if {!$v2} {puts "\nError message returned: $msg"} 150 if {!$v2} {puts "\nError message returned: $msg"} 186 if {!$v2} {puts "\nError message returned: $msg"} 220 if {!$v2} {puts "\nError message returned: $msg"}
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-3 | 481 This error is returned if a file name is requested which doesn't 485 This error is returned if a file requested is not a regular file, 489 This error is returned if the run-length decompression code gets an 493 This error is returned if the file header for a supposedly 497 This error is returned if the sanity checks on the integrity of the 501 This error is returned if the install command points to 507 This error is returned if the lowest address in a kernel is below 513 This error is returned if GRUB is told to execute the boot sequence 517 This error is returned if the boot attempt did not succeed for 521 This error is returned when the Multiboot features word in the [all …]
|
H A D | grub.texi | 2638 Override a TFTP server address returned by a BOOTP/DHCP/RARP server. The 3335 This error is returned if a file name is requested which doesn't fit the 3339 This error is returned if a file requested is not a regular file, but 3343 This error is returned if the run-length decompression code gets an 3347 This error is returned if the file header for a supposedly compressed 3351 This error is returned if the sanity checks on the integrity of the 3355 This error is returned if the install command points to incompatible 3361 This error is returned if the lowest address in a kernel is below the 3366 This error is returned if GRUB is told to execute the boot sequence 3370 This error is returned if the boot attempt did not succeed for reasons [all …]
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/ |
H A D | Task.pod | 32 is returned if the call succeeds. On failure -1 is returned.
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | print_audit.txt | 79 are used, no processing is done and EINVAL is returned. 86 both are used, no processing is done and EINVAL is returned. 130 Partial results may also be returned for these errors. 133 The following parameters are always returned:
|
/illumos-gate/usr/src/cmd/netfiles/ |
H A D | nss.dfl | 38 #SORT_ADDRS can be used to disable the sorting of addresses returned by 42 #functions. This is useful in case the order of addresses returned
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | nocast-vs-bitwise.md | 5 types, so a `__nocast int` type may be returned as a regular `int` 22 that you don't want to mistakenly/silently be returned as `int`, for
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_rx.c | 93 boolean_t returned = B_FALSE; in vmxnet3_put_rxpool_buf() local 103 returned = B_TRUE; in vmxnet3_put_rxpool_buf() 106 return (returned); in vmxnet3_put_rxpool_buf()
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 84 ** returned from sqlite_open() and the corresponding database will by closed. 426 ** is returned in the in the errmsg parameter of sqlite_open() when 466 ** Use the following routine to define the datatype returned by a 489 ** The second parameter to these routines is the result to be returned. 519 ** is allocated, zeroed, and returned. On subsequent calls (for the 520 ** same aggregate instance) the same buffer is returned. The implementation 521 ** of the aggregate can use the returned buffer to accumulate data. 637 ** On success, SQLITE_OK is returned. Otherwise and error code is returned. 681 ** SQLITE_MISUSE is returned if sqlite_step() is called incorrectly. 683 ** has halted (after a prior call to sqlite_step() has returned SQLITE_DONE) [all …]
|
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh | 152 …} \"\$@\"" dummy "${tc.wc_args[@]}" 2>&1)" || err_exit "${testname}: Command returned exit code $?"
|
H A D | sun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh | 147 …md} \"\$@\"" dummy "${cut_args[@]}" 2>&1)" || err_exit "${testname}: Command returned exit code $?"
|
H A D | sun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh | 141 …d} \"\$@\"" dummy "${join_args[@]}" 2>&1)" || err_exit "${testname}: Command returned exit code $?"
|
/illumos-gate/usr/src/lib/libc/sparcv9/crt/ |
H A D | __align_cpy_8.S | 79 mov %o0, %o5 ! Original target address is returned.
|
/illumos-gate/usr/src/boot/forth/ |
H A D | color.4th | 29 \ to NO, no, or 0. Otherwise, TRUE is returned.
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | dhcpagent.dfl | 138 # By default, the DHCP agent will not attempt to use a domain name returned 142 # the following parameter to indicate that a returned DHCPv4 DNSdmain or the 186 # on by the DHCP client or returned to users via the dhcpinfo(1) command.
|
/illumos-gate/usr/src/cmd/sendmail/lib/ |
H A D | aliases | 41 # Alias for mailer daemon; returned messages from our MAILER-DAEMON
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/ |
H A D | RELEASE | 29 02-08-30 dllfind.c: fix a bug that returned uninitialized value on not found
|
/illumos-gate/usr/src/lib/libcryptoutil/ |
H A D | README | 152 If successful, the result is returned from the ppliblist argument. 160 A NULL is returned when the input name is NULL or the heap memory is
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | generated_libdwarf.h.in | 1822 DIE traversed by dwarf_child is returned through *offset */ 2075 Dwarf_Sig8 * /*returned sig bytes*/, 2080 Dwarf_Sig8 * /*returned sig bytes*/, 2148 value returned through linecount_actuals will be 0. 2149 The actual version number is returned through version. 2150 For two-level line tables, the version returned will 2169 once on each linebuf returned by dwarf_srclines_two_level 2199 returned is zero this is a line table with no lines.*/ 2338 returned through the pointer is never negative. 3646 Actual value saved and returned is only 8 bits! Upper bits [all …]
|