Searched refs:entries (Results 51 - 75 of 273) sorted by relevance

1234567891011

/freebsd-9.3-release/usr.bin/catman/
H A Dcatman.c454 struct dirent **entries; local
468 npages = scandir(section, &entries, NULL, alphasort);
481 for (i = 0; i < npages; free(entries[i++])) {
482 page_name = entries[i]->d_name;
527 free(entries);
533 npages = scandir(cat_section, &entries, NULL, alphasort);
535 for (i = 0; i < npages; free(entries[i++])) {
539 page_name = entries[i]->d_name;
566 free(entries);
627 struct dirent **entries; local
[all...]
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpclient.h178 } entries[0]; member in struct:snmp_table
180 } entries[]; variable in typeref:struct:snmp_table
H A Dsnmpclient.c79 LIST_ENTRY(sent_pdu) entries;
155 for (i = 0; work->descr->entries[i].syntax != SNMP_SYNTAX_NULL;
157 d = &work->descr->entries[i];
210 switch (work->descr->entries[i].syntax) {
223 work->descr->entries[i].offset) = var->subs[p++];
254 work->descr->entries[i].offset) = ptr;
256 work->descr->entries[i].offset + sizeof(u_char *))
275 work->descr->entries[i].offset) = oid;
291 work->descr->entries[i].offset)[j] =
308 work->descr->entries[
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_cmp.c270 j = sk_X509_NAME_ENTRY_num(a->entries)
271 - sk_X509_NAME_ENTRY_num(b->entries);
274 for (i = sk_X509_NAME_ENTRY_num(a->entries) - 1; i >= 0; i--) {
275 na = sk_X509_NAME_ENTRY_value(a->entries, i);
276 nb = sk_X509_NAME_ENTRY_value(b->entries, i);
303 for (i = sk_X509_NAME_ENTRY_num(a->entries) - 1; i >= 0; i--) {
304 na = sk_X509_NAME_ENTRY_value(a->entries, i);
305 nb = sk_X509_NAME_ENTRY_value(b->entries, i);
H A Dx509name.c99 return (sk_X509_NAME_ENTRY_num(name->entries));
123 sk = name->entries;
135 if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc
139 return (sk_X509_NAME_ENTRY_value(name->entries, loc));
148 if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc
151 sk = name->entries;
236 sk = name->entries;
/freebsd-9.3-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c284 * Put a vector of all DIRNAME's directory entries names into *AARGV.
286 * Yield the number of entries found. Terminate the vector with 0.
291 int i, entries = 0, entries_max = 64; local
309 if (entries == entries_max)
311 offset[entries++] = chars;
326 *aargv = p = tnalloc(char*, entries+1);
327 for (i=0; i<entries; i++)
331 return entries;
/freebsd-9.3-release/usr.sbin/nscd/
H A Dcachelib.c154 * Routines to sort and search the entries by name
182 return ((struct cache_entry_ **)(bsearch(entry_name, the_cache->entries,
197 TAILQ_REMOVE(&ws->items, data_item, entries);
261 TAILQ_REMOVE(&mp_entry->ws_head, ws, entries);
267 TAILQ_REMOVE(&mp_entry->rs_head, rs, entries);
490 retval->entries = calloc(1,
491 sizeof(*retval->entries) * INITIAL_ENTRIES_CAPACITY);
492 assert(retval->entries != NULL);
508 if (the_cache->entries != NULL) {
511 destroy_cache_entry(the_cache->entries[
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dadd.c40 List * entries, const char *tag));
64 List *entries; local
347 entries = Entries_Open (0, NULL);
350 finfo.entries = entries;
417 message, entries, vers->tag) != 0)
545 Register (entries, finfo.file, "0",
645 Register (entries, finfo.file, vers->vn_user,
701 Entries_Close (entries);
740 List *entries local
[all...]
H A Drecurse.c62 /* Similarly, we need to pass the entries list to do_dir_proc. */
66 List *entries; member in struct:frame_and_entries
546 List *entries = NULL; local
710 /* find the files and fill in entries if appropriate */
714 &entries);
730 frame->which, entries);
737 /* we will process files, so pre-parse entries */
739 entries = Entries_Open (frame->aflag, NULL);
772 finfo_struct.entries = entries;
[all...]
H A Dentries.c95 * Write out the line associated with a node of an entries file
115 * write out the current entries file given a list, making a backup copy
126 /* open the new one and walk the list writing entries */
414 error (0, errno, "cannot read entries file");
465 /* Read the entries file into a list, hashing on the file name.
475 List *entries; local
485 entries = getlist ();
502 entries->list->data = sdtp;
503 entries->list->delproc = freesdt;
519 (void) AddEntryNode (entries, en
[all...]
H A Dignore.c29 static int ign_count; /* Number of active entries */
76 /* Then add entries found in repository, if it exists */
83 /* Then add entries found in home dir, (if user has one) and file exists */
97 /* Then add entries found in CVSIGNORE environment variable. */
100 /* Later, add ignore entries found in -I arguments */
360 * ENTRIES is the entries list, which is used to identify known
365 ignore_files (ilist, entries, update_dir, proc)
367 List *entries;
381 if (entries == NULL)
385 struct stickydirtag *sdtp = entries
[all...]
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtestutil.h34 STAILQ_ENTRY(ent##_entry) entries; \
106 STAILQ_INSERT_TAIL(&td->snapshot_data, e, entries); \
120 STAILQ_FOREACH(e, &td->snapshot_data, entries) { \
153 e1 = STAILQ_NEXT(e1, entries); \
154 e2 = STAILQ_NEXT(e2, entries); \
171 STAILQ_FOREACH(e, &td->snapshot_data, entries) { \
190 STAILQ_REMOVE_HEAD(&td->snapshot_data, entries); \
/freebsd-9.3-release/sys/cam/
H A Dcam_queue.h49 int entries; member in struct:camq
144 #define CAMQ_GET_PRIO(camq) (((camq)->entries > 0) ? \
182 return (ccbq->queue.entries + ccbq->queue_extra_entries);
204 if (queue->entries == queue->array_size &&
206 old_ccb = (struct ccb_hdr *)camq_remove(queue, queue->entries);
H A Dcam_periph.h94 #define ppriv_ptr0 periph_priv.entries[0].ptr
95 #define ppriv_ptr1 periph_priv.entries[1].ptr
96 #define ppriv_field0 periph_priv.entries[0].field
97 #define ppriv_field1 periph_priv.entries[1].field
/freebsd-9.3-release/usr.bin/finger/
H A Dfinger.c90 int entries, gflag, kflag, lflag, mflag, pplan, sflag, oflag; variable
209 if (entries == 0)
221 if (entries) {
369 if (*p || entries)
374 if (entries == 0)
/freebsd-9.3-release/sys/dev/agp/
H A Dagp_amd.c82 u_int32_t entries = apsize >> AGP_PAGE_SHIFT; local
101 gatt->ag_entries = entries;
102 gatt->ag_virtual = malloc(entries * sizeof(u_int32_t),
110 bzero(gatt->ag_virtual, entries * sizeof(u_int32_t));
133 gatt->ag_entries = entries;
135 device_printf(dev, "allocating GATT for %d AGP page entries\n",
151 npages = ((entries * sizeof(u_int32_t) + AGP_PAGE_SIZE - 1)
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh75 /* fallback entries for: $* */
/freebsd-9.3-release/tools/tools/termcap/
H A Dtermcap.pl36 Compares the entries in the termcap.src for <term1> and <term2> and
38 the size of two similar termcap entries with the "tc" option.
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ioctl.c388 V_pf_default_rule.entries.tqe_prev = &V_pf_default_rule.entries.tqe_next;
475 pf_default_rule.entries.tqe_prev = &pf_default_rule.entries.tqe_next;
573 rule = TAILQ_NEXT(rule, entries);
587 TAILQ_REMOVE(poola, mv_pool_pa, entries);
588 TAILQ_INSERT_TAIL(poolb, mv_pool_pa, entries);
601 TAILQ_REMOVE(poola, empty_pool_pa, entries);
625 TAILQ_REMOVE(rulequeue, rule, entries);
626 rule->entries
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Df-lang.c701 tmp->entries = NULL;
730 we expect the entries to appear in decl.
742 if (current_common->entries == NULL)
744 current_common->entries = tmp;
814 entry = blk->entries;
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Drap.c309 int error, rdatacnt, rparamcnt, entries, done, dlen; local
325 rap->r_entries = entries = 0;
331 rap->r_entries = entries = le16toh(*(u_int16_t*)rap->r_npbuf);
346 * In general, unpacking entries we may need to relocate
347 * entries for proper alingning. For now use them as is.
350 while (entries--) {
/freebsd-9.3-release/lib/libncp/
H A Dipxsap.h68 int entries; member in struct:sap_rq
/freebsd-9.3-release/share/examples/scsi_target/
H A Dscsi_target.h49 #define targ_descr periph_priv.entries[1].ptr
/freebsd-9.3-release/sys/dev/virtio/network/
H A Dvirtio_net.h139 * two out scatterlists. Each contains a 4 byte count of entries followed
150 uint32_t entries; member in struct:virtio_net_ctrl_mac
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_mod.h87 LIST_ENTRY(proto_handler) entries; member in struct:proto_handler

Completed in 260 milliseconds

1234567891011