Query: pgasetcharacterinittype
OS: debian
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetCharacterInitType(2) PGAPack PGASetCharacterInitType(2)NAMEPGASetCharacterInitType - sets a flag to specify whether the character strings will be exclusively lowercase, exclusively uppercase, or a mixure of both cases.DESCRIPTIONLegal flags are PGA_CINIT_UPPER, PGA_CINIT_LOWER, and PGA_CINIT_MIXED. Default is PGA_CINIT_LOWER.INPUT PARAMETERSctx - context variable value - symbolic constant specifying which caseOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetCharacterInitType(ctx, value) PGAContext *ctx int valueLOCATIONchar.cEXAMPLESet program to generate exclusively uppercase letters PGAContext *ctx; : PGASetCharacterInitType(ctx, PGA_CINIT_UPPER); 05/01/95 PGASetCharacterInitType(2)
| Related Man Pages |
|---|
| pgaevaluate(1) - debian |
| pgasetrealinitpercent(2) - debian |
| pgasetrealinitrange(2) - debian |
| pgasortpop(8) - debian |
| hx509_cert_keyusage_print(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |