Lines Matching refs:dot
213 char *dot = NULL; /* tmp pointer */ in __rpc_get_time_offset() local
376 if ((dot = strrchr(ipuaddr, '.')) != 0) { in __rpc_get_time_offset()
377 *dot = '\0'; in __rpc_get_time_offset()
378 if ((dot = strrchr(ipuaddr, '.')) != 0) in __rpc_get_time_offset()
379 *dot = '\0'; in __rpc_get_time_offset()
382 if (dot == 0 || in __rpc_get_time_offset()
483 if ((dot = strrchr(ut, '.')) != 0) { in __rpc_get_time_offset()
484 *dot = '\0'; in __rpc_get_time_offset()
485 if ((dot = strrchr(ut, '.')) != 0) in __rpc_get_time_offset()
486 *dot = '\0'; in __rpc_get_time_offset()
489 if (dot == 0) { in __rpc_get_time_offset()