Sponsored Content
Operating Systems HP-UX PDFtk for HP-UX 11.31 Itanium 64 Post 302996149 by jgt on Thursday 20th of April 2017 06:30:33 AM
Old 04-20-2017
Ghostscript will create password protected pdf files.
Ghostscript, Ghostview and GSview
 

10 More Discussions You Might Find Interesting

1. HP-UX

How Many CPUs? (Itanium)

I've got a dual CPU Itanium server that we use for hosting our Oracle database. It's been up and running fine for quite some time. So well, in fact, that I haven't even looked at 'top' in a while. Recently I needed to look at 'top' and I only see one CPU listed now. CPU0. Is there any other... (5 Replies)
Discussion started by: deckard
5 Replies

2. HP-UX

Does HP-UX On Itanium always come with PA-RISC compatibility

Does anybody know if HP-UX on Itanium always comes with backwards compatibility for PA-RISC applications? I've heard that there is an emulator called Aries which should do the trick, I just need to know if it always comes as standard with HP-UX Itanium systems. Any help would be greatly... (3 Replies)
Discussion started by: nialler
3 Replies

3. UNIX for Advanced & Expert Users

What Are the Differences Between Itanium and x86_64 CPUs?

This is definitely a "stupid" question, but I can't think of anywhere else to ask it, so here goes. My knowledge of CPU history on big iron machines starts with the last DEC Alphas, a short stint with Sun servers, PA-RISC and Itanium, Intel 486s on the desktop before that, and Motorola 68000 CPUs... (4 Replies)
Discussion started by: deckard
4 Replies

4. HP-UX

Install tcsh on HP-UX 11.31 itanium

I have 2 servers , both are HP-UX specifications as follows : (1) HP-UX adroit B.10.20 A 9000/785 2013264127 one-user license (2) HP-UX xen B.11.31 U ia64 2662515494 one-user license First one has tcsh installed adroit:/home/seo/hitendra 22 ] which tcsh /usr/bin/tcsh But the... (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

5. What is on Your Mind?

Oracle stops Itanium development

According to the press release, Oracle will stop supporting the Itanium platform altogether, including all databases. Just out of curiosity: what selling-points will there be left for Itanium servers? From personal experience I know that the ports of FLOS software are mostly very out of date... (4 Replies)
Discussion started by: pludi
4 Replies

6. Shell Programming and Scripting

Need script for Itanium server

Hi, I have a folder that has the below 6 files. -rw-r----- 1 wlsuser users 32203 May 16 09:41 card_10.77.200.100.csv -rw-r----- 1 wlsuser users 104119 May 16 09:42 card_135.57.206.116.csv -rw-r----- 1 wlsuser users 12412 May 16 09:42... (3 Replies)
Discussion started by: mohtashims
3 Replies

7. UNIX for Advanced & Expert Users

Compiling git in HPUX 11.31 itanium

Hello, Would you know the steps on how to compile git command in HPUX? (1 Reply)
Discussion started by: SystemAddict
1 Replies

8. HP-UX

Gcc and C/aC++ co-existing on HP-UX Itanium system

Our company developed applications on an HP-UX 11 Itanium system using gcc. We did not have HP's C/aC++ system installed. We are now attempting to install/run on a customer system that already has C/aC++ on it. Can gcc (gcc-4.3.2, or just the runtime libraries gcclib-4.3.2) be installed and... (1 Reply)
Discussion started by: northb
1 Replies

9. HP-UX

Shc command for hp UNIX 11.23 itanium

(2 Replies)
Discussion started by: sagar_1986
2 Replies

10. HP-UX

Installation of gnome 1.4 for HP itanium

Hi I can't download gnome from HP website because links are broken: I can only download patch for Gnome. Can you help me? --- Post updated at 05:18 PM --- I realized that I have to register on their website with the software depot to download it. (0 Replies)
Discussion started by: gbudny
0 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 01:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy