[C/Linux]Help in replacing obsolete function


 
Thread Tools Search this Thread
Top Forums Programming [C/Linux]Help in replacing obsolete function
# 1  
Old 01-29-2012
[C/Linux]Help in replacing obsolete function

Hi guys,
I need help on some function replacement cause I get obsolete function warning(and I must remove it):
-gethostbyaddr(arg1,arg2,arg3)
-gethostbyname(arg1)
-getservbyname(arg1,arg2)
can be replaced with getaddrinfo(arg1,arg2,arg3,arg4) but I'm not able to undestand how(libraries #include <sys/socket.h> #include <netdb.h>)

-inet_ntoa(arg1) to inet_ntop(arg1,arg2,arg3) <arpa/inet.h>

-settimer(arg1,arg2,arg3) to timer_settime(arg1,arg2,arg3) <time.h>

-sigblock(arg1)
-sigsetmask(arg1)
can be replaced to sigprocmask(arg1,arg2,arg3)
-sigmask(arg1) to sigaddset(arg1,arg2) lib:<signal.h>

Please help me as soon as you can:I googled but I dind't find anything useful.Thanks a lot.
Fracche
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Linux Commands needed for replacing variable number of spaces with a single , in a txt file

Hi I want to read a text file and replace various number of spaces between each string in to a single "," or any other character .Please let me know the command to do so. My input file is a txt file which is the output of a SQL table extract so it contains so many spaces between each column of the... (2 Replies)
Discussion started by: Hari Prasanth
2 Replies

2. UNIX for Dummies Questions & Answers

Function Interposition in Linux

Hello, Please I try to apply the mechanism Interposition Function in Linux on the function write (write a socket) as follows: # include <sys/types.h> # include <sys/socket.h> # include <netinet/in.h> # include <arpa/inet.h> # include <netdb.h> # include <stdio.h> # include <string.h>... (2 Replies)
Discussion started by: chercheur857
2 Replies

3. UNIX for Dummies Questions & Answers

cut function in linux

hi; i have file with a lote of data i would like to cut only numbers that start with prefix 20408 my file contain thousands of rows like this ,204080700152648,20111215,,,20 31630536259,204080662332510,20 31622520779,204080660098298,20 31651343790,204080130071280,20... (2 Replies)
Discussion started by: kpinto
2 Replies

4. UNIX for Advanced & Expert Users

What is the function to get address of the virtual memory block in linux??

I want address of current virtual memory block? i am using fedora10:wall::wall: (1 Reply)
Discussion started by: powyama
1 Replies

5. Shell Programming and Scripting

system() function nd backtrick term in linux

I want to know about the difference between system() function nd backtrick term in linux???? (1 Reply)
Discussion started by: Mac91
1 Replies

6. Shell Programming and Scripting

Should I learn bash scripting or is it going obsolete?

Hi folks, I'm a CS students enrolled in a sysadmin class where we've been covering bash scripting for the past few weeks. I have prior knowledge in java, c++, c#, python,and some scripting languages like asp.net w/c# and php. This bash stuff seems pretty neat and a bit different than what I am... (9 Replies)
Discussion started by: KalEl
9 Replies

7. Linux

replacing enter character in LINUX

Hi 1) I need to replace an "enter" character with another character. I thought it should be like this (E.G) replace all stirngs "LIAV"+enter with kokokoko: :1,$s/LIAV^M/kokokoko/g but it dose not work. 2) Also dose nayone know how to replace wildcards? for... (3 Replies)
Discussion started by: liav
3 Replies

8. UNIX for Advanced & Expert Users

obsolete environment variables

how can we determine that which scripts ,binaries, utilities or something else uses a specific environment variable? i have an environment variable EXTRAPATH in a shell script, and i want to determine if it is used by something else or it is absolutely useless. (4 Replies)
Discussion started by: gfhgfnhhn
4 Replies
Login or Register to Ask a Question
FSSYNC-DEBUG_STATS(8)					       AFS Command Reference					     FSSYNC-DEBUG_STATS(8)

NAME
fssync-debug_stats - Displays various statistics SYNOPSIS
fssync-debug stats -cmd <subcommand> [-arg1 <arg1>] [-arg2 <arg2>] [-reason <sync protocol reason code>] [-programtype <program type code>] [-help] fssync-debug s -c <subcommand> [-arg1 <arg1>] [-arg2 <arg2>] [-r <sync protocol reason code>] [-p <program type code>] [-h] DESCRIPTION
The fssync-debug stats command displays statistics according to the value of the option -cmd. OPTIONS
-cmd <subcommand> Specifies statistics subcommand. Available subcommands are: o pkg -- general volume package statistics o vicep -- vice partition statistics o hash -- volume hash chain statistics o hdr -- volume header cache statistics o vlru -- vlru generation statistics o help -- display list of available subcommands -arg1 <arg1> Specifies first optional argument, in the context of the chosen subcommand. For vicep statistics, it specifies partition name; for hash statistics, it specifies hash bucket number; for vlru statistics it specifies vlru generation number. -arg2 <arg2> Specifies second optional argument, in the context of the chose subcommand. Currently, none of the subcommands use it. -reason <sync protocol reason code> Specifies numeric sync protocol reason code. Available codes are listed in OpenAFS source file src/vol/fssync_inline.h. For SYNC_REASON_NONE, use -reason 0. -programtype <program type code> Specifies program type code. Permitted values are fileServer, volumeUtility, salvager, salvageServer, volumeServer and volumeSalvager. PRIVILEGE REQUIRED
The issuer must have write access to the file server. Usually, this means that the issuer must be the local superuser "root" on the file server machine. SEE ALSO
fssync-debug_header(8), fssync-debug_query(8) COPYRIGHT
Copyright 2010 Davor Ocelic <docelic@spinlocksolutions.com> This documentation is covered by the IBM Public License Version 1.0. This man page was written by Davor Ocelic for OpenAFS, based on documentation from Steven Jenkins, Tom Keiser and Simon Wilkinson. OpenAFS 2012-03-26 FSSYNC-DEBUG_STATS(8)