Lines Matching refs:value

281 The value of this macro is an integer constant expression that
284 than this many streams, but that is not guaranteed. The value of this
287 value is determined by the @code{OPEN_MAX} parameter; @pxref{General
360 @var{stream} was opened to allow reading. In this case the return value
370 @var{stream} was opened to allow writing. In this case the return value
384 this case the return value is nonzero, otherwise it is zero.
397 this case the return value is nonzero, otherwise it is zero.
431 a value of @code{0} if the file was closed successfully, and @code{EOF}
458 function returns a value of @code{0} if all the files were closed
689 stream. The return value will be @code{FSETLOCKING_INTERNAL} or
693 The return value of @code{__fsetlocking} is either
778 a positive value the streams get wide oriented, for negative values
786 The @code{fwide} function returns a negative value, zero, or a positive
787 value if the stream is narrow, not at all, or wide oriented
815 /* @r{Positive return value means wide orientation.} */
864 @c value is stored, we may overwrite the interrupted write. Conversely,
943 @code{stdout} as the value of the @var{stream} argument.
950 @code{stdout} as the value of the @var{stream} argument.
978 a non-negative value.
1001 a non-negative value.
1060 These functions return an @code{int} or @code{wint_t} value (for narrow
1062 input, or the special value @code{EOF}/@code{WEOF} (usually -1). For
1066 @code{char} variable truncates its value to the size of a character, so
1081 the stream @var{stream} and returns its value, converted to an
1090 and returns its value. If an end-of-file condition or read error
1149 as the value of the @var{stream} argument.
1156 as the value of the @var{stream} argument.
1214 any @code{int} value could be a valid result. @code{getw} returns
1216 way to distinguish this from an input word with value -1.
1267 This value enables you to distinguish null characters that are part of
1316 Otherwise, the return value is the pointer @var{s}.
1339 Otherwise, the return value is the pointer @var{ws}.
1466 @code{EOF}. This lets you call @code{ungetc} with the return value of
1560 returns a value of zero (and doesn't read anything) if either @var{size}
1581 the array @var{data}, to the stream @var{stream}. The return value is
1582 normally @var{count}, if the call succeeds. Any other value indicates
1667 unsigned value in binary, octal, decimal, or hexadecimal radix
1669 character value (@samp{%c}).
1742 The value of @code{NL_ARGMAX} is the maximum value allowed for the
1744 actual value in effect at runtime can be retrieved by using
1765 value; if the normal conversion produces more characters than this, the
1771 next argument in the argument list (before the actual value to be
1772 printed) is used as the field width. The value must be an @code{int}.
1773 If the value is negative, this means to set the @samp{-} flag (see
1774 below) and to use the absolute value as the field width.
1784 argument in the argument list (before the actual value to be printed) is
1785 used as the precision. The value must be an @code{int}, and is ignored
1884 Print the value of a pointer. @xref{Other Output Conversions}.
1891 Print the string corresponding to the value of @code{errno}.
1932 plus sign if the value is positive.
1969 you convert a value of zero with an explicit precision of zero, then no
2107 Otherwise the value is unspecified; it is implementation dependent how many
2120 represent the value exactly.
2122 If the value to be printed represents infinity or a NaN, the output is
2172 it is treated like a value of @code{1}. If the value being printed
2174 value is rounded to the nearest number that fits.
2281 The @samp{%p} conversion prints a pointer value. The corresponding
2353 negative value if there was an output error.
2362 negative value if there was an output error.
2397 given in a conversion specification is only a @emph{minimum} value.
2413 The return value is the number of characters generated for the given
2415 provided buffer a negative value is returned. You should try again with
2437 The return value is the number of characters which would be generated
2438 for the given input, excluding the trailing null. If this value is
2445 /* @r{Construct a message describing the value of a variable}
2446 @r{whose name is @var{name} and whose value is @var{value}.} */
2448 make_message (char *name, char *value)
2456 int buflen = snprintf (buffer, size, "value of %s is %s",
2457 name, value);
2471 snprintf (buffer, size, "value of %s is %s",
2472 name, value);
2483 return value is the number of characters stored, not including the
2506 The return value is the number of characters allocated for the buffer, or
2514 /* @r{Construct a message describing the value of a variable}
2515 @r{whose name is @var{name} and whose value is @var{value}.} */
2517 make_message (char *name, char *value)
2520 if (asprintf (&result, "value of %s is %s", name, value) < 0)
2579 @strong{Portability Note:} The value of the @code{va_list} pointer is
2845 the base type, rather than an immediate value.
3039 The return value is @code{0} on success, and @code{-1} on failure
3075 This is the precision specified. The value is @code{-1} if no precision
3078 actual value retrieved from the argument list. But the structure passed
3079 to the arginfo function contains a value of @code{INT_MIN}, since the
3080 actual value is not known.
3083 This is the minimum field width specified. The value is @code{0} if no
3086 actual value retrieved from the argument list. But the structure passed
3087 to the arginfo function contains a value of @code{INT_MIN}, since the
3088 actual value is not known.
3129 the @code{printf} function this variable always contains the value
3137 width. The value is @code{'0'} if the @samp{0} flag was specified, and
3186 Your handler function should return a value just like @code{printf}
3188 negative value to indicate an error.
3207 The return value from the function should be the number of arguments the
3226 arguments, including the pointer value and the name stored in the data
3397 read from the stream. The normal return value from @code{scanf} is the
3575 If @samp{%c} is used in a wide stream function the read value is
3588 Matches a pointer value in the same implementation-defined format used
3616 @code{strtol} function (@pxref{Parsing of Integers}) with the value
3622 @code{strtol} function (@pxref{Parsing of Integers}) with the value
3629 these specifies a number with decimal value @code{10}.
3634 function (@pxref{Parsing of Integers}) with the appropriate value
3798 characters. But an upper limit can be computed by multiplying the value
3875 @samp{@var{variable} = @var{value}}.
3879 char *variable, *value;
3882 &variable, &value))
3897 The @samp{%p} conversion is used to read a pointer value. It recognizes
3904 The resulting pointer value is not guaranteed to be valid if it was not
3915 If the @samp{%n} follows the locus of a matching failure, then no value
3941 The return value is normally the number of successful assignments. If
3955 The return value is normally the number of successful assignments. If
4069 Many of the functions described in this chapter return the value of the
4080 This macro is an integer value that is returned by a number of narrow
4083 other libraries, its value may be some other negative number.
4090 This macro is an integer value that is returned by a number of wide
4093 other libraries, its value may be some other negative number.
4232 character value.
4288 possibly for other reasons as well. If a failure occurs, a value of
4296 returns a value of type @code{off_t}. Systems which support this type
4305 the return value is the current file position.
4319 the return value is of type @code{off64_t}. This also requires that the
4334 stream @var{stream}. The value of @var{whence} must be one of the
4339 This function returns a value of zero if the operation was successful,
4340 and a nonzero value to indicate failure. A successful call also clears
4353 @code{fseek} in a system with POSIX types. Using a value of type
4362 The functionality and return value are the same as for @code{fseek}.
4424 the return value is discarded and the error indicator for the stream is
4450 can specify any character count value as an argument to @code{fseek} or
4466 The value returned from @code{ftell} on a text stream has no predictable
4479 The value of the file position indicator of a text stream is undefined
4485 files, because @code{ftell} and @code{fseek} use a @code{long int} value
4533 This function stores the value of the file position indicator for the
4536 it returns a nonzero value and stores an implementation-defined positive
4537 value in @code{errno}.
4563 that were ``pushed back'' by the use of @code{ungetc}, and returns a value
4564 of zero. Otherwise, @code{fsetpos} returns a nonzero value and stores
4565 an implementation-defined positive value in @code{errno}.
4781 The @code{setvbuf} function returns zero on success, or a nonzero value
4782 if the value of @var{mode} is not valid or if the request could not
4788 The value of this macro is an integer constant expression that can be
4795 The value of this macro is an integer constant expression that can be
4802 The value of this macro is an integer constant expression that can be
4809 The value of this macro is an integer constant expression that is good
4810 to use for the @var{size} argument to @code{setvbuf}. This value is
4813 The value of @code{BUFSIZ} is chosen on each system so as to make stream
4817 Actually, you can get an even better value to use for the buffer size
4870 The @code{__flbf} function will return a nonzero value in case the
4871 stream @var{stream} is line buffered. Otherwise the return value is
4884 stream @var{stream}. This value can be used to optimize the use of the
5008 is @emph{not} included in the size value stored at @var{sizeloc}.
5082 This is the function that reads data from the cookie. If the value is a
5087 This is the function that writes data to the cookie. If the value is a
5093 the cookie. If the value is a null pointer instead of a function, calls
5100 closing the stream. If the value is a null pointer instead of a
5135 indicate end-of-file. You can return a value of @code{-1} to indicate
5147 value of @code{0} to indicate an error. You must not return any
5148 negative value.
5162 Your function should return a value of @code{0} on success and @code{-1}
5294 found. It should contain the @var{label} value and a unique
5297 Each of the parameters can be a special value which means this value
5326 Nothing is printed, this value is the same as @code{MM_NULLSEV}.
5328 This value is printed as @code{HALT}.
5330 This value is printed as @code{ERROR}.
5332 This value is printed as @code{WARNING}.
5334 This value is printed as @code{INFO}.
5337 The numeric value of these five macros are between @code{0} and
5358 The function returns the value @code{MM_OK} if no error occurred. If
5362 all outputs fail this last value is also returned if a parameter value
5380 or is the empty string, a not supported keyword is given or the value is
5388 described above are available. Any other numeric value would make
5399 @code{fmtmsg}, where @var{description} has a value of the form
5407 number. The numeric value must be a number greater than 4. This value
5412 not print the numeric value but instead the string representation).
5429 The @var{severity} parameter of @code{addseverity} must match the value
5432 value.
5434 If @var{string} is @code{NULL} the severity class with the numeric value
5441 The return value is @code{MM_OK} if the task was successfully performed.
5442 If the return value is @code{MM_NOTOK} something went wrong. This could
5464 works on System V. The value of the
5467 value for the @var{action} parameter is @code{"refer to manual"}. One
5469 as proposed above, the value of the string given for the @var{label}
5489 produced no output since the class with the numeric value @code{6} is
5490 not defined. Although a class with numeric value @code{5} is also not
5510 @code{MSGVERB} to the value @code{severity:label:action} we get the