Searched refs:lasts (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dstrtok_r.c43 strtok_r(char *s1, const char *s2, char **lasts) argument
48 s1 = *lasts;
58 *lasts = s1;
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dbcopy.c26 const char *lasts = (const char *)src + (len-1); local
29 *lastd-- = *lasts--;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dcharray.c184 char *lasts; local
209 for ( s = ldap_utf8_strtok( str, brkstr, &lasts );
211 s = ldap_utf8_strtok( NULL, brkstr, &lasts ) )
H A Dtls_m.c762 char *lasts = NULL; local
811 for ( line = PL_strtok_r( contents, "\r\n", &lasts ); line;
812 line = PL_strtok_r( NULL, "\r\n", &lasts ) ) {
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dirb.rb510 lasts = []
518 lasts.push "\tfrom "+m
519 if lasts.size > @context.back_trace_limit
520 lasts.shift
527 unless lasts.empty?
529 print lasts.join("\n")
/macosx-10.9.5/screen-22/screen/
H A Dattacher.c116 int n, lasts; local
204 if ((lasts = MakeClientSocket(0)) >= 0)
206 WriteMessage(lasts, &m);
207 close(lasts);
214 if ((lasts = MakeClientSocket(0)) < 0)
222 n = FindSocket(&lasts, (int *)0, (int *)0, SockMatch);
307 if (WriteMessage(lasts, &m))
309 close(lasts);
313 if ((lasts = MakeClientSocket(0)) == -1)
344 if (WriteMessage(lasts,
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/ldap/
H A Dapr_ldap_url.c650 char *lasts; local
676 for ( s = (char *)apr_strtok( str, brkstr, &lasts );
678 s = (char *)apr_strtok( NULL, brkstr, &lasts ) ) {
/macosx-10.9.5/apr-30/apr-util/apr-util/ldap/
H A Dapr_ldap_url.c650 char *lasts; local
676 for ( s = (char *)apr_strtok( str, brkstr, &lasts );
678 s = (char *)apr_strtok( NULL, brkstr, &lasts ) ) {
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dplstr.h441 * from the separator string s2. The argument lasts points to a
446 * of *lasts is ignored. PL_strtok_r returns a pointer to the first
448 * updates *lasts.
450 * In subsequent calls, s1 is null and lasts must stay unchanged from the
457 PL_strtok_r(char *s1, const char *s2, char **lasts);
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dplstr.h441 * from the separator string s2. The argument lasts points to a
446 * of *lasts is ignored. PL_strtok_r returns a pointer to the first
448 * updates *lasts.
450 * In subsequent calls, s1 is null and lasts must stay unchanged from the
457 PL_strtok_r(char *s1, const char *s2, char **lasts);
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dplstr.h441 * from the separator string s2. The argument lasts points to a
446 * of *lasts is ignored. PL_strtok_r returns a pointer to the first
448 * updates *lasts.
450 * In subsequent calls, s1 is null and lasts must stay unchanged from the
457 PL_strtok_r(char *s1, const char *s2, char **lasts);
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dplstr.h441 * from the separator string s2. The argument lasts points to a
446 * of *lasts is ignored. PL_strtok_r returns a pointer to the first
448 * updates *lasts.
450 * In subsequent calls, s1 is null and lasts must stay unchanged from the
457 PL_strtok_r(char *s1, const char *s2, char **lasts);
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_misc.c1350 ZLE_STRING_T ws, lasts, wptr; local
1371 lasts = wptr = ws;
1376 if (wptr > lasts)
1378 lasts, wptr - lasts, n);
1386 lasts = wptr;
1392 if (wptr > lasts)
1394 lasts, wptr - lasts, n);
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_autofs.c289 char *opt, *opts, *lasts; local
297 while ((opt = strtok_r(opts, ",", &lasts)) != NULL) {
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dldap.c523 char **res, *lasts, *s; local
533 for(i = 0, s = strtok_r(str, ",", &lasts); s;
534 s = strtok_r(NULL, ",", &lasts), i++)
/macosx-10.9.5/autofs-234/automountlib/
H A Dauto_subr.c329 char *p, *pb, *lasts; local
336 while ((p = (char *)strtok_r(pb, ",", &lasts)) != NULL) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dad.c911 char *lasts; local
936 for ( s = ldap_pvt_strtok( str, brkstr, &lasts );
938 s = ldap_pvt_strtok( NULL, brkstr, &lasts ) )
H A Dconfig.c2303 char *lasts; local
2328 for ( s = ldap_pvt_strtok( str, brkstr, &lasts );
2330 s = ldap_pvt_strtok( NULL, brkstr, &lasts ) )
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dlak.c479 char *lasts; local
501 s1 = (char *)strtok_r(s, ".", &lasts);
508 s1 = (char *)strtok_r(NULL, ".", &lasts);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregex_internal.h594 re_sub_match_last_t **lasts; member in struct:__anon8944
H A Dregexec.c2753 sub_last = sub_top->lasts[sub_last_idx];
4231 re_sub_match_last_t *last = top->lasts[sl_idx];
4235 re_free (top->lasts);
4375 re_sub_match_last_t **new_array = re_realloc (subtop->lasts,
4380 subtop->lasts = new_array;
4386 subtop->lasts[subtop->nlasts] = new_entry;
/macosx-10.9.5/libxml2-26/libxml2/
H A Drelaxng.c9272 xmlNodePtr *list = NULL, *lasts = NULL; local
9323 lasts = (xmlNodePtr *) xmlMalloc(nbgroups * sizeof(xmlNodePtr));
9324 if (lasts == NULL) {
9328 memset(lasts, 0, nbgroups * sizeof(xmlNodePtr));
9390 if (lasts[i] != NULL) {
9391 lasts[i]->next = cur;
9392 lasts[i] = cur;
9395 lasts[i] = cur;
9413 if (lasts[i] != NULL) {
9414 last = lasts[
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c9242 xmlNodePtr *list = NULL, *lasts = NULL; local
9293 lasts = (xmlNodePtr *) xmlMalloc(nbgroups * sizeof(xmlNodePtr));
9294 if (lasts == NULL) {
9298 memset(lasts, 0, nbgroups * sizeof(xmlNodePtr));
9360 if (lasts[i] != NULL) {
9361 lasts[i]->next = cur;
9362 lasts[i] = cur;
9365 lasts[i] = cur;
9383 if (lasts[i] != NULL) {
9384 last = lasts[
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c294 static struct lookup const lasts[] = { variable
1325 if ((lp = byword(dp, lasts)) != NULL) {
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c294 static struct lookup const lasts[] = { variable
1325 if ((lp = byword(dp, lasts)) != NULL) {

Completed in 426 milliseconds

12