/titanic_50/usr/src/lib/libtecla/common/ |
H A D | pcache.c | 213 static int pca_init_PcaPathConf(PcaPathConf *ppc, PathCache *pc); 1137 PcaPathConf *ppc; /* The object to be returned */ in new_PcaPathConf() local 1146 ppc = (PcaPathConf *)malloc(sizeof(PcaPathConf)); in new_PcaPathConf() 1147 if(!ppc) { in new_PcaPathConf() 1156 if(pca_init_PcaPathConf(ppc, pc)) in new_PcaPathConf() 1157 return del_PcaPathConf(ppc); in new_PcaPathConf() 1158 return ppc; in new_PcaPathConf() 1172 static int pca_init_PcaPathConf(PcaPathConf *ppc, PathCache *pc) in pca_init_PcaPathConf() argument 1182 ppc->id = PPC_ID_CODE; in pca_init_PcaPathConf() 1183 ppc->pc = pc; in pca_init_PcaPathConf() [all …]
|
/titanic_50/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | special.c | 245 char **ppc; in get_special_contents() local 284 if ((ppc = (char **) calloc(i + 1, sizeof (char *))) == NULL) { in get_special_contents() 297 ppc[i++] = strdup(line); in get_special_contents() 300 qsort(ppc, i, sizeof (char *), strcompare); in get_special_contents() 302 *pppcSC = ppc; in get_special_contents() 324 char **ppc = NULL; in free_special_contents() local 328 ppc = *pppcSC; in free_special_contents() 329 for (i = 0; ppc != NULL && i < max; i++) in free_special_contents() 330 if (ppc[i] == NULL) in free_special_contents() 331 free(ppc[i]); in free_special_contents() [all …]
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | file_decim.c | 36 file_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar, pf, pnread) in file_to_decimal() argument 37 char **ppc; in file_to_decimal() 47 register char *cp = *ppc; 69 while (cp >= *ppc) { /* Push back as many excess
|
H A D | func_decim.c | 36 func_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar, pget, pnread, punget) in func_to_decimal() argument 37 char **ppc; in func_to_decimal() 48 register char *cp = *ppc; 70 while (cp >= *ppc) { /* Push back as many excess
|
H A D | string_decim.c | 36 string_to_decimal(ppc, nmax, fortran_conventions, pd, pform, pechar) in string_to_decimal() argument 37 char **ppc; in string_to_decimal() 45 register char *cp = *ppc;
|
H A D | char_to_decimal.h | 524 *ppc = good + 1;/* token found - point one past. */ 527 *ppc = cp0; /* No token found - revert to original value. */
|
/titanic_50/usr/src/lib/libc/port/fp/ |
H A D | file_decim.c | 52 file_to_decimal(char **ppc, int nmax, int fortran_conventions, in file_to_decimal() argument 56 char *cp = *ppc - 1; /* last character seen */ in file_to_decimal() 85 if (cp >= *ppc && current != EOF && myungetc(current, pf) in file_to_decimal() 91 while (cp >= *ppc) { in file_to_decimal()
|
H A D | func_decim.c | 37 func_to_decimal(char **ppc, int nmax, int fortran_conventions, in func_to_decimal() argument 42 char *cp = *ppc - 1; /* last character seen */ in func_to_decimal() 67 while (cp >= *ppc) { in func_to_decimal()
|
H A D | string_decim.c | 37 string_to_decimal(char **ppc, int nmax, int fortran_conventions, in string_to_decimal() argument 41 char *cp = *ppc; /* last character seen */ in string_to_decimal()
|
H A D | char_to_decimal.h | 740 if (good >= *ppc) { 741 *ppc = good + 1;
|
/titanic_50/usr/src/lib/libc/port/i18n/ |
H A D | wstod.c | 186 wstring_to_decimal(const wchar_t **ppc, int c99, decimal_record *pd, in wstring_to_decimal() argument 189 const wchar_t *cp = *ppc; /* last character seen */ in wstring_to_decimal() 604 if (good >= *ppc) { in wstring_to_decimal() 605 *ppc = good + 1; in wstring_to_decimal()
|
/titanic_50/usr/src/lib/libtecla/ |
H A D | libtecla.h | 1813 PcaPathConf *del_PcaPathConf(PcaPathConf *ppc); 1821 void ppc_literal_escapes(PcaPathConf *ppc, int literal); 1830 void ppc_file_start(PcaPathConf *ppc, int start_index);
|
/titanic_50/usr/src/lib/libdll/common/ |
H A D | RELEASE | 16 03-01-07 dlfcn.c: fix darwin.ppc dlopen/dlsym/dlclose
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | config.sub | 823 ppc) basic_machine=powerpc-unknown 825 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` 827 ppcle | powerpclittle | ppc-le | powerpc-little)
|
H A D | config.guess | 883 ppc:Linux:*:*)
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_internal.h | 407 char **ppc; member 415 #define ns_ppc ns_pu.ppc
|
H A D | ns_config.c | 778 char **ppc; in destroy_param() local 801 ppc = ptr->paramList[type].ns_ppc; in destroy_param() 803 for (i = 0; i < j && ppc[i] != NULL; i++) { in destroy_param() 804 free((void *)ppc[i]); in destroy_param() 806 free((void *)ppc); in destroy_param()
|
/titanic_50/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpu_acpi.c | 635 cpu_acpi_ppc_t *ppc; in cpu_acpi_cache_ppc() local 639 ppc = &CPU_ACPI_PPC(handle); in cpu_acpi_cache_ppc() 640 ret = cpu_acpi_cache_present_capabilities(handle, PPC_OBJ, ppc); in cpu_acpi_cache_ppc()
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | pp.def | 246 ppc :architecture:
|
/titanic_50/usr/src/cmd/truss/ |
H A D | fcall.c | 1777 return_count32(uint32_t *ppc) in return_count32() argument 1779 uintptr_t pc = *ppc; in return_count32() 1802 *ppc += 6; in return_count32() 1805 *ppc += 3; in return_count32()
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 99 @ MSG_EM_PPC_NF "ppc"
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 457 misc/optget.c: text()=>textout() linux.ppc symbol hijack workaround 1068 00-10-17 features/lib: add apple osX (darwin.ppc) workarounds
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.mf | 342 file path=usr/share/lib/terminfo/b/bsdos-ppc
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 1805 bsdos-ppc|PowerPC BSD/OS Console:\
|
H A D | terminfo.src | 2058 bsdos-ppc|PowerPC BSD/OS Console,
|