Sponsored Content
Full Discussion: Please delete my account
Contact Us Post Here to Contact Site Administrators and Moderators Please delete my account Post 302680313 by spacevoid8 on Wednesday 1st of August 2012 04:19:31 PM
Old 08-01-2012
Please delete my account

can`t find an option to do this....
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

delete or disable the system generated account

I have this unix version 3.0 "UNIX_SV server 4.0 3.0 3425 Pentium II(TM)-ISA/PCI" can i delete or disable the system generated account as "daemon";"uucp";"sys";"adm";"listen";"bin" and if yes how can i do it? Regards (1 Reply)
Discussion started by: sak900354
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

how to delete an existing account on unix.com

Hi, Can you tell me the instructions to delete my account from unix.com if I dont want to continue it anymore because I have an already existing account and this one was created by mistake. Regards, Raj Kumar Arora email address removed (2 Replies)
Discussion started by: Raj Kumar Aora
2 Replies

3. Post Here to Contact Site Administrators and Moderators

Delete my Account

Delete my account, please. Many thanks and best wishes with the forum. :] (1 Reply)
Discussion started by: BSRadcliffe
1 Replies

4. Post Here to Contact Site Administrators and Moderators

Delete the threads started by me or my account

Can you please delete the account or the threads started by me please. I really appreciate it. (1 Reply)
Discussion started by: ravis83
1 Replies

5. Post Here to Contact Site Administrators and Moderators

Delete account

Hi, Please delete my account, N!cklas with registered e-mailaddress XXXXXXXXXXXXXXXXX Best regards Nicklas (5 Replies)
Discussion started by: N!cklas
5 Replies

6. Post Here to Contact Site Administrators and Moderators

Delete this account

Hi, I want to change my user name.And if that is not possible can u please close the account so that i can create a new account with other user name. Regards, Jyothi (3 Replies)
Discussion started by: jyothi_wipro
3 Replies
optionFindNextValue(3)						Programmer's Manual					    optionFindNextValue(3)

NAME
optionFindNextValue - find a hierarcicaly valued option instance SYNOPSIS
#include <your-opts.h> cc [...] -o outfile infile.c -lopts [...] const tOptionValue* optionFindNextValue(const tOptDesc* odesc, const tOptionValue* pPrevVal, char const* name, char const* value); DESCRIPTION
This routine will find the next entry in a nested value option or configurable. It will search through the list and return the next entry that matches the criteria. odesc an option with a nested arg type pPrevVal the last entry name name of value to find value the matching value RETURN VALUE
a compound value structure ERRORS
The returned result is NULL and errno is set: EINVAL - the pOptValue does not point to a valid hierarchical option value. ENOENT - no entry matched the given name. @end itemize SEE ALSO
The info documentation for the -lopts library. ao_string_tokenize(3), configFileLoad(3), optionFileLoad(3), optionFindValue(3), optionFree(3), optionGetValue(3), optionLoadLine(3), optionMemberList(3), optionNextValue(3), optionOnlyUsage(3), optionProcess(3), optionRestore(3), optionSaveFile(3), optionSaveState(3), optionUnloadNested(3), optionVersion(3), strequate(3), streqvcmp(3), streqvmap(3), strneqvcmp(3), strtransform(3), 2014-06-10 optionFindNextValue(3)
All times are GMT -4. The time now is 02:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy