Home
last modified time | relevance | path

Searched refs:first_units (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-obspy/obspy-1.2.2/obspy/signal/src/evalresp/
H A Devresp.c311 strncpy(this_channel.first_units,"",MAXLINELEN); in evresp_itp()
684 if (strncmp (this_channel.first_units, "PA -",4) == 0) { in evresp_itp()
696 if (strncmp (this_channel.first_units, "T -", 3) == 0) { in evresp_itp()
H A Dstring_fctns.c555 if(!strlen(GblChanPtr->first_units)) { in check_units()
557 strncpy(GblChanPtr->first_units,line,MAXLINELEN); in check_units()
H A Devresp.h304 char first_units[MAXLINELEN]; member
H A Dprint_fctns.c86 myLabel, chan->beg_t, chan->end_t, myLabel, chan->first_units, in print_chan()
H A Dalloc_fctns.c688 strncpy(chan_ptr->first_units,"",MAXLINELEN); in free_channel()