Home
last modified time | relevance | path

Searched refs:ppc (Results 1 – 25 of 25) sorted by relevance

/titanic_44/usr/src/lib/libtecla/common/
H A Dpcache.c213 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_44/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c245 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_44/usr/src/lib/libbc/libc/gen/common/
H A Dfile_decim.c36 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 Dfunc_decim.c36 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 Dstring_decim.c36 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 Dchar_to_decimal.h524 *ppc = good + 1;/* token found - point one past. */
527 *ppc = cp0; /* No token found - revert to original value. */
/titanic_44/usr/src/lib/libc/port/fp/
H A Dfile_decim.c52 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 Dfunc_decim.c37 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 Dstring_decim.c37 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 Dchar_to_decimal.h740 if (good >= *ppc) {
741 *ppc = good + 1;
/titanic_44/usr/src/lib/libc/port/i18n/
H A Dwstod.c186 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_44/usr/src/lib/libtecla/
H A Dlibtecla.h1813 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_44/usr/src/lib/libdll/common/
H A DRELEASE16 03-01-07 dlfcn.c: fix darwin.ppc dlopen/dlsym/dlclose
/titanic_44/usr/src/grub/grub-0.97/
H A Dconfig.sub823 ppc) basic_machine=powerpc-unknown
825 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
827 ppcle | powerpclittle | ppc-le | powerpc-little)
H A Dconfig.guess883 ppc:Linux:*:*)
/titanic_44/usr/src/lib/libsldap/common/
H A Dns_internal.h407 char **ppc; member
415 #define ns_ppc ns_pu.ppc
H A Dns_config.c778 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_44/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c635 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_44/usr/src/lib/libpp/common/
H A Dpp.def246 ppc :architecture:
/titanic_44/usr/src/cmd/truss/
H A Dfcall.c1777 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_44/usr/src/cmd/sgs/libconv/common/
H A Delf.msg99 @ MSG_EM_PPC_NF "ppc"
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE457 misc/optget.c: text()=>textout() linux.ppc symbol hijack workaround
1068 00-10-17 features/lib: add apple osX (darwin.ppc) workarounds
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-data-terminfo.mf342 file path=usr/share/lib/terminfo/b/bsdos-ppc
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src1805 bsdos-ppc|PowerPC BSD/OS Console:\
H A Dterminfo.src2058 bsdos-ppc|PowerPC BSD/OS Console,