Home
last modified time | relevance | path

Searched refs:toktmp (Results 1 – 20 of 20) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A Dsubtools.c206 char * toktmp; in main() local
216 rname = strtok_r(in_buff, "\t", &toktmp); in main()
217 val_str = strtok_r(NULL, "\t", &toktmp); in main()
219 chro = strtok_r(NULL, "\t", &toktmp); in main()
220 val_str = strtok_r(NULL, "\t", &toktmp); in main()
222 val_str = strtok_r(NULL, "\t", &toktmp); in main()
224 cigar = strtok_r(NULL, "\t", &toktmp); in main()
226 mate_chro = strtok_r(NULL, "\t", &toktmp); in main()
227 val_str = strtok_r(NULL, "\t", &toktmp); in main()
229 val_str = strtok_r(NULL, "\t", &toktmp); in main()
[all …]
H A Dsambam-file.c1380 char * toktmp = NULL; in SamBam_writer_add_header() local
1381 char * ret_tmp = strtok_r(header_text, "\t", &toktmp); in SamBam_writer_add_header()
1389 ret_tmp = strtok_r(NULL, "\t", &toktmp); in SamBam_writer_add_header()
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/posix/
H A Dnamespace.c199 char* toktmp = strdup(FRAMESERVER_MODESTRING); in arcan_verify_namespaces() local
205 char* tokctx, (* tok) = strtok_r(toktmp, " ", &tokctx); in arcan_verify_namespaces()
239 free(toktmp); in arcan_verify_namespaces()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/posix/
H A Dnamespace.c199 char* toktmp = strdup(FRAMESERVER_MODESTRING); in arcan_verify_namespaces() local
205 char* tokctx, (* tok) = strtok_r(toktmp, " ", &tokctx); in arcan_verify_namespaces()
239 free(toktmp); in arcan_verify_namespaces()
/dports/x11/aclip/arcan-0.6.1/src/platform/posix/
H A Dnamespace.c199 char* toktmp = strdup(FRAMESERVER_MODESTRING); in arcan_verify_namespaces() local
205 char* tokctx, (* tok) = strtok_r(toktmp, " ", &tokctx); in arcan_verify_namespaces()
239 free(toktmp); in arcan_verify_namespaces()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/posix/
H A Dnamespace.c199 char* toktmp = strdup(FRAMESERVER_MODESTRING); in arcan_verify_namespaces() local
205 char* tokctx, (* tok) = strtok_r(toktmp, " ", &tokctx); in arcan_verify_namespaces()
239 free(toktmp); in arcan_verify_namespaces()
/dports/textproc/syck/syck-0.70/lib/
H A Dsyck.c131 p->toktmp = NULL; in syck_parser_reset_cursor()
420 p->toktmp -= count; in syck_move_tokens()
H A Dsyck.h264 char *buffer, *linectptr, *lineptr, *toktmp, *token, *cursor, *marker, *limit; member
H A Dbytecode.c28 #define YYTOKTMP parser->toktmp
H A Dbytecode.re27 #define YYTOKTMP parser->toktmp
H A Dtoken.re30 #define YYTOKTMP parser->toktmp
H A Dtoken.c31 #define YYTOKTMP parser->toktmp
/dports/textproc/p5-YAML-Syck/YAML-Syck-1.34/
H A Dsyck_.c131 p->toktmp = NULL; in syck_parser_reset_cursor()
420 p->toktmp -= count; in syck_move_tokens()
H A Dsyck.h260 char *buffer, *linectptr, *lineptr, *toktmp, *token, *cursor, *marker, *limit; member
H A Dbytecode.c24 #define YYTOKTMP parser->toktmp
H A Dtoken.c27 #define YYTOKTMP parser->toktmp
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_prelude.c259 static char *get_value(char *msg, const char *toktmp, const char *toksuffix) in get_value() argument
263 snprintf(tok, sizeof(tok), "%s%s=", toktmp, (toksuffix) ? toksuffix : ""); in get_value()
274 static char *get_time_value(char *msg, const char *toktmp, const char *toksuffix) in get_time_value() argument
279 snprintf(tok, sizeof(tok), "%s%s=", toktmp, (toksuffix) ? toksuffix : ""); in get_time_value()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_prelude.c259 static char *get_value(char *msg, const char *toktmp, const char *toksuffix) in get_value() argument
263 snprintf(tok, sizeof(tok), "%s%s=", toktmp, (toksuffix) ? toksuffix : ""); in get_value()
274 static char *get_time_value(char *msg, const char *toktmp, const char *toksuffix) in get_time_value() argument
279 snprintf(tok, sizeof(tok), "%s%s=", toktmp, (toksuffix) ? toksuffix : ""); in get_time_value()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_prelude.c259 static char *get_value(char *msg, const char *toktmp, const char *toksuffix) in get_value() argument
263 snprintf(tok, sizeof(tok), "%s%s=", toktmp, (toksuffix) ? toksuffix : ""); in get_value()
274 static char *get_time_value(char *msg, const char *toktmp, const char *toksuffix) in get_time_value() argument
279 snprintf(tok, sizeof(tok), "%s%s=", toktmp, (toksuffix) ? toksuffix : ""); in get_time_value()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DBufferParams.cpp1076 string toktmp = pdfoptions().readToken(lex, token); in readToken() local
1077 if (!toktmp.empty()) { in readToken()
1079 toktmp << endl; in readToken()
1080 return toktmp; in readToken()