Home
last modified time | relevance | path

Searched refs:node_ptr (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Duhang_to_utf_sub.c54 hcode_table *node_ptr, node; in _unified_hangul_to_utf8() local
83 node_ptr = bsearch( &node, in _unified_hangul_to_utf8()
88 …printf("*->%2x %2x %2x*",node_ptr->utf8.unicode.data1,node_ptr->utf8.unicode.data2,node_ptr->utf8.… in _unified_hangul_to_utf8()
91 if (node_ptr != NULL) /* Success */ in _unified_hangul_to_utf8()
97 utf_code = _uni_to_utf8(node_ptr->utf8); in _unified_hangul_to_utf8()
H A Dutf_to_euc_sub.c44 hcode_table *node_ptr, node; in _utf8_to_wansung() local
65 node_ptr = bsearch( &node, in _utf8_to_wansung()
71 if (node_ptr != NULL) in _utf8_to_wansung()
72 wansung.word.low = node_ptr->code; /* Success */ in _utf8_to_wansung()
H A Dunihan_to_UCS_sub.c46 hcode_table *node_ptr, node; in _unified_hangul_to_UCS2LE() local
75 node_ptr = bsearch( &node, in _unified_hangul_to_UCS2LE()
79 if (node_ptr != NULL) /* Success */ in _unified_hangul_to_UCS2LE()
80 utf_code = node_ptr->utf8; in _unified_hangul_to_UCS2LE()
H A Deuc_to_utf_sub.c44 hcode_table *node_ptr, node; in _wansung_to_utf8() local
78 node_ptr = bsearch( &node, in _wansung_to_utf8()
82 if (node_ptr != NULL) /* Success */ in _wansung_to_utf8()
83 return(node_ptr->utf8); in _wansung_to_utf8()
H A Dutf_to_uhang_sub.c56 hcode_table *node_ptr, node; in _utf8_to_unified_hangul() local
88 node_ptr = bsearch( &node, in _utf8_to_unified_hangul()
94 if (node_ptr != NULL) in _utf8_to_unified_hangul()
96 uhang.word.low = node_ptr->code; /* Success */ in _utf8_to_unified_hangul()
H A Dutf_to_njh_sub.c44 hcode_table *node_ptr, node; in _utf8_to_johap92() local
92 node_ptr = bsearch( &node, in _utf8_to_johap92()
98 if (node_ptr != NULL) in _utf8_to_johap92()
99 johap.word.low = node_ptr->code; /* Success */ in _utf8_to_johap92()
H A Dnjh_to_utf_sub.c43 hcode_table *node_ptr, node; in _johap92_to_utf8() local
79 node_ptr = bsearch( &node, in _johap92_to_utf8()
83 if (node_ptr != NULL) /* Success */ in _johap92_to_utf8()
84 return(node_ptr->utf8); in _johap92_to_utf8()
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c729 transq_node_t *node_ptr; in send_record() local
898 if (!transq_enqueue(&node_ptr, &in_buf, sequence)) { in send_record()
916 transq_dequeue(node_ptr); in send_record()
1417 transq_dequeue(transq_node_t *node_ptr) in transq_dequeue() argument
1420 if (node_ptr == NULL) { in transq_dequeue()
1425 free(node_ptr->seq_token.value); in transq_dequeue()
1427 if (node_ptr->prev != NULL) { in transq_dequeue()
1428 node_ptr->prev->next = node_ptr->next; in transq_dequeue()
1430 if (node_ptr->next != NULL) { in transq_dequeue()
1431 node_ptr->next->prev = node_ptr->prev; in transq_dequeue()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/th_TH/common/
H A Dutf_to_euc_sub.c44 hcode_table *node_ptr, node; in _utf8_to_eucTH() local
65 node_ptr = bsearch( &node, in _utf8_to_eucTH()
71 if (node_ptr != NULL) in _utf8_to_eucTH()
72 eucTH.word.low = node_ptr->code; /* Success */ in _utf8_to_eucTH()
H A D838_to_874_sub.c44 hcode_table *node_ptr, node; in _838_to_874() local
81 node_ptr = bsearch( &node, in _838_to_874()
85 if (node_ptr != NULL) /* Success */ in _838_to_874()
86 return(node_ptr->utf8); in _838_to_874()
H A D874_to_838_sub.c44 hcode_table *node_ptr, node; in _874_to_838() local
81 node_ptr = bsearch( &node, in _874_to_838()
85 if (node_ptr != NULL) /* Success */ in _874_to_838()
86 return(node_ptr->utf8); in _874_to_838()
H A Deuc_to_utf_sub.c44 hcode_table *node_ptr, node; in _eucTH_to_utf8() local
73 node_ptr = bsearch( &node, in _eucTH_to_utf8()
77 if (node_ptr != NULL) /* Success */ in _eucTH_to_utf8()
78 return(node_ptr->utf8); in _eucTH_to_utf8()
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_parse.y34 typedef struct node *node_ptr; typedef
35 #define YYSTYPE node_ptr
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c2500 ses_phys_tree_t *node_ptr; in ses_phys_tree_insert() local
2536 node_ptr = *sproot; in ses_phys_tree_insert()
2537 while (node_ptr->spt_sibling != NULL) { in ses_phys_tree_insert()
2538 if (node_ptr->spt_sibling-> in ses_phys_tree_insert()
2542 node_ptr->spt_sibling; in ses_phys_tree_insert()
2543 node_ptr->spt_sibling = child; in ses_phys_tree_insert()
2546 node_ptr = node_ptr->spt_sibling; in ses_phys_tree_insert()
2549 if (node_ptr->spt_sibling == NULL) { in ses_phys_tree_insert()
2550 node_ptr->spt_sibling = child; in ses_phys_tree_insert()
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c2411 rp_tree_t *node_ptr; in sas_rp_tree_insert() local
2457 node_ptr = *rproot; in sas_rp_tree_insert()
2458 while (node_ptr->sibling != NULL) in sas_rp_tree_insert()
2459 node_ptr = node_ptr->sibling; in sas_rp_tree_insert()
2460 node_ptr->sibling = rpnode; in sas_rp_tree_insert()