Searched defs:curext (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c895 sp_ext_node_t *curext; local
931 for (curext = *head;
932 (curext->ext_next != NULL) &&
933 ((*compare)(curext->ext_next, newext) < 0);
934 (curext = curext->ext_next))
938 newext->ext_next = curext->ext_next;
939 newext->ext_prev = curext;
941 if (curext->ext_next != NULL)
942 curext
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c2630 char *curext = Nullch; local
2691 if ((curext = strrchr(scriptname,'.'))) /* possible current ext */
2693 if (strEQ(ext[i++],curext)) {

Completed in 800 milliseconds