rpm
5.2.1
About: RPM is a powerful and mature command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating Unix software packages ("no longer Linux-centric"). Hint: The RPM homepage may offer newer releases (but in rpm format).
![]() ![]() |
#include "system.h"
Go to the source code of this file.
Macros | |
#define | PATH_MAX 1024 |
#define | MAX_READLINKS 32 |
Functions | |
char * | realpath (char *path, resolved_path) const |
Variables | |
int | errno |
#define MAX_READLINKS 32 |
Definition at line 34 of file realpath.c.
#define PATH_MAX 1024 |
Definition at line 29 of file realpath.c.
char* realpath | ( | char * | path, |
resolved_path | |||
) | const |
Definition at line 39 of file realpath.c.
References EINVAL, ELOOP, ENAMETOOLONG, errno, getcwd, getwd(), MAX_READLINKS, n, NULL, PATH_MAX, strcat, strcpy, and strlen().
Referenced by doFoo(), lrename(), Realpath(), xar_add_frompath(), xar_add_node(), and xar_add_pseudodir().
int errno |
Definition at line 57 of file k_standard.c.
Referenced by realpath().