Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
x_libgen.c File Reference
#include <stdlib.h>
#include <limits.h>
#include <string.h>
#include "x_libgen.h"
Include dependency graph for x_libgen.c:

Go to the source code of this file.

Functions

char * ux_basename (char *const s)
char * ux_dirname (char *const s)

Variables

static char tempbuf [PATH_MAX]

Function Documentation

char* ux_basename ( char *const  s)

Definition at line 29 of file x_libgen.c.

References NULL, strcpy, and tempbuf.

Referenced by DRA_Make_File_Name(), and main().

char* ux_dirname ( char *const  s)

Definition at line 51 of file x_libgen.c.

References NULL, strcpy, and tempbuf.

Referenced by DRA_Make_File_Name(), and update_rii_file().


Variable Documentation

char tempbuf[PATH_MAX] [static]

Definition at line 26 of file x_libgen.c.

Referenced by _indx_nl(), ux_basename(), and ux_dirname().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines