Home
last modified time | relevance | path

Searched defs:tmprstr (Results 1 – 6 of 6) sorted by relevance

/dports/devel/9base/9base-6/sam/
H A Dstring.c157 tmprstr(Rune *r, int n) in tmprstr() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/sam/
H A Dstring.c157 tmprstr(Rune *r, int n) in tmprstr() function
/dports/japanese/ng/ng-1.4.4/
H A Dskg.c713 static char tmprstr[KEY_BUFFER_SIZE]; local
941 compare_keystring( istr, tmpstr,tmprstr,mode ) in compare_keystring() argument
/dports/japanese/ng-canna/ng-1.4.4/
H A Dskg.c713 static char tmprstr[KEY_BUFFER_SIZE]; local
941 compare_keystring( istr, tmpstr,tmprstr,mode ) in compare_keystring() argument
/dports/japanese/ng-devel/ng-1.5beta1/
H A Dskg.c829 static char tmprstr[KEY_BUFFER_SIZE]; local
1021 compare_keystring(istr, tmpstr, tmprstr, mode) in compare_keystring() argument
/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-content.c291 char *tmprstr = SCMalloc(sizeof(char) * cd->replace_len + 1); in DetectContentPrint() local