Searched refs:idstr (Results 1 - 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 401 char *idstr; in askmapping() local 467 idstr = (char *)malloc(strlen(p) + 1); in askmapping() 468 if (idstr) { in askmapping() 469 strcpy(idstr, p); in askmapping() 472 mapping->gidstr = idstr; in askmapping() 474 mapping->uidstr = idstr; in askmapping() 475 mapping->gidstr = idstr; in askmapping()
|
/third_party/mbedtls/library/ |
H A D | debug.c | 44 char idstr[20 + DEBUG_BUF_SIZE]; /* 0x + 16 nibbles + ': ' */ in debug_send_line() local 45 mbedtls_snprintf(idstr, sizeof(idstr), "%p: %s", (void *) ssl, str); in debug_send_line() 46 ssl->conf->f_dbg(ssl->conf->p_dbg, level, file, line, idstr); in debug_send_line()
|
/third_party/curl/tests/ |
H A D | ftpserver.pl | 90 my $idstr = ""; # server instance string 221 open(my $input, ">>", "$logdir/server$idstr.input") || 222 logmsg "failed to open $logdir/server$idstr.input\n"; 3107 $idstr = "$idnum" if($idnum > 1);
|
Completed in 5 milliseconds