HomeSort by: relevance | last modified time | path
    Searched defs:lcd (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ldapauth.c 497 FILE * lcd; /* ldap.conf descriptor */ local
502 lcd = fopen (l->l_conf, "r");
503 if (lcd == NULL) {
509 while (fgets (buf, sizeof (buf), lcd) != NULL) {
568 fclose (lcd);
  /src/external/mpl/dhcp/dist/keama/
eval.c 2155 struct element *lcd; local
2158 lcd = mapGet(left, "const-data");
2160 if ((lcd == NULL) || (lcd->type != ELEMENT_STRING) ||
2165 val = cmp_hexa(lcd, ISC_TRUE, rcd, ISC_TRUE);
  /src/usr.bin/ftp/
cmds.c 1168 lcd(int argc, char *argv[]) function
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 1661 struct lcd { struct
1662 SLIST_ENTRY(lcd) next;
1666 static SLIST_HEAD(, lcd) lhead = { NULL, &lhead.q_forw};
1674 struct lcd *lc, *lcp;
1684 lc = permalloc(sizeof(struct lcd));
1697 struct lcd *lc;
1713 struct lcd *lc;
  /src/external/gpl3/gdb/dist/gdb/
completer.c 66 gdb::unique_xmalloc_ptr<char> lcd)
68 m_lcd (std::move (lcd))
862 const char *lcd = m_lowest_common_denominator;
864 if (strncmp_iw (word, lcd, strlen (lcd)) == 0)
1987 gdb::unique_xmalloc_ptr<char> lcd
1990 size_t lcd_len = strlen (lcd.get ());
1991 *slot = new completion_hash_entry (std::move (name), std::move (lcd));
2378 quote character to the LCD ourselves, in
2526 /* Build a new C string that is a copy of LCD with the whitespace o
861 const char *lcd = m_lowest_common_denominator; local
1986 gdb::unique_xmalloc_ptr<char> lcd member in class:gdb
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
completer.c 62 gdb::unique_xmalloc_ptr<char> lcd)
64 m_lcd (std::move (lcd))
464 const char *lcd = m_lowest_common_denominator;
466 if (strncmp_iw (word, lcd, strlen (lcd)) == 0)
1573 gdb::unique_xmalloc_ptr<char> lcd
1576 size_t lcd_len = strlen (lcd.get ());
1577 *slot = new completion_hash_entry (std::move (name), std::move (lcd));
1938 quote character to the LCD ourselves, in
2074 /* Build a new C string that is a copy of LCD with the whitespace o
463 const char *lcd = m_lowest_common_denominator; local
1572 gdb::unique_xmalloc_ptr<char> lcd member in class:gdb
    [all...]
  /src/sys/kern/
subr_autoconf.c 639 struct cfdriver *lcd; local
642 LIST_FOREACH(lcd, &allcfdrivers, cd_list) {
643 if (STREQ(lcd->cd_name, cd->cd_name))
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 1644 struct lcd { struct
1645 SLIST_ENTRY(lcd) next;
1649 static SLIST_HEAD(, lcd) lhead = { NULL, &lhead.q_forw};
1657 struct lcd *lc, *lcp;
1667 lc = permalloc(sizeof(struct lcd));
1668 lcommsz += sizeof(struct lcd);
1681 struct lcd *lc;
1697 struct lcd *lc;

Completed in 50 milliseconds