Searched defs:basep (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | xdr_array.c | 129 * > basep: base of the array 135 xdr_vector(XDR *xdrs, char *basep, const uint_t nelem, argument 141 elptr = basep;
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_dli.c | 70 char *basep; local 72 basep = basename(path); 73 dlipathsz = strlen(basep) + dliroot_len + 1; 76 (void) snprintf(dlipath, dlipathsz, "%s%s", dliroot, basep);
|
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | strtoi.h | 47 * if basep!=0 it points to the default base on input and 200 S2I_function(const char* a, size_t size, char** e, char* basep, int m) argument 202 S2I_function(a, size, e, basep, m) const char* a; size_t size; char** e; char* basep; int m; 214 S2I_function(const char* a, char** e, char* basep, int m) 216 S2I_function(a, e, basep, m) const char* a; char** e; char* basep; int m; 252 base = basep ? *((unsigned char*)basep) : 0; 320 if (basep) [all...] |
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | entry.c | 986 char *basep; local 989 basep = strrchr(devpath, 's'); 990 if (basep != NULL) { 991 *basep = '\0'; 992 basep++; 993 *snum = strtoll(basep, (char **)NULL, 10);
|
H A D | findevs.c | 1202 char *basep; local 1217 basep = strrchr(devlink_path, '/'); 1218 if (basep == NULL) 1219 basep = devlink_path; 1221 basep++; 1225 while (*basep != 0 && *basep != 's' && cnt < size) { 1226 *namep++ = *basep++; 1240 len = basep - devlink_path; 1296 char *basep; local [all...] |
Completed in 39 milliseconds