Searched defs:ipath (Results 1 - 4 of 4) sorted by relevance
| /osnet-11/usr/src/lib/libc/port/gen/ |
| H A D | iconv.c | 103 char *ipath; local 133 * Memory for ipath is allocated/released in this function. 135 ipath = malloc(MAXPATHLEN); 136 if (ipath == NULL) { 143 cd->_conv = iconv_open_all(to, from, ipath, flag, string_based); 147 free(ipath); 155 to, from, ipath, flag, string_based); 156 free(ipath); 291 iconv_open_all(char *to, char *from, char *ipath, int flag, int string_based) argument 306 len = snprintf(ipath, MAXPATHLE 334 iconv_search_alias(char **to_canonical, char **from_canonical, const char *tocode, const char *fromcode, char *ipath, int flag, int string_based) argument [all...] |
| /osnet-11/usr/src/lib/libdtrace/common/ |
| H A D | dt_cc.c | 1589 char ipath[20], opath[20]; /* big enough for /dev/fd/ + INT_MAX + \0 */ local 1624 (void) snprintf(ipath, sizeof (ipath), "/dev/fd/%d", fileno(ifp)); 1643 argv[argc++] = ipath;
|
| /osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | topo_mod.c | 785 char *ipath = NULL; local 800 ipath = di_devfs_path(dnode); 801 if (ipath == NULL) { 805 iport = di_lookup_node(devtree, ipath); 810 di_devfs_path_free(ipath); 811 ipath = NULL; 890 if (ipath != NULL) 891 di_devfs_path_free(ipath);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | toke.c | 2610 char *ipath; local 2615 ipath = d; 2621 if (ipathend > ipath) { 2631 sv_setpvn(x, ipath, ipathend - ipath); 2642 sv_setpvn(x, ipath, ipathend - ipath); 2661 for (d = ipathend-4; d >= ipath; --d) { 2668 if (d < ipath) 2684 char *c = ipath; [all...] |
Completed in 794 milliseconds