| /forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/ |
| H A D | LDAPManagementContextFactory.java | 70 * @param cfp 75 public LDAPManagementContextFactory(ConnectionFactoryProvider cfp) throws ArgumentException { argument 76 this.provider = cfp; 77 factory = cfp.getAuthenticatedConnectionFactory();
|
| /osnet-11/usr/src/lib/libdscfg/common/ |
| H A D | cfg.c | 106 dump_status(cfp_t *cfp, char *str) argument 111 cfp->cf_head->h_magic, cfp->cf_head->h_state); 114 cfp->cf_mapped, cfp->cf_head->h_parsesize, 115 cfp->cf_head->h_parseoff); 118 cfp->cf_head->h_cparse, cfp->cf_head->h_csize, 119 cfp->cf_head->h_acsize); 121 cfp 394 cfp_t *cfp; local 688 cfp_t *cfp; local 1463 cfg_set_memorymap(cfp_t *cfp) argument 1482 cfg_init_header(cfp_t *cfp) argument 1509 cfg_read(cfp_t *cfp) argument 1681 cfp_t *cfp; local 1860 cfp_unlock(cfp_t *cfp) argument 1902 cfp_t *cfp; local 1955 cfp_t *cfp; local 2077 cfp_t *cfp; local 2369 cfp_t *cfp; local 2452 cfg_read_parser_config(cfp_t *cfp) argument 2573 cfg_map_cfglists(cfp_t *cfp) argument 2661 cfg_replace_lists(cfp_t *cfp) argument 2744 cfg_free_cfglist(cfp_t *cfp) argument 2799 cfp_t *cfp; local 2913 cfp_t *cfp; local 3074 cfp_t *cfp; local 3099 cfp_t *cfp; local 3135 cfp_t *cfp; local 3251 cfp_t *cfp = FP_SUN_CLUSTER(cfg); local 3335 cfp_t *cfp; local 3545 cfg_hdrcmp(cfp_t *cfp) argument [all...] |
| H A D | cfg_impl.h | 73 * disk layout | | contains cfp->cf_head->h_cfg[4].l_size. 79 * cfp->cf_head->h_ccopy1>| | 83 * cfp->cf_head->h_ccopy2>| | 87 * cfp->cf_head->h_sizes1>| | here is where lists of sizes go for each 91 * cfp->cf_head->h_sizes2>| | these numbers are used to rebuild l_nentry 98 * Data is read into cfp->cf_head->h_ccopy1 and cfp->cf_head->h_ccopy2 99 * along with thier corresponding size metadata in cfp->cf_head->h_sizes1 100 * and cfp->cf_head->h_sizes2. This infomation is used to rebuild the 195 typedef struct cfp { struct [all...] |
| H A D | cfg_local.c | 64 get_bsize(cfp_t *cfp, char *name) argument 101 cfp->cf_flag |= CFG_NOWRVTOC; 148 localcf_close(cfp_t *cfp) argument 150 fsync(cfp->cf_fd); 151 cfp_unlock(cfp); 152 close(cfp->cf_fd); 159 * Sets file descriptor in cfp->cf_fd for use by other routines 162 localcf_open(cfp_t *cfp, char *name) argument 175 cfp->cf_fd = open(name, O_RDWR|O_CREAT|O_DSYNC|O_RSYNC, 0640); 176 if (cfp 227 localcf_seekblk(cfp_t *cfp, int off, int mode) argument 239 localcf_readblk(cfp_t *cfp, void *buf, int size) argument 251 localcf_writeblk(cfp_t *cfp, void *buf, int size) argument 263 localcf_seek(cfp_t *cfp, int off, int mode) argument 282 localcf_read(cfp_t *cfp, void *buf, int size) argument 303 localcf_write(cfp_t *cfp, void *buf, int size) argument 332 addcfline(cfp_t *cfp, char *line, int table_index) argument 418 remcfline(cfp_t *cfp, int table_offset, int setnum) argument 503 readcfline(cfp_t *cfp, char *buf, int table_offset, int num) argument 537 replacecfline(cfp_t *cfp, char *line, int table_offset, int num) argument [all...] |
| /osnet-11/usr/src/cmd/sendmail/aux/ |
| H A D | editmap.c | 104 FILE *cfp; local 216 if ((cfp = fopen(cfile, "r")) == NULL) 222 while (fgets(buf, sizeof(buf), cfp) != NULL) 272 (void) fclose(cfp);
|
| H A D | mailstats.c | 58 SM_FILE_T *cfp; local 121 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY, 136 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) != NULL) 211 (void) sm_io_close(cfp, SM_TIME_DEFAULT);
|
| H A D | makemap.c | 107 SM_FILE_T *cfp; local 238 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY, 245 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) != NULL) 297 (void) sm_io_close(cfp, SM_TIME_DEFAULT);
|
| H A D | praliases.c | 65 SM_FILE_T *cfp; local 116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY, 125 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) != NULL) 160 (void) sm_io_close(cfp, SM_TIME_DEFAULT); 225 (void) sm_io_close(cfp, SM_TIME_DEFAULT);
|
| /osnet-11/usr/src/cmd/sendmail/libsm/ |
| H A D | cf.c | 47 SM_FILE_T *cfp; local 55 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL); 56 if (cfp == NULL) 59 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) != NULL) 92 if (sm_io_error(cfp)) 96 (void) sm_io_close(cfp, SM_TIME_DEFAULT); 100 (void) sm_io_close(cfp, SM_TIME_DEFAULT);
|
| /osnet-11/usr/src/lib/libc/port/gen/ |
| H A D | nsparse.c | 135 struct __nsw_switchconfig_v1 *cfp; local 143 if ((cfp = libc_malloc(sizeof (struct __nsw_switchconfig_v1))) 148 LIBC_STRDUP(cfp->dbase, name); 149 lkq = &cfp->lookups; 157 return (cfp); 162 freeconf_v1(cfp); 184 cfp->num_lookups++; 216 return (cfp); 286 return (cfp); 302 cfp 329 struct __nsw_switchconfig *cfp; local 513 struct __nsw_switchconfig_v1 *cfp, *retp = NULL; local 611 struct __nsw_switchconfig *cfp, *retp = NULL; local 729 freeconf_v1(struct __nsw_switchconfig_v1 *cfp) argument 747 freeconf(struct __nsw_switchconfig *cfp) argument 849 add_concell_v1(struct __nsw_switchconfig_v1 *cfp) argument 865 add_concell(struct __nsw_switchconfig *cfp) argument [all...] |
| /osnet-11/usr/src/lib/libsqlite/tool/ |
| H A D | lemon.c | 211 struct config *cfp; /* All configurations in this set */ member in struct:state 224 struct config *cfp; /* The configuration to which linked */ member in struct:plink 726 struct config *cfp, *bp; local 746 cfp = Configlist_return(); 747 Configlist_eat(cfp); 752 cfp = Configlist_return(); /* Get a pointer to the config list */ 756 stp->cfp = cfp; /* Remember the configuration closure */ 772 struct config *cfp; /* For looping thru the config closure of "stp" */ local 775 struct symbol *sp; /* Symbol following the dot in configuration "cfp" */ 820 struct config *cfp, *other; local 856 struct config *cfp; local 893 struct config *cfp; local 1092 struct config *cfp, model; local 1119 struct config *cfp, model; local 1148 struct config *cfp, *newcfp; local 2666 struct config *cfp; local [all...] |
| /osnet-11/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_db.c | 432 FILE *cfp = NULL; local 448 if ((cfp = fopen(META_DBCONFTMP, "w+")) == NULL) { 470 if ((cfp = fopen(tname, "w+")) == NULL) 474 if (fchmod(fileno(cfp), (sbuf.st_mode & 0666)) != 0) 476 if (fchown(fileno(cfp), sbuf.st_uid, sbuf.st_gid) != 0) 481 if (fprintf(cfp, "#metadevice database location file ") == EOF) 483 if (fprintf(cfp, "do not hand edit\n") < 0) 485 if (fprintf(cfp, 516 if (fprintf(cfp, "%s\t%lu\t%ld\t%s\t%d\n", 525 if (fflush(cfp) ! [all...] |
| H A D | meta_mh.c | 707 FILE *cfp; /* config file pointer */ local 715 if ((cfp = fopen(METADEVPATH, "r")) != NULL) { 723 while (fgets(buf, BUFSIZ, cfp) != NULL) { 767 (void) fclose(cfp);
|
| H A D | meta_systemfile.c | 346 FILE *cfp = NULL; local 365 if ((cfp = fopen(cname, "r")) == NULL) { 393 while (((p = fgets(buf, sizeof (buf), cfp)) != NULL) && 418 while ((p = fgets(buf, sizeof (buf), cfp)) != NULL) { 462 if (fclose(cfp) != 0) { 463 cfp = NULL; 467 cfp = NULL; 483 if (cfp != NULL) 484 (void) fclose(cfp);
|