Searched defs:setting (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dcrypt.c840 * Return a pointer to static data consisting of the "setting"
841 * followed by an encryption produced by the "key" and "setting".
843 extern char * crypt(register const char *key, register const char *setting) { argument
867 switch (*setting) {
885 *encp++ = *setting++;
890 if ((t = (unsigned char)setting[i]) == '\0')
895 setting += 4;
906 if ((t = (unsigned char)setting[i]) == '\0')
/ast/src/cmd/nmake/
H A Doption.c1433 * generate a single option setting in sp given the option pointer
1434 * setting:
1444 genop(register Sfio_t* sp, register Option_t* op, int setting, int flag) argument
1450 switch (setting)
1476 switch (setting)
1511 switch (setting)
1538 switch (setting)
1574 switch (setting)
1580 setting = 0;
1598 if (setting)
1656 listops(register Sfio_t* sp, int setting) argument
1745 getop(register Sfio_t* sp, char* name, int setting) argument
[all...]

Completed in 15 milliseconds