Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tld_get_table(3) [debian man page]

tld_get_table(3)						      libidn							  tld_get_table(3)

NAME
tld_get_table - API function SYNOPSIS
#include <tld.h> const Tld_table * tld_get_table(const char * tld, const Tld_table ** tables); ARGUMENTS
const char * tld TLD name (e.g. "com") as zero terminated ASCII byte string. const Tld_table ** tables Zero terminated array of Tld_table info-structures for TLDs. DESCRIPTION
Get the TLD table for a named TLD by searching through the given TLD table array. RETURN VALUE
Return structure corresponding to TLD tld by going thru tables, or return NULL if no such structure is found. REPORTING BUGS
Report bugs to <bug-libidn@gnu.org>. GNU Libidn home page: http://www.gnu.org/software/libidn/ General help using GNU software: http://www.gnu.org/gethelp/ COPYRIGHT
Copyright (C) 2002-2012 Simon Josefsson. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for libidn is maintained as a Texinfo manual. If the info and libidn programs are properly installed at your site, the command info libidn should give you access to the complete manual. libidn 1.25 tld_get_table(3)

Check Out this Related Man Page

tld_get_table(3)						      libidn							  tld_get_table(3)

NAME
tld_get_table - API function SYNOPSIS
#include <tld.h> const Tld_table * tld_get_table(const char * tld, const Tld_table ** tables); ARGUMENTS
const char * tld TLD name (e.g. "com") as zero terminated ASCII byte string. const Tld_table ** tables Zero terminated array of Tld_table info-structures for TLDs. DESCRIPTION
Get the TLD table for a named TLD by searching through the given TLD table array. RETURN VALUE
Return structure corresponding to TLD tld by going thru tables, or return NULL if no such structure is found. REPORTING BUGS
Report bugs to <bug-libidn@gnu.org>. GNU Libidn home page: http://www.gnu.org/software/libidn/ General help using GNU software: http://www.gnu.org/gethelp/ COPYRIGHT
Copyright (C) 2002-2013 Simon Josefsson. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for libidn is maintained as a Texinfo manual. If the info and libidn programs are properly installed at your site, the command info libidn should give you access to the complete manual. libidn 1.28 tld_get_table(3)
Man Page

4 More Discussions You Might Find Interesting

1. Email Antispam Techniques and Email Filtering

Sendmail Access DB TLD Blocking ....

Now this is a bit tricky, but works great if you can decide which Top Level Domains or TLDs you want to receive mail We are getting so much spam from countries we never receive useful mail, I've been experimenting with blocking entire TLDs using sendmail access_db as an antispam technique. ... (0 Replies)
Discussion started by: Neo
0 Replies

2. Shell Programming and Scripting

awk script help

i have a file which looks like below 001259 HCART TLD 0 215 - 1 569953856 FULL 001405 HCART TLD 0 2 - 3 444650118 FULL/MPX 001473 HCART TLD 0 11 - 1 477960976 FULL/MPX 001484 HCART ... (5 Replies)
Discussion started by: shehzad_m
5 Replies

3. Shell Programming and Scripting

Trying to extract domain and tld from list of urls.

I have done a fair amount of searching the threads, but I have not been able to cobble together a solution to my challenge. What I am trying to do is to line edit a file that will leave behind only the domain and tld of a long list of urls. The list looks something like this: www.google.com... (3 Replies)
Discussion started by: chamb1
3 Replies

4. Shell Programming and Scripting

Counting Instances of a String with AWK

I have a list of URLs and I want to be able to count the number of instances of addresses ending in a certain TLD and output and sort it like so. 5 bdcc.com 48 zrtzr.com 49 rvo.com Input is as so ync.org sduzj.edu sduzj.edu sduzj.edu sduzj.edu sduzj.edu sduzj.edu sduzj.edu... (1 Reply)
Discussion started by: Pjstaab
1 Replies