| /titanic_53/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_53/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_53/usr/src/lib/libbc/libc/gen/common/ |
| 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 | 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 | 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_53/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_53/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_53/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_53/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_53/usr/src/contrib/ast/src/cmd/INIT/ |
| H A D | Makefile | 57 cc.lynxos.i386 cc.lynxos.ppc ldd.lynxos \
|
| H A D | RELEASE | 215 06-06-26 cc.darwin.ppc: handle -lcc_dynamic disappearance 236 package.sh: darwin rel<=7 => darwin7.ppc 254 cc.lynxos.ppc: make -mshared the default 280 05-02-24 package.sh: hosttype *.powerpc => *.ppc 281 cc.lynxos.ppc,ldd.lynxos.ppc: add 340 cc.darwin.ppc: handle 10.3 -dylib mess 413 cc.darwin.ppc: change $cc => $CC for old ksh + libast conf bug 653 01-10-04 cc.darwin.ppc: -flat_namespace is not longer the default (huh)
|
| H A D | package.sh | 2065 arch=ppc
|
| /titanic_53/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_53/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_53/usr/src/contrib/ast/src/lib/libdll/ |
| H A D | RELEASE | 26 03-01-07 dlfcn.c: fix darwin.ppc dlopen/dlsym/dlclose
|
| /titanic_53/usr/src/contrib/ast/src/lib/libpp/ |
| H A D | pp.def | 246 ppc :architecture:
|
| /titanic_53/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_53/usr/src/cmd/sgs/libconv/common/ |
| H A D | elf.msg | 100 @ MSG_EM_PPC_NF "ppc"
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/features/ |
| H A D | aso | 530 elif aso note{ ppc asm compare and swap }end link{
|