#include <stdlib.h>#include <limits.h>#include <string.h>#include "x_libgen.h"
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] |
| 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().
char tempbuf[PATH_MAX] [static] |
Definition at line 26 of file x_libgen.c.
Referenced by _indx_nl(), ux_basename(), and ux_dirname().
1.7.1