File modules/qc/mg_getopt.c
Included Files
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "modules/qc/getopt.h"
Global Function mg_getopt()
int mg_getopt ( int nargc, char* const* nargv, const char* ostr, getopt_state_t* state )
Prototyped in:
modules/qc/getopt.h
Calls:
strchr()
Called by:
parse_request()
modules/pm/protocol_mirror.c
Global Function mg_new()
getopt_state_t* mg_new ( int optind )
Prototyped in:
modules/qc/getopt.h
Calls:
calloc()
Called by:
parse_request()
modules/pm/protocol_mirror.c