Home | History | Annotate | Download | only in tests

Lines Matching full:persistence

753   check(strtok((char *)NULL, ", ") == NULL, 19);	/* Persistence. */
808 check(strtok_r((char *)NULL, ", ", &cp) == NULL, 19); /* Persistence. */
815 check(strtok_r((char *)NULL, ", ", &cp) == NULL, 22); /* Persistence. */
878 check(strsep(&cp, ", ") == NULL, 32); /* Persistence. */
925 check(strsep(&cp, ",") == NULL, 64); /* Persistence. */
936 check(strsep(&cp, ",xy") == NULL, 73); /* Persistence. */