Searched defs:dirbuf (Results 1 - 4 of 4) sorted by relevance
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/ |
| H A D | sdbm.h | 31 long dirbno; /* current block in dirbuf */ 32 char dirbuf[DBLKSIZ]; /* directory file block buffer */ member in struct:__anon85
|
| /osnet-11/usr/src/lib/fm/libfmd_log/common/ |
| H A D | fmd_log.c | 283 char dirbuf[PATH_MAX], path[PATH_MAX], *dirpath; local 289 (void) strlcpy(dirbuf, lp->log_path, sizeof (dirbuf)); 290 dirpath = dirname(dirbuf);
|
| /osnet-11/usr/src/grub/grub-0.97/stage2/ |
| H A D | fsys_xfs.c | 63 #define dirbuf ((char *)FSYS_BUF) macro 303 0, 100, dirbuf); 346 #define h ((xfs_dir2_leaf_hdr_t *)dirbuf) 378 #define dau ((xfs_dir2_data_union_t *)dirbuf) 385 xfs_read (dirbuf, 4); 395 xfs_read ((char *)dirbuf + 4, 5); 400 xfs_read (dirbuf, toread); 401 name = (char *)dirbuf; 423 xfs_read (dirbuf, sizeof(xfs_dir2_data_hdr_t)); 424 if (((xfs_dir2_data_hdr_t *)dirbuf) [all...] |
| /osnet-11/usr/src/lib/libc/port/threads/ |
| H A D | spawn.c | 188 perform_file_actions(file_attr_t *fap, void *dirbuf) argument 217 if (spawn_closefrom(fap->fa_filedes, dirbuf)) 280 void *dirbuf = NULL; local 292 if ((dirbuf = lmalloc(DIRBUF)) == NULL) 300 if (dirbuf) 301 lfree(dirbuf, DIRBUF); 309 if (dirbuf) 310 lfree(dirbuf, DIRBUF); 319 if (set_error(&error, perform_file_actions(fap, dirbuf)) != 0) 375 void *dirbuf local [all...] |
Completed in 50 milliseconds