Searched refs:path (Results 1 - 6 of 6) sorted by relevance

/broadcom-cfe-1.4.2/cfe/lib/
H A Dlib_string2.c69 void lib_trimleading(char *path) argument
71 if (*path == '/') {
72 lib_strcpy(path, path+1);
/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_boot.c76 * splitpath(path,devname,filename)
78 * Split a path name (a boot path, in the form device:filename)
82 * path - pointer to path string
90 void splitpath(char *path,char **devname,char **filename) argument
97 x = strchr(path,':');
100 *devname = NULL; /* path consists of device name */
101 *filename = path;
106 *devname = path;
[all...]
/broadcom-cfe-1.4.2/cfe/include/
H A Dcfe_loader.h81 void splitpath(char *path,char **devname,char **filename);
/broadcom-cfe-1.4.2/cfe/zlib/
H A Dgzio.c49 char *path; /* path name for debugging only */ member in struct:gz_stream
56 local gzFile gz_open OF((const char *path, const char *mode, int fd));
67 or path name (if fd == -1).
73 local gzFile gz_open (path, mode, fd)
74 const char *path;
86 if (!path || !mode) return Z_NULL;
104 s->path = (char*)ALLOC(strlen(path)+1);
105 if (s->path
[all...]
H A Dzlib.h659 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dui_pmcmds.c876 // creates both the 'rule' and the 'path' that relies on that rule matching
877 // the rule is put in row 'i' and the path in row 'j'
900 // creates both the 'rule' and the 'path' that relies on that rule matching
901 // the rule is put in row 'i' and the path in row 'j'
923 // creates both the 'rule' and the 'path' that relies on that rule matching
924 // the rule is put in row 'i' and the path in row 'j'
980 // use the 16 rule/path entries to create a mapping that passes any
984 // both rule and path go on row 'i' for VC 'i'
1047 printf(" RX pm[%d] pktlen=%d path=%d\n",
1052 // only check path # i
1166 uint32_t path = 0; local
1309 uint32_t path = 0; local
[all...]

Completed in 48 milliseconds