Sponsored Content
Full Discussion: hp-ux support merced
Operating Systems HP-UX hp-ux support merced Post 302549511 by ijj on Tuesday 23rd of August 2011 07:55:14 AM
Old 08-23-2011
thanks for answer Smilie
 

10 More Discussions You Might Find Interesting

1. HP-UX

HP Support Plus media

Hi folks, i owe a HP 9000 E55 (antique...) server. I also owe the original version of the OS HPUX 11.0. Unfortenately i can't find the HP-Support Plus medium. During the instlallation i was asked to put it in, i always skip this one. But the system runs not very well. On HP's website you can... (8 Replies)
Discussion started by: FNORD
8 Replies

2. UNIX for Dummies Questions & Answers

XML support

Does Unix or Linux support XML (1 Reply)
Discussion started by: usha4u
1 Replies

3. UNIX for Advanced & Expert Users

sata support

i have a system which has two hard disks..one is sata and the other one is normal ata hard disk. i wish to install red hat enterprise linux WS(desktop edition) on my sata hard disk..but the installer shows me only my ata hard disk.. i searched the net..it says that a library-- libata will let it... (2 Replies)
Discussion started by: ankit.jss
2 Replies

4. Solaris

need to generate support id..

Hi, we bought a new sun ultra 45 workstation preloaded with solaris 10. Now i need to download the latest patch cluster from sunsolve. But it is asking for a valid service plan. Anybody can help how to generate a support id.. (2 Replies)
Discussion started by: sriram.s
2 Replies

5. Solaris

DLT8000 Support in 2.5.1

Hi Guys, Old OS I know, but does anyone know the patch number (if indeed it is a patch) or know where I can get the drivers to get a HP DLT8000 working under Solaris 2.5.1. Any help, advice (other than upgrade :) ) appreciated. Thanks Marty (0 Replies)
Discussion started by: callmebob
0 Replies

6. UNIX for Dummies Questions & Answers

Ntfs support

hello, I want to acces my other drives(NTFS) on my fedora 6......I had recomplied my kernel to 2.6.23....previously it was 2.6.18.... Also I had loaded driver for ntfs ie.......installed successfully ....fuse + ntfs-3g..... Now I am able to accces my other ntfs drives....... but what i need is... (11 Replies)
Discussion started by: arunchaudhary19
11 Replies

7. AIX

Phone support

We have a 7028 p series server that has a lapsed hardware service contract, and I was attempting to create a billable tech support phone call, and IBM said that they do on site billable only. Is anybody out there aware of reputable third party support companies I might be able to contact. I have... (7 Replies)
Discussion started by: markper
7 Replies

8. SuSE

openSUSE support

does Novell support openSUSE as it does for it's server packages, or is openSUSE's support the same as every other distribution of linux? (1 Reply)
Discussion started by: bcbotha
1 Replies

9. Solaris

Levels of support

Hello, I have a simple question because I can not find the information at oracle.com I want to buy support for OS Solaris and Servers hardware. I need information what are the levels of support and how much they cost? I need a help. Have a nice day (3 Replies)
Discussion started by: bieszczaders
3 Replies

10. Red Hat

Support Script

Hi, I have little experience in Linux, so I ask for help. I need a script to do: 1 .- Compress entire directories (subdirectories-files) to a folder that is / backup. The directory is called / work 2 .- Rename the zip file with the name backupdir_% date%. zip 3 .- Make a MySQL dump and... (1 Reply)
Discussion started by: _frank_
1 Replies
strtod(3C)																strtod(3C)

NAME
strtod(), strtof(), strtold(), strtow(), strtoq(), atof() - convert string to floating-point number SYNOPSIS
Itanium(R)-based Systems Only DESCRIPTION
returns, as a double-precision floating-point number, the value represented by the character string pointed to by str. The string is scanned (leading white-space characters as defined by in ctype(3C) are ignored) up to the first unrecognized character. If no conversion can take place, zero is returned. recognizes characters in the following sequence: 1. An optional string of white space characters which are ignored 2. An optional sign and one of the following: 3. A string of digits optionally containing a radix character, followed by an optional or followed by an optional sign or space, followed by an integer 4. One of or ignoring case 5. ignoring case 6. For Itanium-based system only: or then a nonempty sequence of hexadecimal digits optionally containing a radix character, then a or followed by an optional sign or space, followed by a decimal integer The radix character is determined by the loaded environment (see setlocale(3C)). If has not been called successfully, the default environ- ment, "C", is used (see lang(5)). The default environment specifies a period as the radix character. In the hexadecimal form, the optionally signed decimal integer following the or is interpreted as the power of 2 by which the significant part is to be scaled. If the value of ptr is not the variable to which it points is set to point at the character after the last number, if any, that was recog- nized. If no number can be formed, is set to str, and zero is returned. is equivalent to is a version of it returns a result. For PA-RISC and for Itanium-based systems, if the user has defined the result type is declared as a instead of as a The declaration with a is obsolescent. Itanium-based Systems Only is a version of it returns a result. is an version of it returns an result. is equivalent to EXTERNAL INFLUENCES
Environment Variables determines the value of the radix character within the currently loaded environment. APPLICATION USAGE
To use (for Itanium-based systems) or compile with the option. RETURN VALUE
If the correct value would cause overflow, returns (equal to according to the sign of the value, and sets to If the correct value would be nonzero but too small in magnitude to represent as a nonzero then returns zero and sets to For Itanium-based system, also sets to whenever the conversion of its input parameter character string to raises the underflow exception. When the input parameter character string for after the optional white space and sign, is either (case insensitive) or (case insensitive) will return according to the sign indicated by the character string. When the input parameter character string for after the optional white space and sign, is (case insensitive), will return a quiet NaN. On Itanium-based systems, these functions round correctly for hexadecimal input strings, and round correctly for up to 36 significant deci- mal digits, according to the specification in ISO/IEC C99. SEE ALSO
ctype(3C), setlocale(3C), scanf(3S), strtol(3C), lang(5), thread_safety(5). STANDARDS CONFORMANCE
strtod(3C)
All times are GMT -4. The time now is 06:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy