nfs-ganesha 1.4
Functions | Variables

shell_utils.h File Reference

Miscellaneous build-in commands for shell. More...

#include "shell_types.h"
#include <stdio.h>

Go to the source code of this file.

Functions

int util_timer (int argc, char **argv, FILE *output)
int util_sleep (int argc, char **argv, FILE *output)
int util_shell (int argc, char **argv, FILE *output)
int util_meminfo (int argc, char **argv, FILE *output)
int util_cmp (int argc, char **argv, FILE *output)
int util_diff (int argc, char **argv, FILE *output)
int util_wc (int argc, char **argv, FILE *output)
int util_chomp (int argc, char **argv, FILE *output)

Variables

command_def_t shell_utils []

Detailed Description

Miscellaneous build-in commands for shell.

Author:
Author:
leibovic
Date:
Date:
2005/05/11 07:25:45
Version:
Revision:
1.3
Log:
shell_utils.h,v

Revision 1.3 2005/05/11 07:25:45 leibovic adding chomp util.

Revision 1.2 2005/05/09 14:54:43 leibovic Adding eq and ne.

Revision 1.1 2005/05/09 12:23:55 leibovic Version 2 of ganeshell.

Definition in file shell_utils.h.


Function Documentation

int util_chomp ( int  argc,
char **  argv,
FILE *  output 
)

Definition at line 617 of file shell_utils.c.

int util_cmp ( int  argc,
char **  argv,
FILE *  output 
)

String utils

Definition at line 291 of file shell_utils.c.

int util_diff ( int  argc,
char **  argv,
FILE *  output 
)

Definition at line 560 of file shell_utils.c.

int util_meminfo ( int  argc,
char **  argv,
FILE *  output 
)

Definition at line 278 of file shell_utils.c.

int util_shell ( int  argc,
char **  argv,
FILE *  output 
)

Definition at line 229 of file shell_utils.c.

int util_sleep ( int  argc,
char **  argv,
FILE *  output 
)

System utils.

Definition at line 192 of file shell_utils.c.

int util_timer ( int  argc,
char **  argv,
FILE *  output 
)

Timer management.

Definition at line 89 of file shell_utils.c.

int util_wc ( int  argc,
char **  argv,
FILE *  output 
)

Definition at line 599 of file shell_utils.c.


Variable Documentation

Definition at line 162 of file shell.c.