Lines Matching defs:c
22 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
408 int c;
415 while ((c = getc(fp)) != EOF) {
416 *p = c;
1074 char defval[PATH_MAX], *p, *a, *c;
1080 a = c = defval;
1086 * environment variables. * a=b\,c,d=e. For multiple
1090 while ((p = strchr(c, ',')) != NULL) {
1092 c = p + 1;
1096 if ((c = strchr(a, '=')) != NULL)
1098 a = c = p + 1;
1101 if ((c = strchr(a, '=')) != NULL)